@charset "UTF-8";
@font-face {
  font-family: "kozuka";
  src: url("../font/KozGoPr6N-Regular.otf");
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 982px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
}

@media screen and (max-width: 650px) {
  .pc {
    display: none !important;
  }
}

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

.main-container {
  max-width: 1035px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .main-container {
    padding: 0 20px;
  }
}

.cta-btn input {
  width: 252px;
  aspect-ratio: 252/51;
}
@media screen and (max-width: 982px) {
  .cta-btn input {
    width: 230px;
  }
}
@media screen and (max-width: 480px) {
  .cta-btn input {
    width: 100%;
  }
}

.section-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 650px) {
  .section-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    font-size: 18px;
  }
}
.section-title::before {
  content: "";
  width: 19px;
  aspect-ratio: 19/61;
  display: inline-block;
  background-image: url(../img/bottle01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  top: -28px;
}
@media screen and (max-width: 480px) {
  .section-title::before {
    display: none;
  }
}

.header {
  background: -webkit-gradient(linear, left top, right top, from(#ed7959), color-stop(50%, #004097));
  background: linear-gradient(to right, #ed7959 0% 50%, #004097 50% 100%);
}

.header__inner {
  background: -webkit-gradient(linear, left top, right top, from(#ed7959), color-stop(10%, #fccf00), color-stop(48%, #b6d238), color-stop(67%, #009fc4), to(#004097));
  background: linear-gradient(to right, #ed7959 0%, #fccf00 10%, #b6d238 48%, #009fc4 67%, #004097 100%);
}

.header__title {
  font-size: 41px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 7px;
}
@media screen and (max-width: 982px) {
  .header__title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 650px) {
  .header__title {
    font-size: 25px;
  }
}
.header__title::before {
  content: "期間限定販売";
  font-size: 28px;
  font-weight: 800;
  line-height: 43px;
  letter-spacing: 0.185em;
  color: #e60012;
  display: block;
  background-color: #fff100;
  position: absolute;
  left: 10px;
  padding: 0 40px;
}
@media screen and (max-width: 982px) {
  .header__title::before {
    font-size: 24px;
    line-height: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .header__title::before {
    font-size: 18px;
    padding: 0 10px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .header__title::before {
    font-size: 12px;
    line-height: 25px;
    padding: 0 8px;
  }
}

.header__title--s {
  font-size: 29px;
}
@media screen and (max-width: 982px) {
  .header__title--s {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .header__title--s {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .header__title--s {
    display: none;
  }
}

.top {
  padding-top: 8px;
  padding-bottom: 5px;
}

.top-head {
  text-align: center;
}

.top-head__sub-text {
  font-size: 18px;
  font-weight: 800;
  color: #0081cc;
}
@media screen and (max-width: 650px) {
  .top-head__sub-text {
    font-size: 16px;
  }
}

.top-head__title {
  font-size: 38px;
  font-family: serif;
}
@media screen and (max-width: 982px) {
  .top-head__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  .top-head__title {
    font-size: 23px;
  }
}

.top-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2px;
}
@media screen and (max-width: 982px) {
  .top-main {
    grid-template-columns: repeat(2, 1fr);
    max-width: 450px;
    margin: 2px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .top-main {
    grid-template-columns: 40% 60%;
  }
}

.top-main__img-box {
  position: relative;
}
@media screen and (max-width: 982px) {
  .top-main__img-box {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.top-main__img-box::after {
  white-space: pre;
  content: "泡盛 25度\a 720ml";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  position: absolute;
  bottom: 42px;
  right: -68px;
}
@media screen and (max-width: 982px) {
  .top-main__img-box::after {
    display: none;
  }
}

.top-main__img {
  aspect-ratio: 68/117;
  margin-top: -5px;
  margin-left: 13px;
}
@media screen and (max-width: 982px) {
  .top-main__img {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__img {
    width: 100%;
  }
}

@media screen and (max-width: 982px) {
  .top-main__logo-box {
    grid-row: 1/2;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-main__logo-box::before {
  content: "番組タイトルロゴ使用許諾商品";
  font-size: 19px;
  font-family: serif;
  font-weight: 700;
  line-height: 40px;
  color: #e60012;
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012;
  padding: 5px 0;
}
@media screen and (max-width: 982px) {
  .top-main__logo-box::before {
    font-size: 17px;
    line-height: 20px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__logo-box::before {
    font-size: 15px;
  }
}

.top-main__logo {
  width: 280px;
  aspect-ratio: 280/244;
  margin-top: 15px;
}
@media screen and (max-width: 982px) {
  .top-main__logo {
    width: 250px;
  }
}

.top-main__text-box {
  text-align: center;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 30px;
}
@media screen and (max-width: 982px) {
  .top-main__text-box {
    grid-row: 2/3;
    grid-column: 2/3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 6px;
  }
}

.top-main__camp {
  font-size: 24px;
  line-height: 27px;
  color: #e60012;
}
@media screen and (max-width: 480px) {
  .top-main__camp {
    font-size: 16px;
    line-height: 1.3;
  }
}

.top-main__text {
  font-size: 36px;
  line-height: 25px;
  color: #1d2088;
  display: inline-block;
  border-bottom: 3px solid #000;
  padding-bottom: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .top-main__text {
    width: 80%;
    font-size: 24px;
    margin: 6px auto 0;
    padding-bottom: 5px;
  }
}

.top-main__price {
  font-size: 36px;
  line-height: 26px;
  color: #e60012;
  margin-top: 10px;
}
@media screen and (max-width: 982px) {
  .top-main__price {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__price {
    font-size: 24px;
  }
}

.top-main__price--black {
  color: #000;
}

.top-main__price--sm {
  font-size: 28px;
}
@media screen and (max-width: 982px) {
  .top-main__price--sm {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__price--sm {
    font-size: 16px;
  }
}

.top-main__price--yen {
  font-size: 28px;
  letter-spacing: -0.48em;
}
@media screen and (max-width: 982px) {
  .top-main__price--yen {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__price--yen {
    font-size: 16px;
  }
}

.top-main__price--tax {
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 982px) {
  .top-main__price--tax {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .top-main__price--tax {
    font-size: 16px;
  }
}

.top-main__price--text {
  font-size: 15px;
  color: #000;
  display: inline-block;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 982px) {
  .top-main__price--text {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0.3em;
  }
}

.top-main__cta-btn {
  margin-top: 21px;
}
@media screen and (max-width: 480px) {
  .top-main__cta-btn {
    width: 90%;
    margin: 10px auto 0;
  }
}

.top-foot__text {
  line-height: 18px;
}

.intro {
  background-image: url(../img/bg01_intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-shadow: 0px 1.42px 1.42px rgba(4, 0, 0, 0.75);
  padding-top: 10px;
  padding-bottom: 15px;
}

.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 982px) {
  .intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.intro__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 982px) {
  .intro__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 15px;
  }
}

.intro__text-box {
  width: 48.5%;
  padding-top: 7px;
}
@media screen and (max-width: 982px) {
  .intro__text-box {
    max-width: 600px;
    width: 100%;
  }
}

.intro__img-box {
  width: 48.5%;
}
@media screen and (max-width: 480px) {
  .intro__img-box {
    width: 80%;
  }
}

.intro__img-box01 {
  aspect-ratio: 361/160;
}
@media screen and (max-width: 982px) {
  .intro__img-box01 {
    display: none;
  }
}

.intro__img-box02 {
  aspect-ratio: 361/335;
}

.intro__img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 2.83px 2.83px rgba(4, 0, 0, 0.75);
          box-shadow: 0px 2.83px 2.83px rgba(4, 0, 0, 0.75);
  border: 6px solid #fff;
}

.intro__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 982px) {
  .intro__item-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .intro__item-title {
    font-size: 20px;
  }
}

.intro__item-text {
  letter-spacing: -0.48px;
  font-weight: 600;
  margin-top: 8px;
}

.intro__cta-btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 982px) {
  .intro__cta-btn {
    margin-top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .intro__cta-btn {
    width: 85%;
    margin: 13px auto 0;
  }
}

.kind {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 22px;
}

.kind__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 14px;
}
@media screen and (max-width: 650px) {
  .kind__item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
  }
}

.kind__item {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 246/175;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 650px) {
  .kind__item {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 991/578;
  }
}
.kind__item--01 {
  background-image: url(../img/img01_kind.jpeg);
}
.kind__item--02 {
  background-image: url(../img/img02_kind.jpeg);
}
.kind__item--03 {
  background-image: url(../img/img03_kind.jpeg);
}

.kind__text {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 0;
}

.kind__text--small {
  font-size: 12px;
}

.enjoy {
  text-align: center;
}

.enjoy__main {
  background-color: #fff9b3;
  padding-top: 16px;
  padding-bottom: 18px;
}

.enjoy__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 9px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 650px) {
  .enjoy__item-box {
    max-width: 400px;
    row-gap: 10px;
    margin: 10px auto 0;
  }
}

.enjoy__item {
  width: calc((100% - 40px) / 4);
  aspect-ratio: 181/207;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .enjoy__item {
    width: calc((100% - 10px) / 2);
  }
}
.enjoy__item--01 {
  background-image: url(../img/img01_enjoy.jpg);
}
.enjoy__item--02 {
  background-image: url(../img/img02_enjoy.jpeg);
}
.enjoy__item--03 {
  background-image: url(../img/img03_enjoy.jpeg);
}
.enjoy__item--04 {
  background-image: url(../img/img04_enjoy.jpeg);
}

.enjoy__main-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.12px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .enjoy__main-text {
    font-size: 22px;
  }
}

.enjoy__main-text--vertical {
  text-shadow: 0px 5.67px 2.83px rgba(4, 0, 0, 0.75);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.enjoy__foot {
  padding-top: 13px;
  padding-bottom: 20px;
}

.enjoy__foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 982px) {
  .enjoy__foot-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.enjoy__text-box {
  width: 50%;
}
@media screen and (max-width: 982px) {
  .enjoy__text-box {
    width: 100%;
    text-align: center;
  }
}

.enjoy__head {
  max-width: 383px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .enjoy__head {
    font-size: 18px;
  }
}

.enjoy__text {
  width: 100%;
  text-align: left;
  letter-spacing: -0.48px;
  font-weight: 400;
  padding-left: 10px;
  margin-top: 5px;
}

.enjoy__img-box {
  width: 48.5%;
  aspect-ratio: 361/160;
  -webkit-box-shadow: 0px 2.83px 2.83px rgba(4, 0, 0, 0.75);
          box-shadow: 0px 2.83px 2.83px rgba(4, 0, 0, 0.75);
  border: 6px solid #fff;
}
@media screen and (max-width: 650px) {
  .enjoy__img-box {
    max-width: 400px;
    width: 100%;
  }
}

.enjoy__img {
  width: 100%;
  height: 100%;
}

.cta {
  background-color: #fff9b3;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cta__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
@media screen and (max-width: 982px) {
  .cta__item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__item {
  width: 376px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
@media screen and (max-width: 480px) {
  .cta__item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta__item01 {
  background-color: #fff;
  padding-left: 18px;
}
@media screen and (max-width: 480px) {
  .cta__item01 {
    padding-left: 0;
  }
}

.cta__img-box01 {
  width: 97px;
  text-align: center;
  position: relative;
}

.cta__img-head {
  width: 112px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.32px;
  font-family: serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  margin-top: 25px;
}

.cta__img-head--span {
  font-size: 10px;
  letter-spacing: -0.4px;
}

.cta__img01 {
  aspect-ratio: 46/163;
  width: 47px;
}

.cta__img-text {
  width: 113px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  margin-left: -6px;
}

.cta__camp {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  color: #e60012;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta__camp {
    font-size: 20px;
    line-height: 1;
  }
}

.cta__camp--span {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 480px) {
  .cta__camp--span {
    font-size: 16px;
  }
}

.cta__text {
  font-size: 34px;
  line-height: 24.51px;
  color: #1d2088;
  font-weight: 800;
  display: inline-block;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  margin-top: 7px;
}
@media screen and (max-width: 480px) {
  .cta__text {
    font-size: 28px;
    padding-bottom: 7px;
  }
}

.cta__text-box01 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .cta__text-box01 {
    padding-top: 10px;
  }
}

.cta__text01 {
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .cta__text01 {
    margin-left: 0;
  }
}

.cta__price {
  font-size: 33px;
  line-height: 26px;
  color: #e60012;
  font-weight: 800;
  margin-top: 7px;
}
@media screen and (max-width: 480px) {
  .cta__price {
    font-size: 24px;
  }
}

.cta__price--num {
  color: #000;
}

.cta__price--num-small {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .cta__price--num-small {
    font-size: 16px;
  }
}

.cta__price--yen {
  font-size: 24px;
  letter-spacing: -0.48em;
}
@media screen and (max-width: 480px) {
  .cta__price--yen {
    font-size: 16px;
  }
}

.cta__price--tax {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .cta__price--tax {
    font-size: 16px;
  }
}

.cta__cta-btn {
  margin-top: 7px;
  margin-left: 16px;
}
@media screen and (max-width: 982px) {
  .cta__cta-btn {
    text-align: center;
    margin-left: 0;
  }
}

.cta__cta-btn input {
  width: 223px;
  aspect-ratio: 223/43;
}
@media screen and (max-width: 982px) {
  .cta__cta-btn input {
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .cta__cta-btn input {
    width: 150px;
  }
}

.cta__item02 {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff000;
  padding-left: 8px;
}
@media screen and (max-width: 480px) {
  .cta__item02 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.cta__img-box02 {
  width: 90px;
}

.cta__img02 {
  aspect-ratio: 165/160;
  width: 165px;
}
@media screen and (max-width: 982px) {
  .cta__img02 {
    width: 148px;
  }
}
@media screen and (max-width: 480px) {
  .cta__img02 {
    aspect-ratio: 165/185;
    width: 127px;
  }
}

.cta__img-text02 {
  white-space: nowrap;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}

.cta__img-text02--span {
  display: block;
  -webkit-transform: scale(0.8, 1) translate(-14px, -3px);
          transform: scale(0.8, 1) translate(-14px, -3px);
}

@media screen and (max-width: 982px) {
  .cta__text-box02 {
    text-align: center;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
}
@media screen and (max-width: 480px) {
  .cta__text-box02 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 982px) {
  .cta__camp02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .cta__camp02 {
    font-size: 18px;
  }
}

.cta__camp02--span {
  margin-left: 76px;
}
@media screen and (max-width: 982px) {
  .cta__camp02--span {
    margin-left: 0;
  }
}

.cta__text02 {
  width: 193px;
  font-size: 24px;
  line-height: 15px;
  text-align: center;
  margin-top: 6px;
  -webkit-transform: scale(0.9, 1) translateX(81px);
          transform: scale(0.9, 1) translateX(81px);
  padding-bottom: 0;
}
@media screen and (max-width: 982px) {
  .cta__text02 {
    -webkit-transform: scale(0.9, 1) translateX(0);
            transform: scale(0.9, 1) translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .cta__text02 {
    -webkit-transform: scale(0.8, 1) translateX(0);
            transform: scale(0.8, 1) translateX(0);
  }
}

.cta__text02--span {
  width: 200px;
  font-size: 10px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transform: scale(1, 1.3) translate(0, 0);
          transform: scale(1, 1.3) translate(0, 0);
}

.cta__price02 {
  line-height: 18px;
  margin-top: 11px;
  -webkit-transform: scale(0.7, 1) translateX(59px);
          transform: scale(0.7, 1) translateX(59px);
}
@media screen and (max-width: 982px) {
  .cta__price02 {
    -webkit-transform: scale(0.7, 1) translateX(10px);
            transform: scale(0.7, 1) translateX(10px);
  }
}
@media screen and (max-width: 480px) {
  .cta__price02 {
    -webkit-transform: scale(0.8, 1) translateX(10px);
            transform: scale(0.8, 1) translateX(10px);
  }
}

.cta__cta-btn02 {
  margin-top: 11px;
  margin-left: 19px;
}
@media screen and (max-width: 982px) {
  .cta__cta-btn02 {
    margin-left: 0;
  }
}

.guid {
  padding-top: 10px;
}

.guid__img-box {
  max-width: 100%;
  aspect-ratio: 788/557;
}
@media screen and (max-width: 650px) {
  .guid__img-box {
    aspect-ratio: 2026/11328;
  }
}

.guid__img {
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: -16px;
}
@media screen and (max-width: 650px) {
  .footer {
    margin-top: 10px;
  }
}

.footer-main {
  padding-bottom: 8px;
}

.footer-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
@media screen and (max-width: 650px) {
  .footer-main__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.footer-main__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 982px) {
  .footer-main__text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-main__title {
  font-size: 19px;
  margin-bottom: 6px;
}

.footer-main__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 7px;
}

.footer-main__logo {
  width: 209px;
  aspect-ratio: 209/46;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer-main__logo {
    width: auto;
    max-width: 50%;
  }
}
.footer-main__logo::before {
  content: "うまさひろがる";
  font-size: 17px;
  font-family: hot-kaishokk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.7em;
  display: inline-block;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 480px) {
  .footer-main__logo::before {
    font-size: 14px;
    letter-spacing: 0.5em;
  }
}

.footer-main__logo-img {
  width: 100%;
}

.footer-main__text {
  font-size: 29px;
  font-family: hot-kaishokk, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .footer-main__text {
    font-size: 25px;
  }
}

.footer-main__url {
  font-size: 15px;
  line-height: 18px;
  margin-left: 19px;
}
@media screen and (max-width: 982px) {
  .footer-main__url {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .footer-main__url {
    margin-left: 0;
    margin-top: 5px;
  }
}

.footer-main__link {
  color: #000;
}

.footer-main__note {
  font-size: 11.5px;
  line-height: 14px;
  margin-top: 5px;
}

.footer-sub {
  font-size: 12px;
  line-height: 14.4px;
  background-color: #C9CACA;
  padding-top: 17px;
  padding-bottom: 13px;
}

.footer-sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .footer-sub__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}

.footer-sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  margin-top: auto;
}
@media screen and (max-width: 982px) {
  .footer-sub__menu {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.footer-sub__link {
  color: #000;
}
.footer-sub__link::before {
  content: "▶";
}

.footer-sub__text {
  text-align: right;
}
@media screen and (max-width: 650px) {
  .footer-sub__text {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */