/*===================
COMMON
===================*/
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  position: relative;
  z-index: 1;
  color: #171717;
  font-family: 'Noto Serif JP', serif;
  font-display: swap;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #171717;
  text-decoration: none;
}

li, ol {
  list-style-type: none;
}

.suntory_contents img {
  max-width: 100%;
  vertical-align: bottom;
}

.suntory_contents *, .suntory_contents::before, .suntory_contents::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.georgia {
  font-family: Georgia, 'Noto Serif JP', serif;
}

.wrapper {
  max-width: 1164px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 calc(60*100vw/750);
  }
}

/* btn */
.btn {
  display: block;
}

.btn--online {
  width: 100%;
}

.btn--online:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* page top*/
.page-top {
  height: 86px;
  position: fixed;
  right: 40px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.2143;
  z-index: 100;
  margin-bottom: 50px;
}

.page-top a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  color: #fff;
  width: 86px;
  height: 86px;
  text-align: center;
  padding-top: 30px;
  background: rgba(23, 23, 23, 0.9);
  border-radius: 50%;
}

.page-top a:hover {
  background: rgba(23, 23, 23, 0.8);
}

.page-top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.page-top.fixed {
  position: fixed !important;
  bottom: 30px !important;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-top {
    height: 55px;
    right: calc(20*100vw/750);
    margin-bottom: 0;
  }
  .page-top a {
    width: 55px;
    height: 55px;
    font-size: 1.1rem;
    padding-top: 19px;
  }
  .page-top a::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 7px;
    height: 7px;
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .page-top.fixed {
    bottom: calc(30*100vw/750) !important;
  }
}

.no-scroll .page-top {
  display: none;
}
