body {
  margin: 0;
}

/* -------------------------------------------------- */
#yamazakiContents .is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .is-pc {
    display: none;
  }
}
#yamazakiContents .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .is-sp {
    display: block;
  }
}
#yamazakiContents #contentsKeyvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/whisky/yamazaki/img/wallpaper/kv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1400px auto;
  width: 100%;
  height: 461px;
  text-align: center;
  /*opacity: 0;*/
}
@media screen and (max-width: 768px) {
  #yamazakiContents #contentsKeyvisual {
    background-image: url(/whisky/yamazaki/img/wallpaper/kv_sp.jpg);
    background-size: 100% auto;
    width: 100%;
    height: 57.33333vw;
  }
}
#yamazakiContents .contentsKeyvisual__title {
  font-size: 35px;
  font-feature-settings: "palt";
  letter-spacing: .28em;
  text-align: center;
  line-height: 1.7;
  margin-top: -18px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .contentsKeyvisual__title {
    margin-top: 0px;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.6;
  }
}
#yamazakiContents .wallpaperMain {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMain {
    padding-bottom: 18.66667%;
  }
}
#yamazakiContents .wallpaperMain__inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMain__inner {
    width: 100%;
  }
}
#yamazakiContents .wallpaperMain__lead {
  font-size: 18px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMain__lead {
    margin-top: -2.13333%;
    margin-bottom: 13.33333%;
  }
}
#yamazakiContents .wallpaperMain__lead__txt {
  margin-bottom: .9em;
  line-height: 1.65;
  font-size: 20px;
}
#yamazakiContents .wallpaperMain__lead__txt span {
  font-size: 18px;
}
#yamazakiContents .wallpaperMain__lead__txt:nth-child(2) {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMain__lead__txt {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 1.2em;
  }
  #yamazakiContents .wallpaperMain__lead__txt:nth-child(2) {
    margin-bottom: 1.8em;
  }
  #yamazakiContents .wallpaperMain__lead__txt span {
    font-size: 14px;
    line-height: 1.75;
  }
}
#yamazakiContents .wallpaperMain__date {
  display: block;
  width: 667px;
  height: 33px;
  margin: 0 auto;
}
#yamazakiContents .wallpaperMain__date img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMain__date {
    height: 6.93333vw;
    width: 100%;
    max-width: 375px;
  }
}
#yamazakiContents .wallpaperList {
  width: 100%;
}
#yamazakiContents .wallpaperList.is-pc {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList {
    width: 89.6%;
    margin: 0 auto;
  }
}
#yamazakiContents .wallpaperList__title {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
#yamazakiContents .wallpaperList__items {
  display: flex;
  margin-top: 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yamazakiContents .wallpaperList__items.wallpaperList__items--ip {
  margin-bottom: 40px;
}
#yamazakiContents .wallpaperList__items.wallpaperList__items--and {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList__items {
    margin-top: 9.33333%;
  }
  #yamazakiContents .wallpaperList__items.wallpaperList__items--ip {
    margin-bottom: 14.66667%;
  }
  #yamazakiContents .wallpaperList__items.wallpaperList__items--and {
    margin-bottom: 12%;
  }
}
#yamazakiContents .wallpaperList__item {
  width: 48%;
  margin-bottom: 38px;
}
#yamazakiContents .wallpaperList__item a {
  display: block;
  transition-duration: .2s;
  transition-property: opacity;
}
#yamazakiContents .wallpaperList__item img {
  width: 100%;
  height: auto;
}
#yamazakiContents .wallpaperList__item a:hover {
  opacity: .8;
}
#yamazakiContents .wallpaperList__item:nth-child(n + 3) {
  margin-bottom: 0px;
}
#yamazakiContents .wallpaperList__item--sp {
  width: 22%;
}
#yamazakiContents .wallpaperList__item--sp a {
  display: block;
  transition-duration: .2s;
  transition-property: opacity;
}
#yamazakiContents .wallpaperList__item--sp img {
  width: 100%;
  height: auto;
}
#yamazakiContents .wallpaperList__item--sp a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList__item--sp {
    width: calc(50% - calc(20% / 7.5));
  }
  #yamazakiContents .wallpaperList__item--sp:nth-child(2n + 1) {
    margin-right: 5.33333%;
  }
  #yamazakiContents .wallpaperList__item--sp:nth-child(n + 3) {
    margin-top: 9.06667%;
  }
}
#yamazakiContents .wallpaperList__thumb {
  width: 100%;
}
#yamazakiContents .wallpaperList__thumb img {
  width: 100%;
  height: auto;
}
#yamazakiContents .wallpaperList__linkList {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
#yamazakiContents .wallpaperList__linkList--sp {
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList__linkList--sp {
    margin-top: 4%;
  }
}
#yamazakiContents .wallpaperList__link {
  width: 150px;
}
#yamazakiContents .wallpaperList__link a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.6m;
}
#yamazakiContents .wallpaperList__link:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#yamazakiContents .wallpaperList__link--sp {
  width: 100%;
  padding-bottom: 10px;
}
#yamazakiContents .wallpaperList__link--sp a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  box-sizing: border-box;
}
#yamazakiContents .wallpaperList__link--sp a span {
  display: block;
  font-size: 14px;
}
#yamazakiContents .wallpaperList__link--sp:nth-child(2) {
  position: relative;
  padding-top: 18px;
}
#yamazakiContents .wallpaperList__link--sp:nth-child(2):after {
  display: block;
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  top: 0;
  bottom: auto;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList__link--sp {
    padding-bottom: 0;
  }
  #yamazakiContents .wallpaperList__link--sp a {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    height: 13.33333vw;
    color: #b7995e;
    border: 1px solid #b7995e;
    font-size: 16px;
    position: relative;
  }
  #yamazakiContents .wallpaperList__link--sp a span {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  #yamazakiContents .wallpaperList__link--sp a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1.86667vw;
    height: 3.2vw;
    background-image: url(/whisky/yamazaki/img/wallpaper/arrow.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    left: auto;
    right: 10px;
    bottom: auto;
    transform: translateY(-50%);
  }
  #yamazakiContents .wallpaperList__link--sp:nth-child(2) {
    padding-top: 0;
    margin-top: 3.73333%;
  }
  #yamazakiContents .wallpaperList__link--sp:nth-child(2):after {
    display: none;
  }
}
#yamazakiContents .wallpaperList__howto {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#yamazakiContents .wallpaperList__howtoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 220px;
  height: 40px;
  border: 1px solid #b7995e;
  text-decoration: none;
}
#yamazakiContents .wallpaperList__howtoLink:hover {
  opacity: .8;
}
#yamazakiContents .wallpaperList__howtoLink p {
  display: inline;
  color: #b7995e;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
#yamazakiContents .wallpaperList__howtoLink p:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url(/whisky/yamazaki/img/wallpaper/icon.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#yamazakiContents .wallpaperList__model {
  font-size: 28px;
  text-align: center;
  margin-top: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperList__model {
    font-size: 20px;
  }
}
#yamazakiContents .wallpaperMethod {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 34px;
  background-color: #141414;
  box-sizing: border-box;
}
#yamazakiContents .wallpaperMethod__title {
  text-align: center;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1;
  color: #b7995e;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMethod__title {
    font-size: 17px;
  }
}
#yamazakiContents .wallpaperMethod__txt {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: .22em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #yamazakiContents .wallpaperMethod__txt {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 4%;
  }
}
