@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  color: #111;
}

body {
  overflow-x: hidden;
  background: #FBF9FA;
}

p {
  line-height: 1.5;
}

.bold {
  font-weight: bold;
}

.lh-2 {
  line-height: 2;
}

.ttl-44 {
  font-size: 3.22vw;
}

.ttl-40 {
  font-size: 2.928vw;
}

.ttl-36 {
  font-size: 2.34vw;
}

.text-32 {
  font-size: 2.34vw;
}

.text-20 {
  font-size: 1.46vw;
}

.text-16 {
  font-size: 1.17vw;
}

.header-wrapper {
  width: 92vw;
  margin: 0 auto;
  position: fixed;
  top: 25px;
  left: 4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .7s;
  transition: .7s;
  border-radius: 2vh;
  z-index: 4;
  /*ボタン内側*/
}

.header-wrapper .header-logo {
  width: 26.7vw;
}

.header-wrapper .header-logo img {
  mix-blend-mode: difference;
}

.header-wrapper .humb-wrapper {
  margin-right: 1vw;
}

.header-wrapper .openbtn1 {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  mix-blend-mode: difference;
}

.header-wrapper .openbtn1 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  mix-blend-mode: difference;
  width: 30px;
}

.header-wrapper .openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.header-wrapper .openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.header-wrapper .openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.header-wrapper .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.header-wrapper .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.header-wrapper .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #FBF9FA;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 3;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}

.header-menu.active {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header-flex {
  margin-top: 21.6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20.63vw;
}

.header-flex .header-nav {
  list-style: none;
}

.header-flex .header-nav a {
  display: block;
  text-decoration: none;
  margin-bottom: 3.5vh;
}

.header-flex .header-nav a li {
  font-weight: bold;
}

.header-flex .header-nav a li .header-nav-ja {
  color: #673AB7;
  line-height: 1;
}

.header-flex .header-nav a li .header-nav-en {
  line-height: 1;
  color: #111111;
}

.header-flex .header-sns a {
  text-decoration: none;
}

.header-flex .header-sns .header-dosei {
  padding-bottom: 4px;
  margin-bottom: 5.2vh;
  border-bottom: #BBBBBB solid 1px;
}

.header-flex .header-sns .header-sns-button {
  text-align: right;
  font-size: 1.17vw;
}

.header-flex .header-sns .header-sns-button i {
  font-size: 3vw;
}

.header-flex .header-sns .header-sns-button i:first-of-type {
  margin-right: 3vw;
}

.header-wrapper.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #FBF9FA;
}

.header-wrapper.scrolled {
  background: #FBF9FA;
  -webkit-box-shadow: #c3c4c7 0px 3px 10px;
          box-shadow: #c3c4c7 0px 3px 10px;
}

.footer-list-wrapper {
  width: 91.215vw;
  height: 9.736vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10.4vh;
}

.footer-list-wrapper .footer-logo {
  width: 18.3vw;
}

.footer-list-wrapper .footer-logo img {
  width: 100%;
  height: auto;
}

.footer-list-wrapper .footer-nav ul {
  list-style: none;
  display: block;
  height: 9.736vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-list-wrapper .footer-nav ul a {
  text-decoration: none;
}

.footer-list-wrapper .footer-nav ul a li {
  font-weight: bold;
  font-size: 2.196vw;
}

.footer-list-wrapper .footer-nav ul a li:not(:last-child) {
  margin-bottom: 1vh;
}

.footer-list-wrapper .footer-sns-and-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8.736vw;
}

.footer-list-wrapper .footer-sns-and-store .footer-online-button {
  font-size: 1.17vw;
  font-weight: bold;
  border: solid 1px #111;
  padding: 1vh 1vw;
}

.footer-list-wrapper .footer-sns-and-store .footer-online-button a {
  text-decoration: none;
}

.footer-list-wrapper .footer-sns-and-store .footer-online-button span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-list-wrapper .footer-sns-and-store .sns-button {
  font-size: 2.7vw;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}

.footer-list-wrapper .footer-sns-and-store .sns-button a {
  display: block;
  width: 2.7vw;
}

.footer-list-wrapper .footer-sns-and-store .sns-button i:first-child {
  margin-right: 3vw;
}

.copyright {
  color: #6E6D6E;
  font-size: 1.117vw;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 46px;
}

.top-hero-wrapper {
  width: 100vw;
  height: 100vh;
  margin-bottom: 118px;
}

.top-hero-wrapper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-wrapper {
  width: 92.2vw;
  margin: 0 auto;
  position: relative;
}

.section-wrapper-ttl {
  width: 73vw;
  height: 33.5vh;
  position: absolute;
  top: 0;
}

.section-wrapper-ttl img {
  width: 100%;
}

.about-wrapper .section-wrapper-ttl {
  width: 48vw;
}

.about-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 36vh;
}

.about-flex article .ttl-44 {
  font-size: 3.22vw;
  margin-bottom: 40px;
  font-weight: bold;
}

.about-flex article p {
  margin-right: 8vw;
}

.about-flex article .text-16 {
  font-size: 1.17vw;
}

.about-flex .about-img-wrapper {
  width: 42.8vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.about-flex .about-img-wrapper img {
  width: 42.8vw;
  height: auto;
  z-index: 2;
}

.about-flex .about-img-wrapper::after {
  content: "";
  display: block;
  width: 42.8vw;
  height: 24vw;
  background: #673AB7;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.about-showroom {
  margin-top: 200px;
}

.about-showroom .showroom-ttl {
  margin-bottom: 40px;
}

.about-showroom .showroom-ttl .ttl-44 {
  font-weight: bold;
  margin-bottom: 40px;
}

.about-showroom .showroom-ttl .text-16 {
  width: 41.4vw;
}

.about-showroom .showroom-visual {
  width: 100%;
  height: 59.15vw;
  background-image: url(../img/office_001.JPG);
  background-size: cover;
  position: relative;
}

.about-showroom .showroom-visual .showroom-catch {
  color: #FBF9FA;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-showroom .showroom-visual .showroom-disc-wrapper {
  background: #111111;
  color: #fff;
  width: 58vw;
  padding: 2.9vw 4.39vw;
  position: absolute;
  bottom: -125px;
  right: 50px;
}

.about-showroom .showroom-visual .showroom-disc-wrapper .disc-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.about-showroom .showroom-visual .showroom-disc-wrapper .disc-list .showroom-disc-list-ttl {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
}

.about-showroom .showroom-visual .showroom-disc-wrapper .disc-list .showroom-disc-list-content {
  font-size: 16px;
  color: #BBBBBB;
}

.about-showroom .showroom-visual .showroom-disc-wrapper .disc-list.x2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.about-showroom.ca .showroom-visual {
  background-image: url(../img/ca_002.JPG);
}

.products {
  margin-top: 236px;
}

.products-wrapper .about-flex .about-img-wrapper::after {
  height: 24.46vw;
}

.products-grid {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7vh;
}

.products-grid .products-grid-parts {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-grid .products-grid-parts .products-grid-disc {
  width: 50vw;
  height: 100vh;
  padding: 0 3.953vw;
}

.products-grid .products-grid-parts .products-grid-disc .logo-img-wrapper {
  margin-bottom: 13vh;
  width: 100%;
  text-align: center;
  margin-top: 10.4vh;
}

.products-grid .products-grid-parts .products-grid-disc .logo-img-wrapper img {
  width: 13.32vw;
  height: auto;
}

.products-grid .products-grid-parts .products-grid-disc .ttl-40 {
  margin-bottom: 2.6vh;
}

.products-grid .products-grid-parts .products-grid-disc .text-16 {
  margin-bottom: 7.8125vh;
}

.products-grid .products-grid-parts .products-grid-disc .store-button {
  margin-bottom: 12.5vh;
}

.products-grid .products-grid-parts .products-grid-disc a {
  text-decoration: none;
}

.products-grid .products-grid-parts .products-grid-disc p.store-button {
  color: #111 !important;
  background: #FBF9FA;
  padding: 1vh 0;
  text-align: center;
}

.products-grid .products-grid-parts .products-grid-disc.coffee {
  background: #111111;
  color: #FBF9FA;
}

.products-grid .products-grid-parts .products-grid-disc.coffee p {
  color: #FBF9FA;
}

.products-grid .products-grid-parts .products-grid-disc.wine {
  background: #DFDFDF;
}

.products-grid .products-grid-parts .products-grid-disc.wine p {
  color: #111111;
}

.products-grid .products-grid-parts .products-grid-img {
  width: 50vw;
  height: 100vh;
}

.products-grid .products-grid-parts .products-grid-img .simpleParallax {
  width: 100%;
  height: 100%;
}

.products-grid .products-grid-parts .products-grid-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.projects {
  margin-top: 118px;
}

.projects-wrapper {
  margin-bottom: 15.625vh;
}

.projects-wrapper .about-flex .about-img-wrapper::after {
  height: 24.46vw;
}

.projects-button {
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  border: solid 1px #111111;
  display: block;
  width: 42.1vw;
  margin-top: 7.8125vh;
}

.about-flex article .projects-button p {
  margin: 0;
}

.contact a {
  text-decoration: none;
}

.contact-wrapper {
  width: 100vw;
  height: 31.25vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #673AB7;
}

.contact-wrapper p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 11.713vw;
  padding: 0 4.95vw;
  width: 100%;
}

.contact-wrapper p img {
  width: 51.1vw;
  height: auto;
}

.contact-wrapper p .allow {
  width: 11.7vw;
  height: 1px;
  background: #FBF9FA;
  position: relative;
  left: -3.95vw;
}

.contact-wrapper p .allow::after {
  content: "";
  background: #FBF9FA;
  display: block;
  width: 10px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: -7.5px;
  right: 0;
}

.contact-wrapper p .allow::before {
  content: "";
  display: block;
  background: none;
  width: 130px;
  height: 130px;
  border: #FBF9FA solid 1px;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  right: -65px;
}

.doseikumiai {
  background: url(../img/ilyuza-mingazova-HaTIYO87qWQ-unsplash.jpg);
  background-size: cover;
  position: relative;
}

.doseikumiai-wrapper {
  height: 100vh;
  z-index: 2;
}

.doseikumiai-wrapper .section-wrapper-ttl {
  top: 15vh;
}

.doseikumiai-wrapper .about-flex {
  padding-top: 45vh;
}

.doseikumiai-wrapper .about-flex .text-32 {
  font-weight: bold;
  margin-right: 8vw;
  margin-bottom: 5.2vh;
}

.doseikumiai-wrapper .about-flex .text-16,
.doseikumiai-wrapper .about-flex .text-32 {
  color: #FBF9FA;
}

.doseikumiai-wrapper .about-flex .about-img-wrapper {
  width: 42.8vw;
  height: 42.8vh;
  position: relative;
}

.doseikumiai-wrapper .about-flex .about-img-wrapper::after {
  height: 42.8vh;
}

.doseikumiai-wrapper .about-flex .about-img-wrapper img {
  width: 42.8vw;
  height: 42.8vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.doseikumiai-wrapper .about-flex .about-img-wrapper .dosei-logo {
  width: 20.2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.producer {
  background: #8460C4;
}

.producer-wrapper .section-wrapper-ttl {
  top: 5vw;
}

.producer-wrapper .about-flex {
  padding-bottom: 8vh;
}

.producer-wrapper .about-flex .text-32 {
  margin-bottom: 5.338vh;
  font-weight: bold;
}

.producer-wrapper .about-flex .text-32,
.producer-wrapper .about-flex .text-16 {
  color: #FBF9FA;
}

.producer-wrapper .about-flex .about-img-wrapper {
  width: 45vw;
}

.producer-wrapper .about-flex .about-img-wrapper img {
  width: 45vw;
  height: auto;
}

.producer-wrapper .about-flex .about-img-wrapper::after {
  display: none;
}

.join-us-wrapper .section-wrapper-ttl {
  top: 5vw;
}

.join-us-parts-wrapper {
  padding-top: 30vw;
}

.join-us-parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7.42vh;
  margin-bottom: 7.42vh;
  border-bottom: solid #111111 1px;
}

.join-us-parts:last-of-type {
  border-bottom: none;
}

.join-us-parts .join-us-ttl {
  font-weight: bold;
  margin-bottom: 5.2vh;
}

.join-us-parts .join-us-disc {
  width: 46.85vw;
}

.join-us-parts .join-us-contact-button {
  background: #673AB7;
  text-decoration: none;
  margin-top: 5.2vh;
}

.join-us-parts .join-us-contact-button p {
  color: #fff;
  font-size: 1.61vw;
  font-weight: bold;
  padding: 2.864vh 13.25vw;
}

.contact-hero {
  background: url(../img/office_002.JPG);
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.contact-hero::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-hero .contact-hero-wrapper {
  z-index: 2;
}

.contact-hero .contact-hero-wrapper .section-wrapper-ttl {
  margin-top: 17.1vh;
}

.contact-hero .contact-hero-wrapper .contact-disc {
  width: 42.1vw;
  padding-top: 70vh;
  color: #FBF9FA;
}

.contact-form {
  width: 92vw;
  margin: 0 auto;
  margin-top: 8vh;
}

.contact-form-wrapper {
  width: 43.92vw;
  margin: 0 auto;
  margin-bottom: 100px;
}

.contact-form-wrapper .form-wrapper {
  width: 100%;
}

.contact-form-wrapper .form-wrapper .form-part {
  width: 100%;
  margin-top: 6.51vh;
}

.contact-form-wrapper .form-wrapper .form-part .form-ttl {
  font-size: 1.17vw;
  margin-bottom: 15px;
}

.contact-form-wrapper .form-wrapper .form-part .form-ttl::after {
  content: "必須";
  background: #CA2E35;
  color: #FBF9FA;
  font-size: 12px;
  padding: 3.5px 11px;
  margin-left: 30px;
}

.contact-form-wrapper .form-wrapper .form-part input,
.contact-form-wrapper .form-wrapper .form-part textarea {
  font-size: 1.17vw;
  color: #111;
  padding: 10px;
  width: 100%;
  border: solid 1px #A3A6A4;
}

.contact-form-wrapper .form-wrapper .form-part input::-webkit-input-placeholder,
.contact-form-wrapper .form-wrapper .form-part textarea::-webkit-input-placeholder {
  color: #A3A6A4;
}

.contact-form-wrapper .form-wrapper .form-part input:-ms-input-placeholder,
.contact-form-wrapper .form-wrapper .form-part textarea:-ms-input-placeholder {
  color: #A3A6A4;
}

.contact-form-wrapper .form-wrapper .form-part input::-ms-input-placeholder,
.contact-form-wrapper .form-wrapper .form-part textarea::-ms-input-placeholder {
  color: #A3A6A4;
}

.contact-form-wrapper .form-wrapper .form-part input::placeholder,
.contact-form-wrapper .form-wrapper .form-part textarea::placeholder {
  color: #A3A6A4;
}

.contact-form-wrapper .form-wrapper .pp-btn {
  margin: 5.2vh 0;
}

.contact-form-wrapper .form-wrapper .btn-wrapper {
  font-size: 1.17vw;
  width: 100%;
  background: #673AB7;
  color: #fff;
  text-align: center;
  padding: 2.34vh 0;
}

.pp-hero {
  background: url(../img/hero_03.jpg);
  background-size: cover;
  background-position: center center;
}

.pp-wrapper {
  width: 48.46vw;
  margin: 0 auto;
}

.pp-wrapper .pp-part {
  margin-bottom: 7.81vh;
}

.pp-wrapper .pp-part:first-of-type {
  margin-top: 8vh;
}

.pp-wrapper .pp-part .pp-ttl {
  font-weight: bold;
  margin-bottom: 5.2vh;
}

.dummy {
  display: none;
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 769px) {
  .pc {
    display: none;
  }
  .dummy,
  .mobile {
    display: block;
  }
  .header-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    background: #FBF9FA;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100vw;
  }
  .header-flex {
    margin-top: 9.6vh;
  }
  .header-wrapper .header-logo {
    width: initial;
  }
  .header-wrapper .header-logo img {
    position: relative;
    width: 52vw;
    top: 1.7px;
  }
  .header-wrapper .openbtn1 {
    right: -7vw;
  }
  .header-wrapper .openbtn1 span {
    width: 4.8vw;
  }
  .header-wrapper .openbtn1 span:nth-of-type(1) {
    top: 17px;
  }
  .header-wrapper .openbtn1 span:nth-of-type(3) {
    top: 29px;
  }
  .header-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .header-flex nav {
    width: 100vw;
  }
  .header-flex .header-sns .header-dosei {
    display: none;
  }
  .header-flex .header-sns .header-sns-button {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
  }
  .header-flex .header-sns .header-sns-button i {
    font-size: 9vw;
  }
  .header-wrapper.scrolled {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-flex .header-nav a {
    margin: 0;
    padding: 5.33vw 0;
    border-top: #d9d9d9 solid 1px;
    border-bottom: #d9d9d9 solid 1px;
  }
  .header-flex .header-nav a li {
    padding-left: 5.33vw;
  }
  .header-flex .header-nav a:first-child {
    border-top: #d9d9d9 solid 2px;
  }
  .header-flex .header-nav a:last-child {
    border-bottom: #d9d9d9 solid 2px;
  }
  .header-flex .header-nav a li .header-nav-ja {
    display: none;
  }
  .header-flex .header-nav a li .header-nav-en {
    font-size: 5.33vw;
    font-weight: bold;
  }
  .top-hero {
    margin-top: 50px;
  }
  .top-hero-wrapper {
    margin-bottom: 8.99vh;
    height: initial;
  }
  .top-hero-wrapper img {
    width: 100vw;
    height: auto;
  }
  .section-wrapper {
    width: 83.34vw;
    position: initial;
  }
  .section-wrapper-ttl {
    width: 100%;
    position: initial;
    height: initial;
    margin-bottom: 8.99vh;
  }
  .section-wrapper-ttl img {
    width: 100%;
    height: auto;
  }
  .about-wrapper .section-wrapper-ttl {
    width: 83.3vw;
  }
  .about-flex {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-flex .about-img-wrapper {
    width: 82vw;
  }
  .about-flex .about-img-wrapper img {
    width: 80vw;
    height: auto;
  }
  .about-flex .about-img-wrapper::after {
    width: 80vw;
    height: 50.46vw;
  }
  .about-flex .about-img-wrapper::after {
    display: none;
  }
  .about-flex article .ttl-44 {
    font-size: 6.4vw;
    margin-bottom: 4.19vh;
  }
  .about-flex article .text-16 {
    font-size: 3.4vw;
    margin-bottom: 4.19vh;
  }
  .about-showroom {
    margin-top: 10vh;
  }
  .about-showroom .showroom-ttl .ttl-44 {
    font-size: 6.4vw;
    margin-bottom: 4.9vh;
  }
  .about-showroom .showroom-ttl .text-16 {
    width: 100%;
    font-size: 3.4vw;
  }
  .about-showroom .showroom-visual {
    left: -8.33vw;
    width: 100vw;
    height: 62.3vh;
    background-position: center;
    background-size: 80vw;
  }
  .about-showroom .showroom-visual .showroom-catch {
    font-size: 4.8vw;
    position: initial;
    top: 10.6vw;
    margin-left: 10vw;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    color: #000;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper {
    width: 92vw;
    right: 0;
    bottom: -200px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 8.53vw;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper .disc-list {
    display: block;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper .disc-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.79vh;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper .disc-list li .showroom-disc-list-ttl {
    font-size: 3.4vw;
    width: 19.13vw;
    margin-right: 6.13vw;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper .disc-list li .showroom-disc-list-content {
    font-size: 3.4vw;
  }
  .about-showroom.ca {
    margin-bottom: calc(200px + 8.99vh);
  }
  .about-showroom:not(.ca) {
    margin-bottom: calc(200px + 8.99vh);
    margin-top: 13vh;
  }
  .about-showroom .showroom-visual .showroom-disc-wrapper .disc-list.x2 {
    display: block;
  }
  .products-grid .products-grid-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: initial;
  }
  .products-grid .products-grid-parts .products-grid-disc {
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 7.46vw;
  }
  .products-grid .products-grid-parts .products-grid-disc .ttl-40 {
    font-size: 4.8vw;
    margin-bottom: 16vw;
    text-align: center;
  }
  .products-grid .products-grid-parts .products-grid-disc .text-16 {
    width: 84vw;
    margin-bottom: 7.46vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .products-grid .products-grid-parts .products-grid-disc p.store-button {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7.46vw;
    font-size: 14px;
  }
  .products-grid .products-grid-parts .products-grid-disc .product-cat {
    width: 84vw;
    margin: 0 auto;
    text-align: left;
  }
  .products-grid .products-grid-parts .products-grid-disc .logo-img-wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10.34vh;
  }
  .products-grid .products-grid-parts .products-grid-disc .logo-img-wrapper img {
    width: 20vw;
    height: auto;
  }
  .products-grid .products-grid-parts .products-grid-img {
    height: 72vh;
    width: 100vw;
  }
  .products-grid .products-grid-parts .products-grid-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .products-grid .products-grid-parts .products-grid-disc.wine .logo-img-wrapper {
    width: 67.46vw;
  }
  .products-grid .products-grid-parts .products-grid-disc.wine .logo-img-wrapper img {
    width: 100%;
    height: auto;
  }
  .products-grid .products-grid-parts .products-grid-disc.coffee .logo-img-wrapper {
    width: 24.5vw;
  }
  .products-grid .products-grid-parts .products-grid-disc.coffee .logo-img-wrapper img {
    width: 100%;
    height: auto;
  }
  .projects-button {
    width: 84vw;
    margin: 0 auto;
    font-size: 5.33vw;
    font-weight: bold;
    padding: 8px 0;
    margin-bottom: 9vh;
  }
  .projects-button p {
    line-height: 1;
  }
  .contact-wrapper p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15vw;
    font-weight: bold;
  }
  .contact-wrapper p .allow {
    display: none;
  }
  .footer-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
  }
  .footer-list-wrapper .footer-logo {
    width: 68vw;
    margin-bottom: 9vh;
  }
  .footer-list-wrapper .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-list-wrapper .footer-nav ul {
    height: initial;
  }
  .footer-list-wrapper .footer-nav ul a li {
    text-align: center;
    margin-bottom: 2vh;
    font-size: 14px;
  }
  .footer-list-wrapper .footer-sns-and-store {
    gap: 2vh;
    height: initial;
  }
  .footer-list-wrapper .footer-sns-and-store .sns-button {
    text-align: center;
    font-size: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8vw;
  }
  .footer-list-wrapper .footer-sns-and-store .sns-button a {
    width: 6vw;
  }
  .copyright {
    font-size: 10px;
  }
  .footer-list-wrapper .footer-sns-and-store .footer-online-button {
    width: 68vw;
    text-align: center;
    font-size: 11px;
  }
  .doseikumiai-wrapper {
    height: 120vh;
  }
  .doseikumiai-wrapper .about-flex .about-img-wrapper {
    width: initial;
    height: initial;
  }
  .doseikumiai-wrapper .about-flex .about-img-wrapper img {
    height: 60vw;
  }
  .doseikumiai-wrapper .section-wrapper-ttl {
    padding-top: 20.4vw;
    margin-bottom: 16vw;
  }
  .doseikumiai-wrapper .about-flex {
    padding-top: 0;
  }
  .doseikumiai-wrapper .about-flex .text-16, .doseikumiai-wrapper .about-flex .text-32 {
    font-size: 25px;
    margin-bottom: 4.19vh;
  }
  .doseikumiai-wrapper .about-flex .text-16 {
    font-size: 15px;
  }
  .doseikumiai-wrapper .about-flex .about-img-wrapper img {
    width: 290px;
    height: auto;
  }
  .doseikumiai-wrapper .about-flex .about-img-wrapper::after {
    display: none;
  }
  .producer-wrapper {
    padding-top: 50vw;
  }
  .mrsowa {
    width: 84vw;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
  .producer-wrapper .about-flex .text-32 {
    font-size: 4.8vw;
  }
  .join-us {
    padding-top: 70px;
  }
  .join-us-parts-wrapper {
    padding-top: 0;
  }
  .join-us-parts .join-us-ttl {
    width: 100%;
    text-align: left;
    font-size: 4.8vw;
  }
  .join-us-parts .join-us-disc {
    width: 100%;
    font-size: 3.46vw;
  }
  .join-us-parts .join-us-contact-button {
    width: 100%;
    text-align: center;
  }
  .join-us-parts .join-us-contact-button p {
    font-size: 4.8vw;
  }
  .contact-hero .contact-hero-wrapper .section-wrapper-ttl {
    margin-top: 0;
    padding-top: 30.4vw;
    margin-bottom: 16vw;
  }
  .contact-hero .contact-hero-wrapper .contact-disc {
    width: initial;
    padding-top: initial;
    font-size: 3.46vw;
  }
  .contact-hero::after {
    display: none;
  }
  .contact-form-wrapper {
    width: 84vw;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .contact-form-wrapper .form-wrapper .form-part p {
    font-size: 4.26vw;
    font-weight: bold;
  }
  .contact-form-wrapper .form-wrapper .form-part .form-ttl {
    font-size: 15px;
  }
  .contact-form-wrapper .form-wrapper .form-part input, .contact-form-wrapper .form-wrapper .form-part textarea {
    font-size: 16px;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
  }
  input[type="submit"],
  input[type="button"] {
    font-size: 16px;
    font-weight: bold;
  }
  .contact-form-wrapper .form-wrapper .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wpcf7-spinner {
    position: absolute !important;
  }
  .pp-wrapper {
    width: 84vw;
  }
  .pp-wrapper .pp-part .pp-ttl {
    font-size: 4.26vw;
    margin-bottom: 4.19vh;
  }
  .pp-wrapper .pp-part .pp-content {
    font-size: 3.46vw;
  }
}

.products-grid .products-grid-parts .products-grid-disc a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.store-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-animation-name: black-button;
          animation-name: black-button;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes black-button {
  0% {
    width: 0;
    height: 100%;
    left: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes black-button {
  0% {
    width: 0;
    height: 100%;
    left: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@media (max-width: 769px) {
  _::-webkit-full-page-media, _:future, :root .about-showroom .showroom-visual .showroom-disc-wrapper {
    position: absolute;
    top: 54vh;
  }
  _::-webkit-full-page-media, _:future, :root .about-showroom.ca {
    margin-bottom: calc(200px + 8.99vh);
  }
  _::-webkit-full-page-media, _:future, :root .about-showroom:not(.ca) {
    margin-bottom: calc(200px + 10vh);
  }
  _::-webkit-full-page-media, _:future, :root .products {
    margin-top: 300px;
  }
  _::-webkit-full-page-media, _:future, :root .producer-wrapper {
    padding-top: 50vw;
  }
  _::-webkit-full-page-media, _:future, :root .about-showroom .showroom-visual .showroom-disc-wrapper {
    bottom: -200px;
  }
}
/*# sourceMappingURL=style.css.map */