@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP:wght@400;700;900&family=Yusei+Magic&family=Zen+Kaku+Gothic+New&display=swap");
h1, h2, h3 {
  font-family: "Yu Mincho Pr6N D";
}

body, p {
  font-size: 16px;
  font-family: "Yu Gothic Pr6N M";
}

#fabutagami {
  max-width: 1440px;
  margin: auto;
}

#fabutagami img {
  max-width: 100%;
  height: auto;
}

#fabutagami .btn-buy {
  padding-top: 40px;
  font-family: "Yu Mincho Pr6N D";
}

#fabutagami .btn-buy a {
  display: inline-block;
  color: #FFF;
  background: #3A1A7F;
  width: 320px;
  height: 60px;
  line-height: 55px;
  transition-duration: 0.5s;
  border: 2px solid #3A1A7F;
  text-align: center;
  border-radius: 4px;
  position: relative;
  font-size: 21px;
}

#fabutagami .btn-buy a .fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#fabutagami .btn-buy a:hover {
  color: #3A1A7F;
  text-decoration: none;
  background: #FFF;
  border: 2px solid #3A1A7F;
  transition-duration: 0.5s;
}

#fabutagami .title-top {
  font-size: 40px;
  line-height: 72px;
  letter-spacing: 2.48px;
  color: #3A1A7F;
  text-align: center;
  padding-bottom: 20px;
}

#fabutagami .text-21 {
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 1.22px;
  margin: 0;
}

#fabutagami .menu-top {
  padding: 20px 0;
  background: #F5F5F5;
}

#fabutagami .menu-top .title {
  font-size: 21px;
  line-height: 37px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#fabutagami .menu-top .phone-number {
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 3.2px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

#fabutagami .about {
  background: #F5F5F5;
  padding: 100px 30px;
}

#fabutagami .about .title-top {
  position: relative;
  padding-bottom: 30px;
}

#fabutagami .about .title-top:after {
  content: url(../images/icon01.png);
  position: absolute;
  top: -20px;
  right: 0;
}

#fabutagami .about .text-21 {
  letter-spacing: 0.8px;
  font-family: "Yu Gothic Pr6N D";
}

#fabutagami .showProduct {
  background: url(../images/prd-bg.png) no-repeat;
  background-position: center;
  padding: 120px 30px;
}

#fabutagami .showProduct .title-top {
  text-align: left;
  padding-bottom: 0;
}

#fabutagami .showProduct .main {
  background: #FFF;
  padding: 45px;
  position: relative;
}

#fabutagami .showProduct .main:after {
  content: url(../images/logo01.png);
  position: absolute;
  bottom: 30px;
  right: 50px;
}

#fabutagami .showProduct .main .text-21 {
  line-height: 40px;
}

#fabutagami .buy {
  background: #3A1A7F;
  padding: 100px 0;
  margin-top: -1px;
}

#fabutagami .buy .title-top {
  color: #FFF;
  margin-bottom: 45px;
  padding-bottom: 0;
}

#fabutagami .buy .slider-itemssss img {
  width: 100%;
}

#fabutagami .buy .slider-itemssss .box {
  background: #FFF;
  margin-right: 30px;
  height: 530px;
}

#fabutagami .buy .slider-itemssss .box .text-box {
  padding: 30px 20px;
}

#fabutagami .buy .slider-itemssss .box .text-box .b-title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.59px;
  margin-bottom: 20px;
  color: #040404;
}

#fabutagami .buy .slider-itemssss .box .text-box .b-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

#fabutagami .buy .eat {
  padding: 120px 30px 0;
}

#fabutagami .buy .eat .main {
  background: #FFF;
  margin-bottom: 50px;
}

#fabutagami .buy .eat .main .box-right {
  padding: 40px 50px 25px;
}

#fabutagami .buy .eat .main .box-right .e-title {
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  color: #65578B;
}

#fabutagami .buy .eat .main .box-right .e-text {
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
}

#fabutagami .buy .eat .main .box-left {
  padding: 0;
}

#fabutagami .buy .eat .main .box-left-02 {
  padding-right: 0;
}

#fabutagami .show-img {
  padding: 100px 30px;
}

#fabutagami .show-img .box-01 {
  padding-bottom: 30px;
}

#fabutagami .product {
  padding: 100px 30px;
  background: #F5F5F5;
}

#fabutagami .product .btn-buy {
  text-align: center;
}

#fabutagami .product .btn-buy a {
  width: 100%;
  background: #FFF;
  border: 1px solid #333333;
  color: #333333;
  padding-right: 20px;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #000000a1;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

#fabutagami .product .btn-buy a .shopping {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#fabutagami .product .btn-buy a:hover {
  box-shadow: 4px 0px 8px #000000a1;
  color: #3A1A7F;
}

#fabutagami .product .title-top {
  padding-bottom: 0;
  margin-bottom: 40px;
}

#fabutagami .product .p-title {
  font-size: 26px;
  line-height: 48px;
  margin-top: 20px;
}

#fabutagami .product .price {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}

#fabutagami .product .price .type {
  font-size: 23px;
}

#fabutagami .product .price .tax {
  font-size: 18px;
}

#fabutagami .prd-details {
  background: #F5F5F5;
  padding: 0 30px 100px;
}

#fabutagami .prd-details .prd-dtl-title {
  background: #333333;
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  padding: 5px 10px;
}

#fabutagami .prd-details .table-list {
  background: #FFF;
}

#fabutagami .prd-details .table-list td {
  font-size: 16px;
  line-height: 32px;
  padding: 5px 10px;
}

#fabutagami .f-footer {
  background: #3A1A7F;
  height: 70px;
}

#fabutagami .f-footer .copy-right {
  font-size: 18px;
  line-height: 70px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;
}

@media (max-width: 1366px) {
  #fabutagami .about br, #fabutagami .showProduct br {
    display: none;
  }
  #fabutagami .product .btn-buy a {
    max-width: 100%;
  }
  #fabutagami .product .p-title {
    font-size: 24px;
  }
  #fabutagami .showProduct .text-21 {
    line-height: 29px;
    letter-spacing: 0.3px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #fabutagami .menu-top .title {
    font-size: 20px;
  }
  #fabutagami .showProduct .title-top {
    font-size: 40px;
  }
  #fabutagami .buy .slider-itemssss .box {
    height: 590px;
  }
  #fabutagami .buy .eat .main .box-right .e-title {
    font-size: 22px;
  }
  #fabutagami .buy .eat .main .box-left {
    padding-left: 30px;
  }
  #fabutagami .buy .eat .main .box-left-02 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #fabutagami .menu-top .title {
    font-size: 19px;
  }
  #fabutagami .menu-top .phone-number {
    font-size: 35px;
  }
  #fabutagami .showProduct .title-top {
    font-size: 29px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  #fabutagami .showProduct .text-21 {
    font-size: 20px;
  }
  #fabutagami .showProduct .main:after {
    bottom: 1px;
    right: 5px;
  }
  #fabutagami .buy .slider-itemssss .box .text-box .b-title {
    font-size: 16px;
  }
  #fabutagami .buy .eat .title-top {
    font-size: 35px;
  }
  #fabutagami .buy .eat .main {
    padding: 60px;
    overflow: hidden;
  }
  #fabutagami .buy .eat .main .box-left, #fabutagami .buy .eat .main .box-left-02 {
    text-align: center;
  }
  #fabutagami .buy .eat .main .box-left img, #fabutagami .buy .eat .main .box-left-02 img {
    width: 100%;
  }
  #fabutagami .buy .eat .main .box-right {
    padding: 40px 0 0;
  }
  #fabutagami .product .box {
    margin-bottom: 30px;
  }
  #fabutagami .product .p-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #fabutagami .logo {
    max-width: 11%;
  }
  #fabutagami .text-21 {
    font-size: 16px;
  }
  #fabutagami .title-top {
    font-size: 30px;
  }
  #fabutagami .menu-top .title {
    font-size: 15px;
    padding-top: 10px;
  }
  #fabutagami .menu-top .phone-number {
    font-size: 30px;
    line-height: 30px;
  }
  #fabutagami .about {
    padding: 60px 0;
  }
  #fabutagami .about .title-top::after {
    display: none;
  }
  #fabutagami .about .box-text {
    padding-top: 30px;
  }
  #fabutagami .about .btn-buy {
    text-align: center;
  }
  #fabutagami .showProduct {
    background-size: auto 100%;
    padding: 60px 15px;
  }
  #fabutagami .showProduct .main {
    padding: 30px 15px;
  }
  #fabutagami .showProduct .main .title-top {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #fabutagami .showProduct .main::after {
    right: auto;
    bottom: 50px;
    left: 50px;
  }
  #fabutagami .showProduct .main .btn-buy {
    text-align: center;
  }
  #fabutagami .buy {
    padding: 60px 0;
  }
  #fabutagami .buy .eat {
    padding: 60px 30px 0;
  }
  #fabutagami .buy .eat .title-top {
    font-size: 27px;
    line-height: 50px;
  }
  #fabutagami .buy .eat .main .box-left-02 {
    padding: 0;
  }
  #fabutagami .buy .eat .main .box-right {
    padding: 30px 15px;
  }
  #fabutagami .buy .eat .main .box-right .e-title {
    font-size: 21px;
  }
  #fabutagami .buy .eat .main .box-right .e-text {
    font-size: 16px;
  }
  #fabutagami .show-img {
    padding: 60px 15px;
  }
  #fabutagami .show-img .bottom-box {
    padding-bottom: 30px;
  }
  #fabutagami .product {
    padding: 60px 0;
  }
  #fabutagami .product .box {
    margin-bottom: 50px;
  }
  #fabutagami .prd-details {
    padding: 0 0 60px;
  }
  #fabutagami .f-footer {
    height: 60px;
  }
  #fabutagami .f-footer .copy-right {
    font-size: 12px;
    line-height: 60px;
  }
}
/*# sourceMappingURL=style.css.map */