*,
html,
body {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  color: #464e54;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

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

h1, h2, h3, p, a, ul, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

.only-pc {
  display: none;
}


/* Common style
========================================================================== */
.us-hbt-inner,
.kanpai-sect-inner {
  margin-inline: auto;
}

.kanpai-footer .kanpai-sect-inner {
  display: flex;
}

.kanpai-footer-sns {
  display: flex;
}

.kanpai-footer-copy {
  border-top: 1px solid #ececec;
  font-size: 12px;
  text-align: center;
}

.us-hbt-ttl img {
  width: 100%;
}

.us-hbt-feat {
  background-image: linear-gradient(#e3f8fb, #ffffff);
  display: flex;
}

.us-hbt-feat p {
  color: #3b9599;
  font-weight: 500;
}

.us-hbt-sect-ttl img {
  margin-inline: auto;
}

.us-hbt-point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.us-hbt-point-list li {
  position: relative;
}

.us-hbt-point-list-ttl {
  color: #864c24;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.us-hbt-point-list-deco {
  position: absolute;
}

.us-hbt-sum {
  background: #e3f8fb;
  border-radius: 10px;
  margin-inline: auto;
}

.us-hbt-sum-ttl {
  color: #864c24;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.us-hbt-sum-list-scene {
  color: #864c24;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.us-hbt-sum-list-text {
  line-height: 1.4;
  text-align: justify;
}

.us-hbt-btn {
  margin-inline: auto;
  max-width: 600px;
  width: 100%;
}

.us-hbt-btn a {
  align-items: center;
  background-color: #f2e125;
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/btn-arrow.png);
  background-repeat: no-repeat;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(87, 87, 87, .4);
  color: #864c24;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.us-hbt-story {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/story-gradation.jpg) no-repeat center bottom/cover;
}

.us-hbt-story-ttl img {
  margin-inline: auto;
}

.us-hbt-story-list {
  display: flex;
  flex-direction: column;
}

.us-hbt-story-list li {
  background: #fff;
  border-radius: 10px;
}

.us-hbt-story-list-ttl {
  color: #864c24;
  display: flex;
  font-weight: 600;
}

.us-hbt-story-list-ttl::before {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/story-item-ttl-deco.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
}

.us-hbt-dev-message {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.us-hbt-dev {
  background: #fff;
  border-radius: 10px;
}

.us-hbt-dev-ttl {
  align-items: center;
  color: #864c24;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.us-hbt-dev-ttl::before,
.us-hbt-dev-ttl::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
}

.us-hbt-dev-ttl::before {
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/dev-message-deco01.png);
}

.us-hbt-dev-ttl::after {
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/dev-message-deco02.png);
}

.us-hbt-dev-img img {
  margin-inline: auto;
}

.us-hbt-dev .us-hbt-dev-message {
  margin-bottom: 0;
}

.us-hbt-lineup {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.us-hbt-lineup::before {
  background:
    repeating-linear-gradient(
      -45deg,
      #d9f3fb 0,
      #d9f3fb 10px,
      #ffffff 10px,
      #ffffff 20px
    );
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.us-hbt-lineup-ttl img {
  margin-inline: auto;
}

.us-hbt-lineup-list {
  display: flex;
  justify-content: space-between;
}

.us-hbt-lineup-name {
  color: #864c24;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.us-hbt-lineup-list-btn {
  align-items: center;
  background-color: #f2e125;
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/btn-arrow.png);
  background-repeat: no-repeat;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(87, 87, 87, .4);
  color: #864c24;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin-inline: auto;
  max-width: 365px;
  width: 100%;
}



/* SP style
========================================================================== */
@media screen and (width <= 768px) {
  .us-hbt-inner,
  .kanpai-sect-inner {
		width: 92%;
	}

  .kanpai-footer .kanpai-sect-inner {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .kanpai-footer-logo {
    margin-right: 10px;
    width: 120px;
  }

  .kanpai-footer-address {
    font-size: 12px;
  }

 .kanpai-footer-sns {
    column-gap: 16px;
    margin-top: 16px;
    justify-content: center;
    width: 100%;
  }

  .kanpai-footer-copy {
    padding: 14px 0;
  }

  .us-hbt-feat {
    align-items: center;
    flex-direction: column;
    padding: 40px 4% 80px;
    row-gap: 30px;
  }

  .us-hbt-feat-ttl {
    margin-bottom: 26px;
  }

  .us-hbt-feat-ttl img {
    max-width: 320px;
    width: 100%;
  }

  .us-hbt-feat p:first-of-type {
    font-size: 26px;
    margin-bottom: 20px;
  }
  
  .us-hbt-feat p:last-of-type {
    font-size: 18px;
    line-height: 1.5;
  }

  .us-hbt-point {
    padding-bottom: 60px;
  }

  .us-hbt-point .us-hbt-sect-ttl {
    margin-bottom: 50px;
  }

  .us-hbt-point .us-hbt-sect-ttl img {
    max-width: 370px;
    width: 90%;
  }

  .us-hbt-point-list {
    margin: 0 auto 60px;
    row-gap: 50px;
    width: 92%;
  }

  .us-hbt-point-list li {
    width: 46%;
  }

  .us-hbt-point-list-ttl {
    font-size: 16px;
    margin-block: 18px 12px;
  }

  .us-hbt-point-list-text {
    line-height: 1.6;
    text-align: justify;
  }

  .us-hbt-point-list li:nth-of-type(3)  .us-hbt-point-list-ttl {
    padding-block: 10px;
  }

  .us-hbt-point-list-deco {
    left: -6px;
    top: -20px;
  }

  .us-hbt-point-list li:first-of-type .us-hbt-point-list-deco {
    width: 108px;
  }

  .us-hbt-point-list li:nth-of-type(2) .us-hbt-point-list-deco {
    width: 92px;
  }

  .us-hbt-point-list li:nth-of-type(3) .us-hbt-point-list-deco {
    width: 116px;
  }

  .us-hbt-point-list li:nth-of-type(4) .us-hbt-point-list-deco {
    width: 106px;
  }

  .us-hbt-sum {
    margin-bottom: 40px;
    padding: 15px;
    width: 92%;
  }

  .us-hbt-sum-inner {
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 30px 24px;
  }

  .us-hbt-sum-ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .us-hbt-sum-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .us-hbt-sum-list li figure {
    margin-bottom: 14px;
  }

  .us-hbt-sum-list li img {
    margin-inline: auto;
    max-width: 500px;
    width: 100%;
  }

  .us-hbt-sum-list-scene {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .us-hbt-btn {
    max-width: 500px;
    width: 92%;
  }

  .us-hbt-btn a {
    background-size: 13px 16px;
    background-position: 92% center;
    box-shadow: 0 2px 3px rgba(87, 87, 87, .4);
    font-size: 18px;
    height: 76px;
    line-height: 1.4;
    text-align: center;
  }

  .us-hbt-story {
    padding-block: 60px;
  }

  .us-hbt-story-ttl {
    margin-bottom: 30px;
  }

  .us-hbt-story-ttl img {
    max-width: 326px;
    width: 90%;
  }

  .us-hbt-story-list {
    margin-bottom: 40px;
    row-gap: 30px;
  }

  .us-hbt-story-list li {
    padding: 30px 24px;
  }

  .us-hbt-story-list-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .us-hbt-dev-message {
    margin-bottom: 20px;
    row-gap: 12px;
  }

  .us-hbt-dev-message span {
    display: block;
    margin-bottom: 12px;
  }

  .us-hbt-dev {
    padding: 15px;
  }

  .us-hbt-dev-inner {
    border: 2px solid #864c24;
    border-radius: 5px;
    padding: 36px 24px;
  }

  .us-hbt-dev-ttl {
    column-gap: 10px;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
  }

  .us-hbt-dev-ttl::before,
  .us-hbt-dev-ttl::after {
    height: 6px;
    width: 55px;
  }

  .us-hbt-dev-img {
    margin-bottom: 20px;
  }

  .us-hbt-dev-img img {
    width: 276px;
  }

  .us-hbt-dev .us-hbt-dev-message {
    font-size: 16px;
    line-height: 1.4;
    row-gap: 20px;
  }

  .us-hbt-lineup {
    padding-block: 95px 100px;
  }

  .us-hbt-lineup::before {
    height: 30px;
  }

  .us-hbt-lineup-ttl {
    margin-bottom: 30px;
  }

  .us-hbt-lineup-ttl img {
    width: 326px;
  }

  .us-hbt-lineup-list li {
    width: 46%;
  }

  .us-hbt-lineup-name {
    font-size: 16px;
    margin-block: 12px 20px;
  }

  .us-hbt-lineup-list-btn {
    background-size: 10px 12px;
    background-position: 92% center;
    box-shadow: 0 2px 3px rgba(87, 87, 87, .4);
    font-size: 14px;
    height: 40px;
  }
}



/* PC style
========================================================================== */
@media screen and (width > 768px) {
  .only-sp {
    display: none;
  }

  .only-pc {
    display: block;
  }

  .us-hbt-inner,
  .kanpai-sect-inner {
		width: min(100% - 60px, 1000px);
	}

  .kanpai-footer {
    padding: 30px 0;
  }

  .kanpai-footer .kanpai-sect-inner {
    column-gap: 4%;
    padding-bottom: 30px;
  }

  .kanpai-footer-sns {
    column-gap: 30px;
  }

  .kanpai-footer-copy {
    padding-top: 26px;
  }

  .us-hbt-feat {
    column-gap: 46px;
    justify-content: center;
    padding: 80px 30px 120px;
  }

  .us-hbt-feat figure {
    padding-top: 20px;
  }

  .us-hbt-feat-ttl {
    margin-bottom: 46px;
  }

  .us-hbt-feat p:first-of-type {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
  }

  .us-hbt-feat p:last-of-type {
    font-size: 26px;
    line-height: 1.5;
  }

  .us-hbt-point {
    padding-bottom: 120px;
    position: relative;
  }

  .us-hbt-point div {
    padding-inline: 30px;
    position: relative;
  }

  .us-hbt-point .us-hbt-sect-ttl {
    margin-bottom: 86px;
  }

  .us-hbt-point-list {
    margin: 0 auto 80px;
    max-width: 842px;
    row-gap: 70px;
  }

  .us-hbt-point-list li {
    width: 40%;
  }

  .us-hbt-point-list-ttl {
    font-size: 24px;
    margin-block: 28px 20px;
  }

  .us-hbt-point-list-text {
    font-size: 18px;
  }

  .us-hbt-point-list li:nth-of-type(3)  .us-hbt-point-list-ttl {
    padding-block: 16px;
  }

  .us-hbt-point-list li:first-of-type .us-hbt-point-list-deco {
    left: -30px;
    top: -36px;
  }

  .us-hbt-point-list li:nth-of-type(2) .us-hbt-point-list-deco {
    left: -26px;
    top: -26px;
  }

  .us-hbt-point-list li:nth-of-type(3) .us-hbt-point-list-deco {
    left: -48px;
    top: -24px;
  }

  .us-hbt-point-list li:nth-of-type(4) .us-hbt-point-list-deco {
    left: -26px;
    top: -30px;
  }

  .us-hbt-sum {
    margin-bottom: 80px;
    max-width: 1000px;
    padding: 25px;
  }

  .us-hbt-sum-inner {
    border: 4px solid #fff;
    border-radius: 5px;
    padding: 60px 48px;
  }

  .us-hbt-sum-ttl {
    font-size: 20px;
    margin-bottom: 42px;
  }

  .us-hbt-sum-list {
    column-gap: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .us-hbt-sum-list-scene {
    font-size: 18px;
    margin-block: 28px 18px;
  }

  .us-hbt-sum-list-text {
    font-size: 18px;
  }

  .us-hbt-sum-list li:first-of-type .us-hbt-sum-list-scene {
    padding-block: 10px;
  }

  .us-hbt-sum-list li:nth-of-type(3) .us-hbt-sum-list-scene {
    padding-block: 10px;
  }

  .us-hbt-point::before,
  .us-hbt-point::after,
  .us-hbt-point div::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }

  .us-hbt-point::before {
    background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/page-deco01.png);
    height: 616px;
    left: 0;
    top: 60px;
    width: 738px;
  }

  .us-hbt-point::after {
    background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/page-deco02.png);
    height: 460px;
    right: 0;
    top: 620px;
    width: 571px;
  }

  .us-hbt-point > div::before {
    background-image: url(https://gigaplus.makeshop.jp/kajyusuna/us-hyuganatsu-bktea/img/page-deco03.png);
    bottom: 680px;
    height: 495px;
    left: 0;
    width: 379px;
  }

  .us-hbt-btn a {
    background-size: 15px 18px;
    background-position: 94% center;
    font-size: 24px;
    height: 74px;
  }

  .us-hbt-story {
    padding-block: 120px;
  }

  .us-hbt-story-ttl {
    margin-bottom: 60px;
  }

  .us-hbt-story-list {
    margin-bottom: 80px;
    row-gap: 60px;
  }

  .us-hbt-story-list li {
    column-gap: 6%;
    display: flex;
    padding: 52px 60px;
  }

  .us-hbt-story-list li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .us-hbt-story-list-ttl {
    column-gap: 12px;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .us-hbt-story-list-ttl::before {
    height: 26px;
    padding-top: 10px;
    width: 38px;
  }

  .us-hbt-story-list-cont {
    flex: 1;
    font-size: 18px;
  }

  .us-hbt-dev-message {
    row-gap: 30px;
  }

  .us-hbt-story-list figure {
    min-width: 280px;
    width: 37.5%;
  }

  .us-hbt-dev {
    padding: 25px;
  }

  .us-hbt-dev-inner {
    border: 3px solid #864c24;
    border-radius: 5px;
    padding: 75px;
  }

  .us-hbt-dev-ttl {
    column-gap: 10px;
    font-size: 24px;
    margin-bottom: 32px;
  }

  .us-hbt-dev-ttl::before,
  .us-hbt-dev-ttl::after {
    height: 9px;
    width: 70px;
  }

  .us-hbt-dev-img {
    margin-bottom: 36px;
  }

  .us-hbt-dev .us-hbt-dev-message {
    font-size: 18px;
    line-height: 1.4;
  }

  .us-hbt-lineup {
    padding-block: 160px 120px;
  }

  .us-hbt-lineup::before {
    height: 45px;
  }

  .us-hbt-lineup-ttl {
    margin-bottom: 70px;
  }

  .us-hbt-lineup-list li {
    width: 41%;
  }
   
  .us-hbt-lineup-name {
    font-size: 24px;
    margin-block: 12px 40px;
  }

  .us-hbt-lineup-list-btn {
    background-size: 15px 18px;
    background-position: 92% center;
    font-size: 24px;
    height: 74px;
  }
}


/* Page deco style
========================================================================== */
@media screen and (width <= 1300px) {
  .us-hbt-point::before,
  .us-hbt-point::after,
  .us-hbt-point div::before {
    content: none;
  }
}

/* Small SP style
========================================================================== */
@media screen and (width <= 380px) {
  .us-hbt-point-list-ttl {
    font-size: 14px;
  }

  .us-hbt-point-list li:nth-of-type(3) .us-hbt-point-list-ttl {
    padding-block: 9px;
  }
}


/* Hover style
========================================================================== */
@media (any-hover:hover) {
	a:hover {
		cursor: pointer;
		opacity: .8;
	}
}