@charset 'UTF-8';

/*-----------------------------------
ヘッダー画像
--------------------------------------------------------*/
#home {
  overflow: hidden;

  width: 100%;
  height: 100vh;
  margin-bottom: 64px;

  background-position: top;
}

.home_content h2 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 320%;
  font-weight: 600;

  padding-top: 360px;

  letter-spacing: 4px;

  color: #fff;
}

.home_content h2 span {
  font-family: "Mukta";
  font-size: 64%;
  font-weight: bold;

  letter-spacing: normal;

  color: #fff;
}

@media (max-width: 960px) {
  #home {
    height: 720px;
  }
  .home_content h2 {
    font-size: 20px;

    padding-top: 400px;
  }
  .home_content span {
    font-size: 100%;
  }
}

/*-----------------------------------
アバウトエリア
--------------------------------------------------------*/
.top-aboutArea {
  text-align: center;
}

.top-aboutArea h3 {
  font-size: 240%;
  font-weight: bold;
}

.top-aboutArea #about-icon {
  width: 40px;
  height: auto;
  margin: 12px;
}

.top-aboutArea #about_text {
  position: relative;
  z-index: 10;

  width: 440px;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px;

  text-align: left;

  border-right: #666 1px solid;
  border-left: #666 1px solid;
}

#link-about {
  font-family: "Mukta";
  font-weight: bold;

  position: relative;
  z-index: 10;

  display: block;

  width: 440px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;

  color: #333;
  border: 1px #666 solid;
  box-shadow: 4px 4px 0 #666;
}

#link-about:hover {
  margin-top: 34px;
  margin-bottom: 38px;

  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 #666;
}

#about_img_pc {
  position: relative;
  z-index: 5;

  margin-top: -200px;
}

.about_img_movi {
  display: none;
}

@media (max-width: 960px) {
  .top-aboutArea #about_text {
    position: relative;
    z-index: 10;
  }

  #about_img_pc {
    display: none;
  }

  .about_img_movi {
    display: block;
  }
}

@media (max-width: 560px) {
  .top-aboutArea #about_text {
    position: relative;
    z-index: 10;

    width: 80%;
  }

  #link-about {
    width: 80%;
  }
}

.about_img_movi1 {
  position: relative;
  z-index: 10;

  padding-right: 16%;
}

.about_img_movi2 {
  position: relative;
  z-index: 5;

  width: 84%;
  margin-top: -60px;
  margin-bottom: 120px;
  margin-left: 16%;
}

/*-----------------------------------
サービスエリア
--------------------------------------------------------*/
.top-serviceArea {
  margin-bottom: 80px;
}
.top-serviceArea h3 {
  font-size: 500%;
  font-weight: bold;

  margin-left: 10%;
}

#serv1 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;

  background: linear-gradient(
    90deg,
    #f8f8f8 0%,
    #f8f8f8 80%,
    #fff 80%,
    #fff 100%
  );
}

#serv2 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;

  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 20%,
    #f8f8f8 20%,
    #f8f8f8 100%
  );
}

#serv3 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;

  background: linear-gradient(
    90deg,
    #f8f8f8 0%,
    #f8f8f8 80%,
    #fff 80%,
    #fff 100%
  );
}

.top-serviceArea h4 {
  font-size: 140%;
  font-weight: bold;

  width: 25%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;

  text-align: right;

  color: #fff;
  background-color: #333;
}

.service_items {
  margin: 0 auto 0;
}

.serv-img {
  position: relative;
  z-index: 10;

  width: 400px;
  padding-top: 240px;

  border: 5px solid #e6e6e6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#serv-img1 {
  margin-left: 50%;

  background-image: url(../img/ser1.jpg);
}

.serv-content {
  position: relative;
  z-index: 5;
  top: -140px;

  margin-bottom: -40px;

  text-align: center;

  border: 5px solid #e6e6e6;
  background-color: #fff;
}

.item_left {
  margin-right: 30%;

  text-align: center;
}

.serv-content h5 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;

  padding-top: 20px;
  padding-bottom: 20px;

  background-color: #e6e6e6;
}
.serv-content h5 .serv-small {
  font-size: 48%;

  color: rgba(0, 0, 0, 0.5);
}

.serv-content p {
  width: 40%;
  margin: 8px auto 16px;

  text-align: left;
}

.link-serv {
  display: inline-block;

  width: 30%;
  margin: auto;
  margin: 16px auto 16px;
  padding-top: 4px;
  padding-bottom: 4px;

  border: rgba(0, 0, 0, 0.3) 1px solid;
  border-radius: 50px;
}

.link-serv:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#serv-img2 {
  margin-left: 50%;

  background-image: url(../img/ser2.jpg);
}

#serv-img4 {
  margin-left: 50%;

  background-image: url(../img/ser4.png);
}

#serv-img5 {
  margin-left: 50%;

  background-image: url(../img/ser5.jpg);
}

#serv-img6 {
  margin: 0 50% 0 auto;

  background-image: url(../img/ser6.png);
  background-position: left;
}

#item3,
#item6 {
  text-align: right;
}

#serv-img3 {
  margin: 0 50% 0 auto;

  background-image: url(../img/ser3.jpg);
}

.item_right {
  margin-left: 30%;
}

#serv-btn {
  text-align: center;
}

#link-servicepage {
  font-family: "Mukta";
  font-weight: bold;

  display: inline-block;

  width: 40%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;

  color: #333;
  border: 1px #666 solid;
  box-shadow: 4px 4px 0 #666;
}

#link-servicepage:hover {
  margin-top: 2px;
  margin-bottom: 38px;

  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 #666;
}

@media (max-width: 960px) {
  .top-serviceArea h3 {
    font-size: 400%;

    margin-left: auto;

    text-align: center;
  }

  .top-serviceArea h4 {
    font-size: 120%;

    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;

    text-align: center;

    color: #fff;
    background: linear-gradient(
      90deg,
      #333 0%,
      #333 70%,
      #f8f8f8 70%,
      #f8f8f8 80%,
      #fff 80%,
      #fff 100%
    );
  }

  #sien {
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 20%,
      #f8f8f8 20%,
      #f8f8f8 30%,
      #333 30%,
      #333 100%
    );
  }

  .service_items {
    width: 70%;
    margin: 60px auto 40px;

    text-align: center;

    background-color: #fff;
  }

  .serv-img {
    position: static;

    width: 100%;
    padding-top: 200px;
  }

  #serv-img1,
  #serv-img2,
  #serv-img3,
  #serv-img4,
  #serv-img5 {
    margin: auto;
  }
  .serv-content {
    position: static;

    border-top: 0;
  }

  .serv-content h5 {
    font-size: 140%;

    padding-top: 20px;
    padding-bottom: 10px;

    background-color: #fff;
  }

  .serv-content p {
    width: 90%;
    margin: auto;
    padding-top: 20px;

    text-align: left;

    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }

  .link-serv {
    width: 90%;

    border-radius: 0;
  }

  .item_left {
    margin-top: 0;
    margin-right: 0;

    text-align: center;

    box-shadow: none;
  }

  .item_right {
    margin-top: 0;
    margin-left: 0;

    text-align: center;

    box-shadow: none;
  }

  #item3 {
    text-align: center;
  }

  #link-servicepage {
    width: 80%;
  }
}

@media (max-width: 560px) {
  .service_items {
    width: 90%;
  }
  .serv-img {
    padding-top: 200px;
  }
}

/*-----------------------------------
会社紹介エリア
--------------------------------------------------------*/
.top-companyArea {
  text-align: center;
}

.top-companyArea h3 {
  font-size: 20vw;
  font-weight: bold;

  opacity: 0.1;
}

.top-companyArea h4 {
  font-size: 200%;
  font-weight: bold;

  margin-top: -200px;
  margin-bottom: 16px;
}

.top-companyArea img {
  position: relative;
  z-index: 5;

  width: 60%;
}

.top-companyArea .top_company_info {
  position: relative;
  z-index: 10;

  width: 70%;
  margin: -20px auto 120px auto;
  padding-top: 40px;
  padding-bottom: 40px;

  background-color: rgba(0, 0, 0, 0.05);
}

.top-companyArea .top_company_info table {
  width: 60%;
  margin: auto;
  padding: 20px auto 20px;

  text-align: left;
}

.top-companyArea .top_company_info table tbody th {
  width: 30%;
  padding-bottom: 30px;
  padding-left: 20px;
}

.top-companyArea .top_company_info table tbody td {
  width: 70%;
  padding-bottom: 30px;
}

#link-company {
  font-family: "Mukta";
  font-weight: bold;

  display: inline-block;

  width: 40%;
  margin: auto;
  margin-top: 20px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;

  color: #333;
  border: 1px #666 solid;
  box-shadow: 4px 4px 0 #666;
}

#link-company:hover {
  margin-top: 22px;
  margin-bottom: -2px;

  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 #666;
}

@media (max-width: 960px) {
  .top-companyArea h4 {
    font-size: 200%;

    margin-top: -70px;
  }

  .top-companyArea img {
    width: 70%;
  }

  .top-companyArea .top_company_info {
    width: 90%;
  }

  .top-companyArea .top_company_info table {
    width: 80%;
    margin: auto;

    text-align: left;
  }

  #link-company {
    width: 80%;
  }
}

/*-----------------------------------
ニュース一覧エリア
--------------------------------------------------------*/
.newsArea {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsArea h3 {
  font-size: 300%;
  font-weight: bold;

  margin-left: 10%;
}

.slider {
  width: 90%;
  margin: auto;
}

.news-slider li {
  font-size: 80%;

  width: 90%;
  margin: auto;
  margin-right: 20px;
}

.eye-catch {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-image {
  width: 100%;
  height: 240px;
  margin: 0 auto;

  text-align: center;

  border: 1px #959595 solid;

  object-fit: cover;
}

.news-slider li h4 {
  font-size: 1.8rem;
  font-weight: bold;

  width: 100%;
  margin: 10px 0 0;
}

.news-slider li .created_at {
  margin-bottom: 10px;
  font-size: 1.3rem;
  opacity: 0.5;
}

.news-slider li .category {
  display: inline-block;

  padding: 1px 4px;

  color: #fff;
  background-color: #333;
}

#news-btn {
  text-align: center;
}

#link-newspage {
  font-family: "Mukta";
  font-weight: bold;

  display: inline-block;

  width: 40%;
  margin: auto;
  margin-top: 20px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;

  color: #333;
  border: 1px #666 solid;
  box-shadow: 4px 4px 0 #666;
}

#link-newspage:hover {
  margin-top: 22px;
  margin-bottom: -2px;

  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 #666;
}

@media (max-width: 960px) {
  #link-newspage {
    width: 80%;
  }

  .newsArea {
    padding-top: 00px;
  }
}

.img {
  width: 100%;
  padding-top: 200px;

  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  background-size: cover;
}

/*-----------------------------------
フッターシリーズ
--------------------------------------------------------*/
.footer-snapseries-box{
  width:100%;
  padding: 2em 0;
  background-color:#2b2b2b;
  color:#FFFFFF;
  text-align: left;
}

.footer-snapseries-box-co{
  width:70%;
  margin:0 auto;
}
@media (max-width: 960px) {
  .footer-snapseries-box-co {
    width:100%;
    padding: 0 16px;
  }
}

.footer-snapliquor{
  padding: 1.4em;
  width: 85%;
  border-radius: 8px;
  background-color: #f9ee9a;
  font-size: 0.8em;
  object-fit: cover;
  background-position: right;
  background-image: url(https://snapwine.jp/img/snapliquor/top/liquor-top-fv.jpg);
}

.footer-snapliquor img{
  width:285px;
  vertical-align: middle;
}

@media (max-width: 960px) {
  .footer-snapliquor{
    width: 100%;
    text-align: center;
  }
  .footer-snapliquor img{
  width:200px;
}

}

.footer-snapseries-ti{
  font-weight: bold;
  font-size: 0.8em;
  white-space: nowrap;
  padding-bottom: 1rem;
}

.footer-snapseries-ti h2{
  font-size: 2em;
  font-family: "Mukta";
}

.footer-snapseries-box-co ul{
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  .footer-snapseries-box-co ul{
    justify-content: center;
  }
}

.series-box-co{
  width:220px;
  padding: 0.75em;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
  border-radius: 0.375rem;
}

@media (max-width: 960px) {
  .series-box-co{
   width:168px;
  }
}

.series-box-co a{
  color: #ffffff!important;
  display: flex;
  flex-wrap: wrap;
}

.series-box-co img{
  width:16px;
  height:16px;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .series-box-co img{
  width:12px;
  height:12px;
  margin-top: 16px;
}
}

.snapseries-list-ti{
  white-space: nowrap;
  flex-grow: 1;
  display: flex;
  font-size: 1.2em;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 960px) {
  .snapseries-list-ti{
   font-size: 1em;
  }
}
.snapseries-list-ti span{
letter-spacing: -0.01em;
font-size: 1.8em;
line-height: 1.3rem;
font-weight: bold;
font-family: "Mukta";
margin-top: 0.2em;
padding-bottom: 0.25em;
}

@media (max-width: 960px) {
  .snapseries-list-ti span{
  font-size: 1.6em;
  }
}

.bg-snapwine-footer{
  background-color: rgb(163 64 66);
}

.bg-snapbottle-footer{
  background-color: rgb(54 77 123);
}

.bg-snapwhisky-footer{
  background-color: rgb(132 84 2);
}

.bg-snapchampagne-footer{
  background-color: rgb(154 141 47);
}

.bg-snapsake-footer{
  background-color: rgb(79 139 95);
}

.bg-snapume-footer{
  background-color: rgb(197 123 44);
}

.bg-snapbeer-footer{
  background-color: rgb(203 175 58);
}

.bg-snapcanbeer-footer{
  background-color: rgb(115 169 203);
}

.bg-snapbinbeer-footer{
  background-color: rgb(158 170 186);
}

.bg-snapgin-footer{
  background-color: rgb(141 184 180);
}

.bg-snapchuhi-footer{
  background-color: rgb(219 225 0);
}

.bg-snaphighball-footer{
  background-color: rgb(208 152 11);
}

.bg-snapnonalc-footer{
  background-color: rgb(203 109 138);
}

.bg-snapjuice-footer{
  background-color: rgb(144 181 94);
}

.bg-snapcanjuice-footer{
  background-color: rgb(180 0 7);
}

.bg-snapvintagewine-footer{
  background-color: rgb(81 10 10);
}

.bg-snapocha-footer{
  background-color: rgb(65 132 26);
}

.bg-snapflower-footer{
  background-color: rgb(158 76 142);
}










