@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@media only screen and (max-width: 768px) {
  h1 {
    gap: 0 1.25vw;
  }
}
h1 .icon {
  width: 84px;
}
@media only screen and (max-width: 768px) {
  h1 .icon {
    top: 0.3125vw;
    width: 13.125vw;
  }
}

#content {
  background: url("../img/cafe/bg-pc.webp") no-repeat top center;
  background-size: 2501px auto;
}
@media only screen and (max-width: 1250px) {
  #content {
    background-size: 200.08vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #content {
    background-image: url("../img/cafe/bg-sp.webp");
    background-size: 100% auto;
  }
}
#content .txt-about {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .txt-about {
    text-align: left;
  }
}

#novelty {
  margin-top: 184px;
}
@media only screen and (max-width: 1250px) {
  #novelty {
    margin-top: 14.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty {
    margin-top: 21.09375vw;
  }
}
#novelty .box {
  position: relative;
}
#novelty .box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 1250px) {
  #novelty .box::before {
    top: 0.8vw;
    left: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box::before {
    top: 1.5625vw;
    left: 1.5625vw;
  }
}
#novelty .box .wrap {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #novelty .box .wrap {
    padding-bottom: 5.46875vw;
  }
}
#novelty .box .floor {
  position: absolute;
  top: -102px;
  display: flex;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .floor {
    top: -8.16vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .floor {
    top: -15.9375vw;
    width: 100%;
    justify-content: center;
  }
}
#novelty .box .floor span {
  display: block;
  width: 207px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .floor span {
    width: 16.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .floor span {
    width: 32.34375vw;
  }
}
#novelty .box .floor span:not(:first-child) {
  margin-left: -5px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .floor span:not(:first-child) {
    margin-left: -0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .floor span:not(:first-child) {
    margin-left: -0.78125vw;
  }
}
#novelty .box h3 {
  font-size: 46px;
  line-height: 1.3;
  color: #fff;
  padding: 0.2em 0.7em;
  background-color: #000;
}
@media only screen and (max-width: 1250px) {
  #novelty .box h3 {
    font-size: 3.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box h3 {
    font-size: 7.1875vw;
    text-align: center;
    padding: 0.2em 0;
  }
}
#novelty .box h3 span {
  font-size: 36px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box h3 span {
    font-size: 2.88vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box h3 span {
    font-size: 5.625vw;
  }
}
#novelty .box .txt {
  width: 628px;
  padding: 40px 30px;
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .txt {
    width: 50.24vw;
    padding: 3.2vw 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .txt {
    width: auto;
    padding: 4.6875vw 4.6875vw;
  }
}
#novelty .box .txt p {
  font-size: 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .txt p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .txt p {
    font-size: 3.75vw;
  }
}
#novelty .box .txt p a {
  color: #FF0000;
}
#novelty .box .txt .btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .txt .btn {
    margin-top: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .txt .btn {
    position: absolute;
    bottom: 6.25vw;
    left: 50%;
    transform: translateX(-50%);
    width: 49.6875vw;
  }
}
#novelty .box .txt .btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 100px;
  text-decoration: none;
  border: 6px solid #000;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .txt .btn a {
    font-size: 1.92vw;
    padding: 1.2vw 4.8vw;
    border-width: 0.48vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .txt .btn a {
    width: 100%;
    justify-content: center;
    padding: 2.34375vw 9.375vw;
    font-size: 3.75vw;
    line-height: 1.3;
    border-radius: 23.4375vw;
    text-align: center;
  }
}
#novelty .box .txt .btn a::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  transform: rotate(180deg);
  background: url("../img/parts/arrow_wh.svg") no-repeat 5px center #FF0000;
  background-size: 8px auto;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .txt .btn a::after {
    right: 2vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 4vw;
    background-size: 0.64vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .txt .btn a::after {
    right: 3.90625vw;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 7.8125vw;
    background-position: 0.78125vw center;
    background-size: 1.25vw auto;
  }
}
#novelty .box .txt .btn a:hover {
  background-color: #FFEC00;
}
#novelty .box .txt .btn a:hover::before {
  transform: scale(1.3);
}
#novelty .box .image {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 543px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box .image {
    right: 1.44vw;
    width: 43.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box .image {
    width: 84.84375vw;
    transform: unset;
    position: static;
    margin: 0 auto;
  }
}
#novelty .box1 {
  margin-bottom: 262px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box1 {
    margin-bottom: 20.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box1 {
    margin-bottom: 23.4375vw;
  }
}
#novelty .box2 {
  margin-bottom: 152px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box2 {
    margin-bottom: 12.16vw;
  }
}
#novelty .box2 .image {
  top: 35%;
}
@media only screen and (max-width: 768px) {
  #novelty .box2 .image {
    margin-bottom: 18.28125vw;
  }
}
#novelty .box3 {
  margin-bottom: 162px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box3 {
    margin-bottom: 12.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box3 {
    margin-bottom: 21.09375vw;
  }
}
#novelty .box3 h3 {
  display: flex;
  align-items: center;
  padding: 0.4em 0.7em;
}
#novelty .box3 h3.sp {
  display: none;
}
#novelty .box3 h3 img {
  width: 676px;
  height: auto;
}
@media only screen and (max-width: 1250px) {
  #novelty .box3 h3 img {
    width: 54.08vw;
  }
}
#novelty .box3 .txt {
  width: 733px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box3 .txt {
    width: 58.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box3 .txt {
    width: auto;
    margin-bottom: -7.8125vw;
  }
}
#novelty .box3 .image {
  top: 35%;
  width: 479px;
  right: -14px;
}
@media only screen and (max-width: 1250px) {
  #novelty .box3 .image {
    width: 38.32vw;
    right: -1.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #novelty .box3 .image {
    position: relative;
    width: 89.0625vw;
    top: 0;
    right: -3.125vw;
  }
}