/* setting.scss start*/
/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.boxwrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .boxwrap {
    width: 94%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.jalmall-contents .first-banner__btn, .firstBanner-btn {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.jalmall-contents .first-banner__btn:hover, .firstBanner-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pc {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top60 {
  margin-top: 60px;
}

.margin-top70 {
  margin-top: 70px;
}

.margin-top80 {
  margin-top: 80px;
}

.margin-top90 {
  margin-top: 90px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.margin-bottom80 {
  margin-bottom: 80px;
}

.margin-bottom90 {
  margin-bottom: 90px;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

/* setting.scss end*/
.jalmall-contents h1, .jalmall-contents h2, .jalmall-contents h3, .jalmall-contents h4, .jalmall-contents h5, .jalmall-contents h6 {
  margin: 0;
  padding: 0;
}
.jalmall-contents .serif {
  font-family: "BIZ UDPMincho", serif;
}
.jalmall-contents .first {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 100px;
}
.jalmall-contents .first-smallWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 7.5%;
}
.jalmall-contents .first-smallWrap.redBorder {
  border-left: 1px solid #aa0006;
}
.jalmall-contents .first-commonTitle {
  font-size: 1.5625rem;
  color: #aa0006;
  font-weight: 500;
  margin-bottom: 40px;
}
.jalmall-contents .first-commonTitle__en {
  font-family: "Playfair Display", serif;
  font-size: 0.875rem;
  display: block;
  letter-spacing: 0.15em;
}
.jalmall-contents .first-about {
  padding: 40px 0 60px;
}
.jalmall-contents .first-about__title {
  font-size: 1.875rem;
  font-weight: 400;
  color: #aa0006;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-about__title {
    font-size: 1.4375rem;
  }
}
.jalmall-contents .first-wine {
  background-color: #f8f3f0;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-wine {
    padding: 60px 0 30px;
  }
}
.jalmall-contents .first-whisky {
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-whisky {
    padding: 60px 0 30px;
  }
}
.jalmall-contents .first-feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.jalmall-contents .first-feature-flex.reverse .first-feature__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature-flex.reverse .first-feature__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.jalmall-contents .first-feature-flex.reverse .first-feature-textArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature-flex.reverse .first-feature-textArea {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.jalmall-contents .first-feature-flex.item {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature-flex.item {
    margin-bottom: 40px;
  }
}
.jalmall-contents .first-feature__img {
  width: 325px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.jalmall-contents .first-feature__img.item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature__img.item {
    margin-bottom: 120px;
  }
}
.jalmall-contents .first-feature__img.item::after {
  content: "";
  display: block;
  width: 269px;
  height: 284.5px;
  position: absolute;
  right: -120px;
  bottom: -150px;
  background-image: url("../first/item1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.jalmall-contents .first-feature__img img {
  width: 100%;
  height: auto;
}
.jalmall-contents .first-feature-textArea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-feature-textArea {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.jalmall-contents .first-feature-textArea__title {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #aa0006;
  margin-bottom: 20px;
  padding-bottom: 18px;
  position: relative;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.jalmall-contents .first-feature-textArea__title::before {
  content: "";
  display: block;
  width: 64px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 20px;
}
.jalmall-contents .first-feature-textArea__title .flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jalmall-contents .first-feature-textArea__title.num1::before {
  background-image: url("../first/num1.png");
}
.jalmall-contents .first-feature-textArea__title.num2::before {
  width: 82px;
  background-image: url("../first/num2.png");
}
.jalmall-contents .first-feature-textArea__title.num3::before {
  width: 82px;
  background-image: url("../first/num3.png");
}
.jalmall-contents .first-feature-textArea__title.num4::before {
  width: 82px;
  background-image: url("../first/num4.png");
}
.jalmall-contents .first-feature-textArea__title.num5::before {
  width: 82px;
  background-image: url("../first/num5.png");
}
.jalmall-contents .first-banner {
  background-image: url("../first/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-banner {
    background-image: url("../first/sp/bg.jpg");
  }
}
@media screen and (max-width: 568px) {
  .jalmall-contents .first-banner {
    padding: 30px 7%;
  }
}
.jalmall-contents .first-banner__title {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.jalmall-contents .first-banner__title .serif {
  font-size: 1.6em;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.jalmall-contents .first-banner__title .small {
  font-size: 0.75em;
}
.jalmall-contents .first-banner__btn {
  background-color: #fff;
  color: #622025;
  font-weight: 500;
  border-radius: 2px;
  padding: 12px 20px;
  width: 280px;
  margin: 20px auto 0;
  display: block;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jalmall-contents .first-banner__btn {
    width: 100%;
  }
}
.jalmall-contents .first-banner__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../first/arrow_gold_blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.firstBanner {
  height: 580px;
}
@media screen and (max-width: 768px) {
  .firstBanner {
    height: auto;
  }
}
.firstBanner-background {
  padding: 70px 0;
  background-image: url("../top/back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 580px;
  width: 100vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .firstBanner-background {
    height: auto;
    padding: 70px 5%;
    position: static;
    background-image: url("../top/sp/back.jpg");
  }
}
.firstBanner-logo {
  width: 150px;
  margin: 0 auto;
}
.firstBanner-title {
  font-size: 1.6875rem;
  font-family: "BIZ UDPMincho", serif;
  color: #682e33;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .firstBanner-title {
    font-size: 1.1875rem;
  }
}
.firstBanner-title::before, .firstBanner-title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #682e33;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .firstBanner-title::before, .firstBanner-title::after {
    width: 16vw;
  }
}
.firstBanner-title::before {
  margin-right: 10px;
}
.firstBanner-title::after {
  margin-left: 10px;
}
.firstBanner-subTitle {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #682e33;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .firstBanner-subTitle {
    font-size: 1.25rem;
  }
}
.firstBanner-text {
  font-size: 0.9375rem;
  color: #682e33;
  line-height: 1.8;
  text-shadow: 0px 0px 6px #fff;
}
@media screen and (max-width: 768px) {
  .firstBanner-text {
    text-align: left;
  }
}
.firstBanner-btn {
  background-color: #682e33;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  padding: 12px 20px;
  width: 350px;
  margin: 30px auto 0;
  display: block;
  text-align: left;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .firstBanner-btn {
    width: 100%;
  }
}
.firstBanner-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../top/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}/*# sourceMappingURL=jalmall.css.map */