/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
:root {
  --container-width: 128.0rem;
  --container-side: 10.4rem;
  --main-width: 108.0rem;
}
@media only screen and (max-width: 767px) {
  :root {
    --container-side: 3.0rem;
  }
}

:root {
  --color-main: #a70000;
  --color-txt: #ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
}

:root {
  --font-main: "Zen Kaku Gothic Antique", serif;
  --font-en: "Tilt Warp", serif;
  --font-en02: "Poetsen One", serif;
  --font-point: "MuseoModerno", serif;
  --font-mark: "Zen Old Mincho", serif;
}

:root {
  --space-helf: 0.4rem;
  --space-1: .8rem;
  --space-2: 1.6rem;
  --space-3: 2.4rem;
  --space-4: 3.2rem;
  --space-5: 4.0rem;
  --space-6: 4.8rem;
  --space-7: 5.6rem;
  --space-8: 6.4rem;
  --space-9: 7.2rem;
  --space-10: 8.0rem;
  --space-11: 8.8rem;
  --space-12: 9.6rem;
  --space-13: 10.4rem;
  --space-14: 11.2rem;
  --space-15: 12.0rem;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  overflow-x: hidden;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: #8C0202;
  color: #D2A8A8;
}

::selection {
  background: #8C0202;
  color: #D2A8A8;
}

input::-moz-selection, textarea::-moz-selection {
  color: #DDDDDD;
}

input::selection, textarea::selection {
  color: #DDDDDD;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  padding: 0;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 65%;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100vw;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 2;
  font-family: var(--font-main);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.3rem;
  color: var(--color-txt);
  background-color: var(--color-main);
}
body.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}
body.info {
  background-color: transparent;
  color: var(--color-black);
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

a {
  color: var(--color-txt);
  text-decoration: underline;
}

a.is-hover {
  text-decoration: none;
}

br.is-pcbr {
  display: block;
}

br.is-spbr {
  display: none;
}

br.is-tabbr {
  display: none;
}

br.is-spsbr {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.is-pcbr {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  br.is-tabbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.is-spbr {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  br.is-spsbr {
    display: block;
  }
}
.l-container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-left: var(--container-side);
  padding-right: var(--container-side);
}
@media only screen and (max-width: 767px) {
  .l-container {
    overflow-x: hidden;
  }
}

.l-buybtn {
  position: absolute;
  right: 12%;
  top: 18rem;
  z-index: 1000;
}
@media only screen and (max-width: 1023px) {
  .l-buybtn {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .l-buybtn {
    position: fixed;
    top: auto;
    bottom: calc(var(--container-side) / 2);
    right: calc(var(--container-side) / 2);
  }
}

.l-check {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.l-check .is-yes {
  display: none;
}

.l-main {
  min-height: 100vh;
  max-width: var(--main-width);
  margin-inline: auto;
}

.l-home__lead {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .l-home__lead {
    margin-bottom: 4.4rem;
  }
}

.l-home__noadd {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .l-home__noadd {
    margin-bottom: 3.8rem;
  }
}

.l-home__collab {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  .l-home__collab {
    margin-bottom: 10rem;
  }
}

.l-home__howtodrink {
  margin-bottom: 18rem;
}
@media only screen and (max-width: 767px) {
  .l-home__howtodrink {
    margin-bottom: 10rem;
  }
}

.l-home__howtobuy {
  margin-bottom: 12.2rem;
}
@media only screen and (max-width: 767px) {
  .l-home__howtobuy {
    margin-bottom: 8rem;
  }
}

.l-home__contact {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  .l-home__contact {
    margin-bottom: 10rem;
  }
}

.l-pagetop {
  display: flex;
  justify-content: flex-end;
}

.l-sns-widget {
  position: fixed;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media only screen and (max-width: 1023px) {
  .l-sns-widget {
    display: none;
  }
}

/*---------------------------------------------------
square
-----------------------------------------------------*/
.c-btn__square {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--color-txt);
  line-height: 1;
  padding: 1.2em 1.6em;
  color: var(--color-txt);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__square.has-arrow {
  justify-content: space-between;
}
.c-btn__square.is-hover {
  background-color: var(--color-txt);
  color: var(--color-main);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*---------------------------------------------------
「購入する」ボタン
-----------------------------------------------------*/
.c-btn__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px;
  background-color: var(--color-white);
  color: var(--color-main);
  width: 12rem;
  font-size: 1.3rem;
  aspect-ratio: 1/1;
  position: relative;
}
.c-btn__buy::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/round-txt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotation 30s linear infinite;
}
@media only screen and (max-width: 767px) {
  .c-btn__buy {
    width: 9.6rem;
    font-size: 1.2rem;
  }
}
.c-btn__buy.is-hover, .is-hover .c-btn__buy {
  animation: bounce 1.6s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 45%, 100% {
    transform: translateY(0);
  }
  13% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(-5px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-ttl__page {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template: "ja" 6.4rem "en" 1.4rem/auto;
  gap: 1rem;
}
.c-ttl__page__ja {
  grid-area: "ja";
  background-color: var(--color-main);
  border-radius: 8px;
  padding: 1.6rem 4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
  font-weight: bold;
}
.c-ttl__page__en {
  grid-area: "en";
  font-family: var(--font-en);
  font-size: 1.2rem;
  color: var(--color-main);
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.c-heading__en {
  line-height: 1.1;
  margin-bottom: 1rem;
}
.c-heading__en span {
  display: block;
}
.is-center .c-heading__en {
  text-align: center;
}
.is-type02 .c-heading__en {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding: 0 1em;
  margin-bottom: 0.4em;
}
.is-type02 .c-heading__en::before, .is-type02 .c-heading__en::after {
  display: block;
  font-size: 15rem;
  font-family: var(--font-mark);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.is-type02 .c-heading__en::before {
  content: "（";
  left: -1em;
}
.is-type02 .c-heading__en::after {
  content: "）";
  right: -1em;
}

.c-heading__ja {
  font-weight: 700;
  line-height: 1.5;
}
.is-center .c-heading__ja {
  text-align: center;
}
.is-type02 .c-heading__ja {
  text-align: center;
}

.c-icon {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-icon.is-youtube {
  background-image: url(../img/cmn/icon-youtube.svg);
}
.c-icon.is-x {
  margin-inline: auto;
  background-image: url(../img/cmn/icon-x.svg);
  background-size: 90%;
}
.c-icon.is-x.is-wht {
  background-image: url(../img/cmn/icon-x-wht.svg);
}
.c-icon.is-instagram {
  background-image: url(../img/cmn/icon-instagram.svg);
}
.c-icon.is-facebook {
  background-image: url(../img/cmn/icon-facebook.svg);
}
.c-icon.is-line {
  background-image: url(../img/cmn/icon-line.svg);
}

.c-icon__arrow {
  display: block;
  width: 2.9rem;
  height: 1.7rem;
  background-image: url(../img/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.is-hover .c-icon__arrow {
  background-image: url(../img/icon-arrow-red.svg);
}

.c-icon__arrow02 {
  display: block;
  width: 1.9rem;
  aspect-ratio: 1/1;
  background-image: url(../img/icon-arrow02-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.is-hover .c-icon__arrow02 {
  background-image: url(../img/icon-arrow02-red.svg);
}

.c-logo__tftliqueur {
  display: block;
  width: 100%;
  aspect-ratio: 329/183;
  background-image: url("../img/logo-tftliqueur.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

.c-logo__pebble {
  display: block;
  width: 100%;
  aspect-ratio: 119/38;
  background-image: url("../img/logo-pebble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}
.c-logo__pebble.is-black {
  background-image: url("../img/logo-pebble-black.svg");
}

.c-logo__takashima {
  display: block;
  width: 100%;
  aspect-ratio: 307/78;
  background-image: url("../img/logo-takashima.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

.c-logo__kinokawa {
  display: block;
  width: 100%;
  aspect-ratio: 123/229;
  background-image: url("../img/logo-kinokawa.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

.c-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-check p {
  text-align: center;
}

.c-check__btn {
  margin-top: 1rem;
}
.c-check__btn button {
  display: block;
  width: 14rem;
  padding: 0.72em;
}

.g-footer__main {
  align-items: end;
}

.g-footer__logo {
  width: 11.9rem;
}

.g-footer__info a {
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-footer__info a.is-hover {
  text-decoration: underline;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.g-footer__caution {
  font-size: 1.2rem;
}

.g-footer__nav::before {
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 1px;
  background-color: var(--color-white);
  margin-bottom: 6rem;
}

.g-footer__copy {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  font-family: var(--font-point);
  font-size: 1.2rem;
  padding-bottom: 4rem;
  margin-top: calc(70.3125vw - 6.4rem + 11rem);
}
@media only screen and (max-width: 520px) {
  .g-footer__copy {
    padding: 3.2rem;
    margin-top: calc(135.1282051282vw - 6.4rem + 8rem);
  }
}
@media only screen and (max-width: 320px) {
  .g-footer__copy {
    padding: 2.4rem;
  }
}

.g-footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 128/90;
}
.g-footer__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 520px) {
  .g-footer__bg {
    aspect-ratio: 390/527;
  }
}

.g-list__heartdot li {
  padding-left: 2em;
  position: relative;
}
.g-list__heartdot li::before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0;
  transform: translateY(-50%);
  width: 1.1em;
  aspect-ratio: 14/13;
  background-image: url(../img/icon-heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.g-list__fnav {
  display: flex;
  gap: 10rem;
}
.g-list__fnav li {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .g-list__fnav {
    flex-direction: column;
    gap: 3.2rem;
  }
}

.g-home-mv {
  width: 100vw;
  aspect-ratio: 1280/868;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.g-home-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-home-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.g-home-mv__inner {
  display: grid;
  height: 100vh;
  grid-template-rows: 1fr auto;
  padding: 6rem 14.21875vw;
}
@media only screen and (max-width: 1023px) {
  .g-home-mv__inner {
    padding: 6rem var(--container-side) var(--container-side);
  }
}

.g-home-mv__logos {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.g-home-mv__logo__tftliqueur {
  max-width: 33rem;
}

.g-home-mv__logo__pebble {
  width: 11.9rem;
  position: absolute;
  top: 3.2rem;
  right: 0;
}

.g-home-mv__data {
  font-size: 2rem;
  font-family: var(--font-point);
  line-height: 1.6;
}

.g-home-lead {
  padding-top: 5.6rem;
}

/*---------------------------------------------------
catch
-----------------------------------------------------*/
.g-home-lead__catch {
  display: grid;
  grid-template-columns: 1fr 40rem;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__catch {
    grid-template-columns: 100%;
  }
}

.g-home-lead__catch__en {
  line-height: 1;
  grid-row: 1/span 2;
}

.g-home-lead__catch__ja {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 5.6rem;
}

.g-home-lead__catch__txt {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__catch__txt {
    margin-top: 1.2rem;
  }
}

/*---------------------------------------------------
img
-----------------------------------------------------*/
.g-home-lead__pic {
  position: sticky;
  top: var(--container-side);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__pic {
    position: static;
  }
}

.g-home-lead__pic__inner {
  width: 50rem;
  position: relative;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 520px) {
  .g-home-lead__pic__inner {
    width: 38rem;
    margin-top: 16.6rem;
  }
}
.g-home-lead__pic__inner span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 4rem;
  transform: translateY(-32%);
}
@media only screen and (max-width: 767px) {
  .g-home-lead__pic__inner span {
    left: 0;
  }
}
.g-home-lead__pic__inner img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__pic__inner img {
    margin-left: calc(var(--container-side) * -1 / 2);
  }
}

/*---------------------------------------------------
main
-----------------------------------------------------*/
.g-home-lead__main {
  width: 39rem;
  margin-inline: auto 0;
  margin-top: -22rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.g-home-lead__main span {
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__main {
    margin-top: -12rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-home-lead__main {
    width: 100%;
    margin-top: -2.4rem;
  }
}

/*---------------------
desc
-----------------------*/
.g-home-lead__desc {
  margin-bottom: 5.2rem;
}

.g-home-lead__desc__catch {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__desc__catch {
    margin-right: calc(var(--container-side) * -1);
  }
}

.g-home-lead__desc__catch__txt {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__desc__catch__txt {
    padding-top: 0;
  }
}

.g-home-lead__desc__catch__img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__desc__catch__img {
    transform-origin: 0% 0%;
    transform: scale(1.1);
  }
}

.g-home-lead__desc__txt {
  line-height: 2.2;
  width: 80%;
}
@media only screen and (max-width: 520px) {
  .g-home-lead__desc__txt {
    width: 100%;
    margin-top: 1.6rem;
  }
}

/*---------------------
logo
-----------------------*/
.g-home-lead__logo {
  width: 26rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__logo {
    width: 100%;
  }
}

.g-home-lead__img {
  display: block;
  width: 100%;
  aspect-ratio: 338/336;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .g-home-lead__img {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.g-home-noadd {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .g-home-noadd {
    grid-template-columns: 100%;
  }
}

.g-home-noadd__ttl {
  margin-bottom: 1.2rem;
}

.g-home-noadd__img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .g-home-noadd__img {
    min-width: 38rem;
    margin-top: -2.4rem;
  }
}

.g-home-collab {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .g-home-collab {
    grid-template-columns: 100%;
  }
}

.g-home-collab__inner {
  display: grid;
}

.g-home-collab__main {
  align-self: end;
}

.g-home-collab__pic {
  display: flex;
  aspect-ratio: 2/1;
  margin-right: calc((50% - 50vw) / 2);
}
.g-home-collab__pic.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .g-home-collab__pic {
    display: none;
  }
  .g-home-collab__pic.is-sp {
    display: flex;
    margin: 1.2rem 0;
  }
}

.g-home-collab__pic__img {
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
}
.g-home-collab__pic__img:nth-child(2) {
  margin-left: -1px;
}

.g-home-collab__btn {
  margin-top: 1.6rem;
}

.g-home-drink__content {
  position: relative;
}
.g-home-drink__content:not(:last-child) {
  margin-bottom: 12rem;
}
.g-home-drink__content:nth-child(1) {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .g-home-drink__content:nth-child(1) {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-home-drink__content:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
  .g-home-drink__content:nth-child(even) {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
  .g-home-drink__content:nth-child(even) .g-home-drink__content__main__txt {
    margin-left: var(--container-side);
  }
}

.g-home-drink__content__ttl {
  width: var(--main-width);
}

.g-home-drink__content__main {
  display: grid;
  grid-template: "pic1 pic2" auto "pic1 pic3" auto "txt pic3" 1fr/55fr 48fr;
  gap: 4.8rem;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .g-home-drink__content__main {
    grid-template: "pic1" auto "pic2" auto "pic3" auto "txt" auto/1fr;
  }
}

.g-home-drink__content__main__img {
  width: 100%;
}
.g-home-drink__content__main__img--01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: pic1;
  aspect-ratio: 550/824;
}
.g-home-drink__content__main__img--02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: pic2;
  aspect-ratio: 480/508;
}
.g-home-drink__content__main__img--03 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: pic3;
  aspect-ratio: 480/720;
}

.g-home-drink__content__main__txt {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  max-width: 33rem;
  grid-area: txt;
}

@media only screen and (max-width: 767px){
  .g-home-drink__content__main__img--01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .g-home-drink__content__main__img--02 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .g-home-drink__content__main__img--03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .g-home-drink__content__main__txt {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.g-home-buy__slide {
  margin: 3.6rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-x: hidden;
}

.g-home-buy__slide__swiper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow-x: hidden;
  padding-left: calc(50vw - 19.5rem);
}
@media only screen and (max-width: 767px) {
  .g-home-buy__slide__swiper {
    padding-left: 0;
  }
}
.g-home-buy__slide__swiper .swiper-slide {
  width: 39rem;
}
@media only screen and (max-width: 1023px) {
  .g-home-buy__slide__swiper .swiper-slide {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-home-buy__slide__swiper .swiper-slide {
    width: 28rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-home-buy__slide__swiper .swiper-slide {
    width: 28rem;
  }
}

.g-home-buy__slide__img {
  width: 100%;
  aspect-ratio: 390/420;
}

.g-home-buy__btn {
  max-width: 30rem;
  margin-inline: auto;
}

.g-home-contact a {
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-home-contact a.is-hover {
  text-decoration: underline;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*---------------------------------------------------
header
-----------------------------------------------------*/
.g-info__header {
  padding: 4.8rem 0;
}

.g-info__header__logo {
  display: block;
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .g-info__header__logo {
    max-width: 14rem;
  }
}

/*---------------------------------------------------
footer
-----------------------------------------------------*/
.g-info__footer {
  padding: 4.8rem 0;
}

.g-info__footer__copy {
  font-family: var(--font-point);
  font-size: 1.2rem;
  text-align: center;
}

.u-fs__p10s10 {
  font-size: 1rem;
}

.u-fs__p10s11 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p10s12 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p10s13 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p10s14 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p10s15 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p10s16 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p10s17 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p10s18 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p10s19 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p10s20 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s20 {
    font-size: 2rem;
  }
}

.u-fs__p11s10 {
  font-size: 1.1rem;
}

.u-fs__p11s11 {
  font-size: 1.1rem;
}

.u-fs__p11s12 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p11s13 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p11s14 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p11s15 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p11s16 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p11s17 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p11s18 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p11s19 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p11s20 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s20 {
    font-size: 2rem;
  }
}

.u-fs__p12s10 {
  font-size: 1.2rem;
}

.u-fs__p12s11 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p12s12 {
  font-size: 1.2rem;
}

.u-fs__p12s13 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p12s14 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p12s15 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p12s16 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p12s17 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p12s18 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p12s19 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p12s20 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s20 {
    font-size: 2rem;
  }
}

.u-fs__p13s10 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s10 {
    font-size: 1rem;
  }
}

.u-fs__p13s11 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p13s12 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p13s13 {
  font-size: 1.3rem;
}

.u-fs__p13s14 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p13s15 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p13s16 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p13s17 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p13s18 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p13s19 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p13s20 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s20 {
    font-size: 2rem;
  }
}

.u-fs__p14s10 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s10 {
    font-size: 1rem;
  }
}

.u-fs__p14s11 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p14s12 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p14s13 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p14s14 {
  font-size: 1.4rem;
}

.u-fs__p14s15 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p14s16 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p14s17 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p14s18 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p14s19 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p14s20 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s20 {
    font-size: 2rem;
  }
}

.u-fs__p15s10 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s10 {
    font-size: 1rem;
  }
}

.u-fs__p15s11 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p15s12 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p15s13 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p15s14 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p15s15 {
  font-size: 1.5rem;
}

.u-fs__p15s16 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p15s17 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p15s18 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p15s19 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p15s20 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s20 {
    font-size: 2rem;
  }
}

.u-fs__p16s10 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s10 {
    font-size: 1rem;
  }
}

.u-fs__p16s11 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p16s12 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p16s13 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p16s14 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p16s15 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p16s16 {
  font-size: 1.6rem;
}

.u-fs__p16s17 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p16s18 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p16s19 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p16s20 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s20 {
    font-size: 2rem;
  }
}

.u-fs__p17s10 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s10 {
    font-size: 1rem;
  }
}

.u-fs__p17s11 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p17s12 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p17s13 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p17s14 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p17s15 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p17s16 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p17s17 {
  font-size: 1.7rem;
}

.u-fs__p17s18 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p17s19 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p17s20 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s20 {
    font-size: 2rem;
  }
}

.u-fs__p18s10 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s10 {
    font-size: 1rem;
  }
}

.u-fs__p18s11 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p18s12 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p18s13 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p18s14 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p18s15 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p18s16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p18s17 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p18s18 {
  font-size: 1.8rem;
}

.u-fs__p18s19 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p18s20 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s20 {
    font-size: 2rem;
  }
}

.u-fs__p19s10 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s10 {
    font-size: 1rem;
  }
}

.u-fs__p19s11 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p19s12 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p19s13 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p19s14 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p19s15 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p19s16 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p19s17 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p19s18 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p19s19 {
  font-size: 1.9rem;
}

.u-fs__p19s20 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s20 {
    font-size: 2rem;
  }
}

.u-fs__p20s10 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s10 {
    font-size: 1rem;
  }
}

.u-fs__p20s11 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p20s12 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p20s13 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p20s14 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p20s15 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p20s16 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p20s17 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p20s18 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p20s19 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p20s20 {
  font-size: 2rem;
}

.u-fs__p24s20 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p24s20 {
    font-size: 2rem;
  }
}

.u-fs__p24s24 {
  font-size: 2.4rem;
}

.u-fs__p32s32 {
  font-size: 3.2rem;
}

.u-fs__p32s40 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p32s40 {
    font-size: 4rem;
  }
}

.u-fs__p48s48 {
  font-size: 4.8rem;
}

.u-fs__p64s64 {
  font-size: 6.4rem;
}

.u-fs__p80s48 {
  font-size: 8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p80s48 {
    font-size: 4.8rem;
  }
}

.u-fs__p110s90 {
  font-size: 11rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p110s90 {
    font-size: 9rem;
  }
}

.u-ff__ja {
  font-family: var(--font-ja);
  font-weight: 500;
}

.u-ff__en {
  font-family: var(--font-en);
  font-weight: 400;
}

.u-ff__en02 {
  font-family: var(--font-en02);
  font-weight: 400;
}

.u-ff__point {
  font-family: var(--font-point);
  font-weight: 400;
}

.u-color__blue {
  color: var(--color-main);
}

.u-color__black {
  color: var(--color-txt);
}

.u-box__onbg {
  position: relative;
  z-index: 1;
}

.u-box__narrow {
  max-width: 84.4rem;
  margin-inline: auto;
}

.u-box__2col {
  display: grid;
  grid-template-columns: 22rem 1fr;
}
@media only screen and (max-width: 767px) {
  .u-box__2col {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}

.u-box__thin {
  max-width: 33rem;
}

.u-mg__t30 {
  margin-top: 3rem;
}

.u-mg__b20 {
  margin-bottom: 2rem;
}

.u-mg__b60 {
  margin-bottom: 6rem;
}

.u-opacity__00 {
  opacity: 0;
}

/*---------------------------------------------------
section
-----------------------------------------------------*/
.u-info__section::before {
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 1px;
  background-color: var(--color-black);
}

.u-info__section__inner {
  display: grid;
  grid-template-columns: 21rem 1fr;
  gap: 12rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .u-info__section__inner {
    grid-template-columns: 100%;
    gap: 6rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .is-sect02 .u-info__section__inner {
    gap: 4rem;
  }
}

.u-info__section__ttl {
  font-size: 1.6rem;
  line-height: 1.4;
}
.u-info__section__ttl span {
  display: block;
  line-height: 2.2;
  font-size: 1.2rem;
  margin-top: 2rem;
}

/*---------------------------------------------------
list
-----------------------------------------------------*/
.u-info__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem 3.2rem;
}
@media only screen and (max-width: 767px) {
  .u-info__list {
    gap: 2.4rem;
  }
}
.u-info__list a {
  text-decoration: none;
  color: var(--color-black);
}
.u-info__list .u-info__list__innerlist > dd {
  display: inline;
}
.u-info__list .u-info__list__innerlist > dt {
  display: inline;
}
.u-info__list .u-info__list__innerlist > dt::after {
  content: "：";
  display: inline;
}
