/* CSS Document */
@keyframes discoverAnimatin1 {
  0% {
    background-position: bottom 0 center;
  }
  25% {
    background-position: bottom -40.8vw center;
  }
  50% {
    background-position: bottom -40.8vw center;
  }
  75% {
    background-position: bottom -81.6vw center;
  }
  100% {
    background-position: bottom -81.6vw center;
  }
}
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
  section:nth-of-type(1) {
    margin-top: -333px !important;
  }
}
@media screen and (max-width: 767px) {
  section:nth-of-type(1) {
    margin-top: 0 !important;
  }
  section {
    max-width: 100%;
  }
  .btn_wrapper a {
    position: relative;
  }
  .btn_wrapper a::after {
    content: none;
  }
  html {
    font-size: 3vw;
  }
  section {
    padding: 0;
  }
  #wrapper {
    margin: 0;
    padding: 0;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 100%;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_content {
    margin-top: 0vw;
  }
  .main_content > .btn_wrapper {
    position: fixed;
    position: fixed;
    top: auto;
    bottom: 8.4vw;
    right: 4vw;
    margin-left: auto;
    display: block;
    z-index: 1000;
    width: 16.1333333333vw;
    height: 16.1333333333vw;
    margin-bottom: 0;
  }
  .main_content > .btn_wrapper a {
    width: 16.1333333333vw;
    height: 16.1333333333vw;
    bottom: 5.6vw;
    right: 2vw;
    transform: none;
    position: initial;
  }
  .main_content > .btn_wrapper a img {
    width: 100%;
    height: 100%;
  }
  .main_content > .btn_wrapper a::after {
    content: none;
  }
  header {
    position: relative;
    height: 14.4vw;
  }
  header .btn_wrapper {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50vh;
    z-index: 100;
    transform: translateY(-50%);
    z-index: 1002;
  }
  header .btn_wrapper a {
    width: 11.6vw;
  }
  #header {
    position: fixed;
    z-index: 1001;
    background: none;
    top: 0;
    height: 14.4vw;
    right: 0;
    width: 100%;
    border-left: none;
    background: white;
  }
  #header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
  }
  #header:not(.top_bg) h1,
  #header:not(.top_bg) h2 {
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    margin-left: 3.4666666667vw;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #header:not(.top_bg) h1 a,
  #header:not(.top_bg) h2 a {
    display: block;
    line-height: 1;
  }
  #header:not(.top_bg) h1 a img,
  #header:not(.top_bg) h2 a img {
    width: 27.0666666667vw;
    transition: none;
  }
  #header.nontop .sub_logo {
    display: flex !important;
    visibility: visible;
    opacity: 1 !important;
  }
  #header.top_bg::before {
    top: -14.4vw;
    transition: all 0.2s;
  }
  #header.top_bg h1 {
    width: auto;
    height: 100%;
    margin-left: 3.4666666667vw;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 1000;
    cursor: pointer;
  }
  #header.top_bg h1 a {
    display: block;
    line-height: 1;
  }
  #header.top_bg h1 a img {
    width: 27.0666666667vw;
  }
  #header .header_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #header h1 {
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    margin-left: 5.2vw;
    padding-left: 0;
    padding-top: 3.3333333333vw;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #header h1 a {
    display: block;
    line-height: 1;
  }
  #header h1 a img {
    width: 27.0666666667vw;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: calc(7.2vw - 18px);
    left: auto;
    right: 6vw;
    transform: none;
    margin-top: 0;
    width: 20px;
    height: 36px;
    z-index: 1002;
  }
  #header .menu-trigger p {
    position: absolute;
    bottom: 0;
    top: 0;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
    color: #000000;
    right: 100%;
    width: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  #header .menu-trigger p.close {
    display: none;
  }
  #header .menu-trigger.active p.close {
    display: flex;
  }
  #header .menu-trigger.active p.open {
    display: none;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    background: #000000;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-2.5px) rotate(45deg);
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  #header .shop {
    position: absolute;
    width: 8.2vw;
    left: auto;
    right: 15vw;
    bottom: auto;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .g_nav {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100vh;
    padding-top: 14.4vw;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    padding-bottom: 5vw;
    padding-top: 12vw;
    height: 100%;
    justify-content: flex-start;
  }
  .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 16px;
    padding: 2.5vw 0;
    margin: 0;
    text-align: center;
  }
  .g_nav ul li.commercial a, .g_nav ul li.privacy a {
    font-size: 14px;
  }
  .g_nav ul li a {
    display: inline-block;
    padding: 2.5vw 0;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
  .g_nav ul li a .logo {
    max-width: 79px;
  }
  .g_nav ul li a .insta {
    width: 18px;
  }
  .g_nav ul li a:hover {
    opacity: 0.8;
    color: #383838;
  }
  .g_nav ul li a:hover::after {
    content: none;
  }
  #loading {
    height: 100svh;
  }
  #loading img {
    width: 90px;
    transform: translateY(-50px);
  }
  main {
    padding-top: 0;
  }
  body {
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  .lightbox {
    position: fixed;
    z-index: 1001;
    width: 100%;
    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: 8vw;
    top: -15vw;
  }
  .lightbox .boxcontent .flex_img {
    width: 80vw;
    margin: auto;
  }
  .lightbox .boxcontent .flex_img img {
    width: 100%;
    mix-blend-mode: darken;
  }
  #sec1 {
    width: 100vw;
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    height: auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  #sec1 .part1 {
    position: absolute;
    width: 100%;
    top: 21.3333333333vw;
    left: 3.4666666667vw;
    transform: translate(0, 0);
    z-index: 3;
    text-align: center;
    align-items: start;
  }
  #sec1 .part1 .f-title {
    font-size: 7.4666666667vw;
    padding: 6px;
    margin-top: 6px;
  }
  #sec1 .part1 h1 img {
    width: 214px;
  }
  #sec1 .part1 h2 {
    padding-top: 20px;
    padding-bottom: 9px;
    font-size: 7.4666666667vw;
    text-align: center;
    color: white;
    line-height: 1.1;
  }
  #sec1 .part1 h2 img {
    width: 91.8666666667vw;
  }
  #sec1 .part1 p {
    font-size: 3.2vw;
    text-align: center;
    padding: 7px;
    margin-top: 2.6666666667vw;
  }
  #sec1 .bg {
    height: 138.6666666667vw;
    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: none;
  }
  #sec1 .bg .fv_latest_news {
    position: absolute;
    width: min(420px, 100%);
    min-height: 48px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    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: 12px;
    width: 100%;
    padding: 12px 16px 12px 20px;
    text-decoration: none;
    color: inherit;
  }
  #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: 10px;
    line-height: 1.4;
  }
  #sec1 .bg .fv_latest_news .fv_latest_news_title {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #sec1 .bg .fv_latest_news .viewmore_btn {
    flex-shrink: 0;
    font-size: 11px;
    white-space: nowrap;
  }
  #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: 4vw;
    content: "";
    width: 1px;
    background-size: 100% 81.6vw;
    height: 40.8vw;
    animation: discoverAnimatin1 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
  }
  #sec2 {
    position: relative;
    z-index: 3;
  }
  #sec2 .contact_txt p {
    padding: 0 5.3333333333vw;
    text-align: left;
    font-size: 13px;
  }
  #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 .contact_txt {
    margin-top: 8vw;
  }
  #sec2 .part1 {
    text-align: center;
    margin-top: 116px;
    margin-bottom: 85px;
  }
  #sec2 .part1 img {
    width: 717px;
  }
  #sec2 .part2 {
    margin-top: 14.5333333333vw;
    padding-bottom: 0;
  }
  #sec2 .part2 .block {
    align-items: center;
    flex-direction: column;
    margin-bottom: 8vw;
  }
  #sec2 .part2 .block > img {
    width: 100%;
  }
  #sec2 .part2 .block .flex_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  #sec2 .part2 .block .flex_body h3 {
    margin-bottom: 10px;
    font-size: 4.8vw;
    color: #000000;
  }
  #sec2 .part2 .block .flex_body p {
    display: flex;
    font-size: 13px;
    line-height: 1.8;
    flex: 1;
  }
  #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: 13px;
    line-height: 1.8;
    letter-spacing: 0;
    flex: 1;
  }
  #sec2 .part2 .block .flex_body .btn_wrapper a {
    width: 116px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    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;
  }
  #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: auto;
    left: 48%;
    bottom: 9.2vw;
    transform: translate(-50%, 0);
    max-width: 40px;
    max-height: 70px;
    z-index: 100;
  }
  .p-drink__video_advertisement .btn img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .p-drink__video_advertisement video {
    max-width: 100vw;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100vw;
  }
  .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: 800px;
  }
  .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: 6.4vw;
    bottom: 9.4666666667vw;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: auto;
  }
  .p-drink__video_advertisement .part1 h2 {
    padding-bottom: 20px;
    color: white;
    font-size: 7.2vw;
  }
  .p-drink__video_advertisement .part1 h2 img {
    width: 406px;
  }
  .p-drink__video_advertisement .part1 h4 {
    color: white;
    font-size: 4.4vw;
    line-height: 1.2;
  }
  .p-drink__video_advertisement .part1 p {
    font-size: 3.4666666667vw;
    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;
  }
  #about_video .btn {
    bottom: 50%;
    transform: translate(-50%, 50%);
    max-width: 70px;
    left: 50%;
  }
  .p-drink__video_advertisement video#modalMovie {
    max-width: 100vw;
    min-height: auto !important;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 {
    position: relative;
    z-index: 3;
  }
  #sec3 .bg {
    line-height: 0;
    height: 112.1333333333vw;
  }
  #sec3 .part1 {
    position: absolute;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 6.2666666667vw;
    bottom: 7.0666666667vw;
    width: auto;
  }
  #sec3 .part1 h2 {
    padding-bottom: 25px;
    color: white;
    font-size: 7.2vw;
  }
  #sec3 .part1 h2 img {
    width: 86.6666666667vw;
  }
  #sec3 .part1 h4 {
    font-size: 4.4vw;
  }
  #sec3 .part1 p {
    font-size: 13px;
    color: white;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #sec3 .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: 8vw;
    position: relative;
    padding-bottom: 0;
    font-size: 7.4666666667vw;
    letter-spacing: 0.01em;
  }
  #sec4 > p {
    font-size: 10px;
  }
  #sec4 .part1 {
    overflow: auto;
    scrollbar-width: none;
  }
  #sec4 .part1 .part_body {
    display: flex;
    padding: 0 6.2666666667vw;
    gap: 6.4vw;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 6vw;
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #sec4 .part1 .part_body .block {
    margin-right: 0;
    width: 79.0666666667vw;
    margin-bottom: 7.2vw;
    display: block;
  }
  #sec4 .part1 .part_body .block img {
    width: 100%;
    height: 44.4vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec4 .part1 .part_body .block h3 {
    font-size: 13px;
    line-height: 2;
    font-weight: 400;
  }
  #sec4 .part1 .part_body .block p {
    font-size: 12px;
    margin-top: 18px;
    line-height: 1;
  }
  #sec4 .part1 .part_body .block:nth-child(3n) {
    margin-right: 0;
  }
  #sec4 .part2 {
    padding-bottom: 18.4vw;
    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;
  }
  #sec5 {
    position: relative;
    z-index: 3;
    margin-top: 16.6666666667vw;
    margin-bottom: 0;
  }
  #sec5 .bg {
    line-height: 0;
  }
  #sec5 .bg img {
    height: 96.8vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  #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 {
    font-size: 8.2666666667vw;
  }
  #sec5 .part1 h3 {
    font-size: 8.2666666667vw;
    letter-spacing: 0.05em;
    padding: 7px;
  }
  #sec5 .part1 p {
    font-size: 3.2vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 6px;
    margin-top: 3.6vw !important;
  }
  #sec5 .part1 a {
    width: 110px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: black;
    position: relative;
    background: white;
    margin-top: 28px;
  }
  .about_sec {
    margin-bottom: 0 !important;
  }
  #sec6 {
    margin: 5.3333333333vw 0 9.6vw 0;
  }
  #sec6 img {
    position: relative;
    left: 0;
    transform: none;
    height: 113px;
  }
  #sec6 p {
    padding: 0 22px;
    margin: 3.8666666667vw 0 7.7333333333vw 0;
  }
  footer {
    position: relative;
    z-index: 3;
    background-position: top center;
    background-size: cover;
    margin-top: 0;
  }
  footer .part1 {
    padding: 63px 0 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  footer .part1 ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 78.6666666667vw;
    margin: auto;
    flex-direction: column;
  }
  footer .part1 ul li a {
    line-height: 1;
    color: white;
    font-size: 13px;
  }
  footer .part3 {
    text-align: center;
  }
  footer .part3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
  }
  footer .part3 a {
    display: block;
    margin-right: 45px;
    font-size: 12px;
    margin: auto;
  }
  footer .part3 a .logo {
    width: 120px;
  }
  footer .part3 a.insta {
    margin-left: auto;
    margin-right: 0;
  }
  footer .part3 a.insta img {
    width: 5.3333333333vw;
  }
  footer .part3 a.youtube {
    margin-left: auto;
    margin-right: 0;
  }
  footer .part3 a.youtube img {
    width: 35px;
  }
  footer .part3 a.line {
    margin-left: auto;
    margin-right: 0;
  }
  footer .part3 a.line img {
    width: 35px;
  }
  footer .part3 a.footer_logo {
    margin-left: auto;
    margin-right: 0;
  }
  footer .part3 a.footer_logo img {
    width: 29.7333333333vw;
  }
  footer .part2 {
    padding-top: 45px;
    padding-bottom: 73px;
    padding-right: 0;
    font-size: 10px;
    color: white;
    text-align: center;
  }
  #common_sec1 {
    width: 100%;
    margin: auto;
    background-position: bottom;
    height: 100vw;
    z-index: 1;
    top: 0;
    left: 0;
    margin-top: 14.1333333333vw;
    position: relative;
  }
  #common_sec1.company {
    background: url(./../images/company_fv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #common_sec1.news {
    background: url(./../images/news_fv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #common_sec1.news .news_fv {
    justify-content: center;
    left: 50%;
    padding-right: 0;
  }
  #common_sec1.news .news_fv .news_fv_img2 {
    height: 19.6vw;
    padding-right: 0;
  }
  #common_sec1.recruit_form {
    background: url(./../images/recruit_form_fv.jpg) no-repeat;
    background-size: cover;
    height: 94.9333333333vw;
  }
  #common_sec1.contact {
    background: url(./../images/contact_fv.jpg) no-repeat;
    background-size: cover;
    height: 94.9333333333vw;
  }
  #common_sec1.news_detail {
    height: auto;
    background: none;
    background-size: cover;
  }
  #common_sec1.news_detail .part1 {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 11.6vw 2.9333333333vw 0 2.9333333333vw;
  }
  #common_sec1.news_detail .part1 h2 {
    color: black;
    font-weight: normal;
    margin-bottom: 2.6666666667vw;
  }
  #common_sec1.news_detail .part1 p {
    color: black;
    font-size: 3.4666666667vw;
  }
  #common_sec1.people_single {
    height: auto;
  }
  #common_sec1.people_single .people_single_fv img {
    height: 58vw;
    width: 100vw;
    max-height: 58vw;
  }
  #common_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
    width: -moz-max-content;
    width: max-content;
  }
  #common_sec1 .part1 h2 {
    font-size: 7.6vw;
    text-align: center;
    letter-spacing: 0.05em;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 3.2vw;
  }
  #common_sec1 .part1 p {
    font-size: 3.4666666667vw;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 7px;
    margin-top: 0;
  }
  #common_sec1 .about_fv_part {
    transform: translate(-50%, -50%) !important;
  }
  .people_detail {
    height: auto !important;
    margin-top: 4.9333333333vw !important;
    max-width: 88vw !important;
    margin-bottom: -5.3333333333vw !important;
  }
  .people_detail .people_detail_title h2 {
    font-size: 4.4vw;
    line-height: 1.5;
    font-weight: 600;
  }
  .people_detail .people_detail_title p {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .company_fv {
    margin-top: -12vw;
  }
  .company_fv .career {
    width: 32.6666666667vw;
    margin-right: 15px;
  }
  .company_fv .crane {
    height: 19.3333333333vw;
    margin-left: 45px;
  }
  .company_fv .career_contact {
    width: 37.6vw;
    margin-right: 8px;
  }
  .company_fv .crane_contact {
    height: 25.8666666667vw;
    margin-left: 47px;
  }
  .about_fv {
    margin-top: -22vw;
    right: 0;
    justify-content: center;
  }
  .about_fv.career {
    width: 37.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0;
  }
  #company_sec1 .part1 {
    padding-bottom: 80px;
  }
  #company_sec1 .part1 h3 {
    font-size: 4.8vw;
    color: #777777;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 10.6666666667vw 0 6.6666666667vw;
  }
  #company_sec1 .part1 .company_info {
    margin-top: 10.6666666667vw;
    padding: 0 7.2vw;
  }
  #company_sec1 .part1 .company_info .company_img {
    flex-direction: column;
  }
  #company_sec1 .part1 .company_info .company_img img {
    width: 100%;
  }
  #company_sec1 .part1 .company_info .company_info_row {
    padding: 38px 20px 38px 8px;
  }
  #company_sec1 .part1 .company_info .company_info_row dt {
    width: 20vw;
    font-size: 13px;
    padding-right: 2.6666666667vw;
    margin-right: 20px;
    line-height: 1.7;
    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 {
    font-size: 13px;
    line-height: 1.7;
  }
  #company_sec1 .part1 .block {
    max-width: 950px;
    margin: auto;
    padding: 0;
  }
  #company_sec1 .part1 .block .block-img {
    width: 100%;
    margin-top: 50px;
  }
  #company_sec1 .part1 .block .block-img img {
    width: 100%;
    aspect-ratio: 867/578;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #company_sec1 .part1 .block-img {
    width: 100%;
  }
  #company_sec1 .part1 .block-body {
    margin-right: 7.2vw;
    margin-left: 7.2vw;
    margin-top: 8vw;
    flex: 1;
  }
  #company_sec1 .part1 .block-body li {
    padding: 14px 0;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #aaaaaa;
  }
  #company_sec1 .part1 .block-body li:first-child {
    border-top: 1px solid #aaaaaa;
  }
  #company_sec1 .part1 .block .company-body {
    width: 100%;
    padding: 0;
  }
  #company_sec1 .part1 .block .company-body h2 {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 7.0666666667vw;
  }
  #company_sec1 .part1 .block .company-body p {
    font-size: 3.4666666667vw;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
  }
  #company_sec1 .part1 .block .company-body .signature {
    text-align: center;
    margin: 0 auto;
    margin-top: 9.0666666667vw;
  }
  #company_sec1 .part1 .block .company-body .signature img {
    width: 100%;
    max-width: 37.3333333333vw;
  }
  #recruit_form_sec1 .part1 {
    width: 100%;
    margin: 0 auto 16vw;
    padding: 0 7.2vw;
  }
  #recruit_form_sec1 .part1 .form-group {
    margin-bottom: 28px;
  }
  #recruit_form_sec1 .part1 .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
    color: black;
  }
  #recruit_form_sec1 .part1 .form-group input,
  #recruit_form_sec1 .part1 .form-group select,
  #recruit_form_sec1 .part1 .form-group textarea {
    color: black;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #6b6a69;
    padding-left: 20px;
    color: #363636;
    font-size: 13px;
    background: none;
  }
  #recruit_form_sec1 .part1 .form-group textarea {
    height: 120px;
  }
  #recruit_form_sec1 .part1 .submit_btn {
    text-align: center;
    position: relative;
  }
  #recruit_form_sec1 .part1 .submit_btn input {
    background: #777777;
    width: 315px;
    display: inline-flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    height: 54px;
    color: white;
    border: none;
    padding-left: 0;
  }
  #recruit_form_sec1 .part1 .submit_btn .wpcf7-spinner {
    position: absolute;
    display: none;
  }
  #news_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 60px;
  }
  #news_sec2 .part1 {
    max-width: 983px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #news_sec2 .part1 .block {
    margin-right: 43px;
    width: 293px;
    margin-bottom: 54px;
    display: block;
  }
  #news_sec2 .part1 .block img {
    width: 100%;
    aspect-ratio: 655/437;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #news_sec2 .part1 .block h3 {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  #news_sec2 .part1 .block p {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.4;
    padding: 0;
  }
  #news_sec2 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #news_sec2 .part2 {
    padding-bottom: 75px;
  }
  #news_detail_sec1 {
    padding-top: 38px;
  }
  #news_detail_sec1 h2 {
    font-size: 28px;
    text-align: left;
    position: relative;
    padding-top: 75px;
    margin: auto;
    margin-bottom: 30px;
    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: 732px;
    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: 13px;
    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: 113px;
    height: 38px;
    display: inline-block;
    font-size: 12px;
    margin: auto;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  #news_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 14.1333333333vw;
  }
  #news_sec2 p {
    margin-top: 3.7333333333vw;
    padding: 0 22px;
    line-height: 1.6;
  }
  #news_sec2 .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 85.3333333333vw;
    margin: auto;
    gap: 46px;
  }
  #news_sec2 .part1 .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #news_sec2 .part1 .block a {
    display: block;
  }
  #news_sec2 .part1 .block a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #news_sec2 .part1 .block a .block_body {
    text-align: left;
    padding-top: 3.2vw;
  }
  #news_sec2 .part1 .block a .block_body .title {
    font-size: 2.8vw;
    display: inline-block;
    line-height: 1.5;
  }
  #news_sec2 .part1 .block a .block_body p {
    padding-top: 10px;
    font-size: 11px;
    color: #ababab;
  }
  #news_sec2 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #news_sec2 .people_card {
    margin-top: 12.5333333333vw;
  }
  #news_sec2 .part2 {
    padding-bottom: 15vw;
  }
  .news_page {
    margin-top: 12vw !important;
  }
  #news_detail_sec1 {
    padding-top: 14.4vw;
  }
  #news_detail_sec1 h2 {
    font-size: 5vw;
    text-align: left;
    position: relative;
    padding-top: 6.8vw;
    margin: auto;
    margin-bottom: 6vw;
    max-width: 88vw;
    width: 100%;
  }
  #news_detail_sec1 .date {
    padding-bottom: 40px;
    font-size: 11px;
    color: #ababab;
    text-align: center;
  }
  #news_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #news_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 6vw;
  }
  #news_detail_sec1 .part1 .block1 p {
    text-align: left;
    font-size: 3vw;
  }
  #news_detail_sec1 .part1 .block1 .block_body {
    margin: auto;
    max-width: 88vw;
  }
  #news_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 20vw;
  }
  #news_detail_sec1 .part1 .bottom_btn a {
    display: flex;
    font-size: 2.8vw;
    line-height: 2;
  }
  figure {
    margin: 0;
  }
  .wp-block-image img {
    /* max-width: 100%; */
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .shopify-buy__btn-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form_sec1 {
    padding: 10vw 0 12.6666666667vw;
  }
  #recruit_form_sec1 .part1 {
    padding: 0 5.3333333333vw;
  }
  #recruit_form_sec1 .contact_form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 1.0666666667vw;
  }
  #recruit_form_sec1 .contact_form .wpcf7-response-output {
    margin: 4vw 0 0;
    padding: 2vw 2.6666666667vw;
    font-size: 13px;
  }
  #recruit_form_sec1 .contact_form .wpcf7-list-item label {
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row {
    flex-direction: column;
    align-items: start;
    padding: 3.7333333333vw 0;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.6vw;
    padding-top: 0;
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input {
    width: 100%;
    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 {
    font-size: 13px;
    padding: 1.6vw 2.1333333333vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input select {
    background-position: right 2.1333333333vw center;
    max-width: 100%;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input textarea {
    min-height: 21.3333333333vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input .name_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 .mobile_input,
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input .company_input,
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input .remarks_input,
  #recruit_form_sec1 .nankai_contact_form .form_row .form_input .address_input {
    width: 100%;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group {
    gap: 3.2vw;
    padding-top: 0;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .radio_label {
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_radio_group .radio_label input[type=radio] {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_date_group {
    gap: 1.0666666667vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_date_group .date_input {
    width: 9.3333333333vw;
    padding: 1.6vw 1.8666666667vw;
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_date_group .date_sep {
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_age_group {
    gap: 1.0666666667vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_age_group .age_input {
    width: 13.3333333333vw;
    padding: 1.6vw 2.1333333333vw;
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_row .form_age_group .age_suffix {
    font-size: 13px;
  }
  #recruit_form_sec1 .nankai_contact_form .form_privacy {
    margin-top: 6.6666666667vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_label {
    font-size: 13px;
    align-items: flex-start;
    text-align: left;
  }
  #recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_label input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-right: 1.3333333333vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_privacy .privacy_link {
    font-size: 13px;
    margin-top: 1.6vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_submit {
    margin-top: 6vw;
  }
  #recruit_form_sec1 .nankai_contact_form .form_submit .submit_btn {
    width: 100%;
    max-width: 44vw;
    height: 7.7333333333vw;
    font-size: 13px;
  }
  .privacy_modal_container {
    padding: 0;
  }
  .privacy_modal_container .privacy_modal_content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  .privacy_modal_container .privacy_modal_body {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .privacy_modal_container .privacy_modal_body p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
  .privacy_modal_container .privacy_modal_close {
    padding: 4vw;
  }
  .privacy_modal_container .privacy_modal_close_btn {
    font-size: 4vw;
    padding: 2.1333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 500px) {
  footer .part3 h2 {
    font-size: 24px;
  }
}/*# sourceMappingURL=responsive.css.map */