@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@-webkit-keyframes transX0plus {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transX0plus {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes anim-banana {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes anim-banana {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@-webkit-keyframes circle-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  word-break: break-all;
}
*:focus, *:active {
  outline: none;
}
*:hover {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  img,
svg {
    image-rendering: auto;
  }
}
_::-webkit-full-page-media,
_:future, :root img,
:root svg {
  image-rendering: auto;
}

@-moz-document url-prefix() {
  img,
svg {
    image-rendering: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  img,
svg {
    image-rendering: auto;
  }
}

ul,
ol {
  list-style: none;
}

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

a,
button {
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}

.over {
  transition: all 300ms;
}
.over:hover {
  opacity: 0.65;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .view-sp {
    display: block;
  }
  .view-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 751px) {
  .view-pc {
    display: block;
  }
  .view-sp {
    display: none !important;
  }
}
.is-hide {
  display: none !important;
}

.f-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f-lato {
  font-family: "Lato", sans-serif;
}

html {
  font-size: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "palt";
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  transition: all 1s;
}
body.loaded {
  opacity: 1;
}
body.openMenu {
  overflow: hidden;
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header_logo {
  position: absolute;
  top: 2.7407407407vw;
  left: 4.4444444444vw;
  width: 5.2592592593vw;
}
@media only screen and (max-width: 750px) {
  .header_logo {
    top: 5.3333333333vw;
    left: 7.2vw;
    width: 9.3333333333vw;
  }
}

.footer {
  background: #E7DAEE;
  padding: 4.1481481481vw 0 3.5555555556vw;
}
@media only screen and (max-width: 750px) {
  .footer {
    padding: 9.8666666667vw 0 9.3333333333vw;
  }
}
.footer_logo {
  width: 12.2222222222vw;
  margin: 0 auto 1.1851851852vw;
}
@media only screen and (max-width: 750px) {
  .footer_logo {
    width: 39.2vw;
    margin-bottom: 4vw;
  }
}
.footer .copyright {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .footer .copyright {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}

#LP .wrapper {
  background: url(../img/bg_base_01.png) repeat-y center top/100% auto;
}
@media only screen and (max-width: 750px) {
  #LP .wrapper {
    background-image: url(../img/bg_base_01.png);
  }
}
#LP .sec {
  position: relative;
}
#LP .kv {
  background: url(../img/bg_kv_01.png) no-repeat center top/100% auto;
}
@media only screen and (max-width: 750px) {
  #LP .kv {
    background-image: url(../img/bg_kv_01_sp.png);
  }
}
#LP .kv::before {
  content: "";
  display: block;
  padding-top: 60.1481481481%;
}
@media only screen and (max-width: 750px) {
  #LP .kv::before {
    padding-top: 166.6666666667%;
  }
}
#LP .kv_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#LP .kv_title {
  position: absolute;
  top: 10.8888888889vw;
  left: 11.7777777778vw;
  width: 31.6296296296vw;
}
@media only screen and (max-width: 750px) {
  #LP .kv_title {
    top: 26.6666666667vw;
    left: 9.2vw;
    width: 82.4vw;
  }
}
#LP .kv_date {
  position: absolute;
  top: 31.5555555556vw;
  left: 12vw;
  width: 14.2222222222vw;
}
@media only screen and (max-width: 750px) {
  #LP .kv_date {
    top: 80.1333333333vw;
    left: 11.3333333333vw;
    width: 26.4vw;
  }
}
#LP .sec-01 {
  background: url(../img/bg_sec_01_01.png) no-repeat center top/100% auto, #ffeda3;
  padding: 32.1481481481vw 0 0;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 {
    background-image: url(../img/bg_sec_01_01_sp.png);
    background-position: center -7.0666666667vw;
    padding-top: 111.4666666667vw;
  }
}
#LP .sec-01 .mobile_order {
  position: absolute;
  top: -5.9259259259vw;
  right: 0;
  left: 0;
  width: 72.962962963vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .mobile_order {
    top: 19.6vw;
    width: 81.4666666667vw;
  }
}
#LP .sec-01 .mobile_order::before {
  content: "";
  display: block;
  padding-top: 24.3654822335%;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .mobile_order::before {
    padding-top: 73.977086743%;
  }
}
#LP .sec-01 .mobile_order_btn {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/img_mobile_order_01.png) no-repeat center/100% auto;
  transition: all 500ms;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .mobile_order_btn {
    background-image: url(../img/img_mobile_order_01_sp.png);
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .mobile_order_btn:hover {
    background-image: url(../img/img_mobile_order_01_on.png);
  }
}
#LP .sec-01 .catch {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .catch {
    margin-bottom: 4.8vw;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .catch .heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;
  }
  #LP .sec-01 .catch .heading .row {
    margin: 0 auto;
  }
  #LP .sec-01 .catch .heading .row-01 {
    width: 57.9259259259vw;
  }
  #LP .sec-01 .catch .heading .row-02 {
    width: 26.3703703704vw;
    margin-top: 1.7037037037vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .catch .heading {
    box-sizing: content-box;
    width: 65.4666666667vw;
    margin-bottom: 7.7333333333vw;
    padding-left: 21.7333333333vw;
  }
}
#LP .sec-01 .catch .text {
  color: #5F1984;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-align: center;
  margin-top: -0.5em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .catch .text {
    font-size: 2.5rem;
    line-height: 1.76;
    margin-top: -0.38em;
  }
}
#LP .sec-01 .drink {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .drink {
    padding: 45.5555555556vw 0 0;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .drink .img {
    position: absolute;
  }
  #LP .sec-01 .drink .img-01 {
    top: -2.962962963vw;
    left: 9.1111111111vw;
    width: 29.4074074074vw;
  }
  #LP .sec-01 .drink .img-02 {
    top: 7.2592592593vw;
    left: 36.1481481481vw;
    width: 29.4074074074vw;
  }
  #LP .sec-01 .drink .img-03 {
    top: 0.2222222222vw;
    left: 63.1851851852vw;
    width: 29.037037037vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .img-01 {
    width: 81.4666666667vw;
    margin-bottom: 0.6666666667vw;
    margin-left: 9.7333333333vw;
  }
  #LP .sec-01 .drink .img-02 {
    width: 46.4vw;
    margin-bottom: 2.6666666667vw;
    margin-left: 28.8vw;
  }
}
#LP .sec-01 .drink .price_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .price_wrap {
    flex-direction: column;
  }
}
#LP .sec-01 .drink .priceBox {
  color: #5F1984;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox + .priceBox {
    margin-top: 8vw;
  }
}
#LP .sec-01 .drink .priceBox_in {
  display: flex;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox_in {
    align-items: flex-end;
    padding-left: 10.6666666667vw;
  }
}
#LP .sec-01 .drink .priceBox .column-name .name-en {
  color: #B287C6;
  font-family: "Rozha One", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox .column-name .name-en {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
#LP .sec-01 .drink .priceBox .column-name .name {
  font-size: 2.48rem;
  line-height: 1.38;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox .column-name .name {
    font-size: 3.9rem;
  }
}
#LP .sec-01 .drink .priceBox .column-price {
  margin-left: 2.962962963vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox .column-price {
    position: relative;
    margin-left: 10.1333333333vw;
  }
}
#LP .sec-01 .drink .priceBox .column-price .type {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.357;
  letter-spacing: -0.01em;
  text-align: center;
  min-height: 2.714em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox .column-price .type {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    align-items: flex-end;
    font-size: 2rem;
    line-height: 1.3;
    white-space: nowrap;
    min-height: 2.6em;
    margin: 0 auto;
  }
}
#LP .sec-01 .drink .priceBox .column-price .price {
  font-family: "Rozha One", serif;
  font-size: 6.47rem;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-01 .drink .priceBox .column-price .price {
    font-size: 7.6rem;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .drink .priceBox-01 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-01 .drink .priceBox-02 {
    margin-left: 13.4814814815vw;
  }
}
#LP .sec-02 {
  background: #CDB1DA;
}
#LP .sec-02_01 {
  display: flex;
  background: #FEEB98;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02_01 {
    height: 150vh;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02_01 {
    background: #FFEDA1;
    height: 200vh;
  }
}
#LP .sec-02_01 .box {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02_01 .img {
    width: 265.6394453005vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02_01 .img {
    height: 26vw;
  }
  #LP .sec-02_01 .img img {
    max-width: unset;
    width: auto;
    height: 100%;
  }
}
#LP .sec-02_02 {
  background: url(../img/bg_sec_02_01.png) no-repeat center top/100% auto, #CDB1DA;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02_02 {
    background-image: url(../img/bg_sec_02_01_sp.png);
    min-height: 100vh;
  }
}
#LP .sec-02 .sec-banana {
  position: relative;
  overflow: hidden;
  padding: 37.7037037037vw 20.5925925926vw 0 9.5555555556vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana {
    padding: 48.8vw 13.0666666667vw 11.4666666667vw 4.8vw;
  }
}
#LP .sec-02 .sec-banana .text-banana {
  position: absolute;
  top: -0.1481481481vw;
  left: 2.5925925926vw;
  transform: scale(3.06) translate(12.5925925926vw, 2.8148148148vw);
  transform-origin: center center;
  width: 96.6666666667vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .text-banana {
    top: 0;
    left: 0;
    width: 100vw;
  }
}
#LP .sec-02 .sec-banana .img-banana {
  position: absolute;
  top: 8.2962962963vw;
  right: 0;
  left: 0;
  z-index: 2;
  background: url(../img/img_sec_02_banana_sprite_01.png) no-repeat;
  background-size: auto 100%;
  perspective: 1000;
  -webkit-perspective: 1000;
  width: 46.3703703704vw;
  height: 44.8148148148vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .img-banana {
    top: 7.2vw;
    width: 60.6666666667vw;
    height: 58.6666666667vw;
  }
}
#LP .sec-02 .sec-banana .img-banana.is-active {
  animation: 18s linear infinite circle-rotation;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-banana .img-drink-01 {
    float: left;
    width: 37.9259259259vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .img-drink-01 {
    width: 57.6vw;
  }
}
#LP .sec-02 .sec-banana .box-01 {
  position: relative;
  color: #F9E268;
  box-sizing: content-box;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-banana .box-01 {
    width: 25.9259259259vw;
    margin-left: auto;
    padding: 14.8148148148vw 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .box-01 {
    box-sizing: content-box;
    width: 78.6666666667vw;
    padding: 8vw 0 0 5.8666666667vw;
  }
}
#LP .sec-02 .sec-banana .box-01 .orn {
  position: absolute;
  top: 8.0740740741vw;
  right: -5.2592592593vw;
  background: url(../img/orn_sec_02_marker_01.png) no-repeat center/100% auto;
  image-rendering: -webkit-optimize-contrast;
  width: 16.5185185185vw;
  height: 13.6296296296vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .box-01 .orn {
    image-rendering: auto;
  }
}
_::-webkit-full-page-media,
_:future, :root #LP .sec-02 .sec-banana .box-01 .orn {
  image-rendering: auto;
}

@-moz-document url-prefix() {
  #LP .sec-02 .sec-banana .box-01 .orn {
    image-rendering: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  #LP .sec-02 .sec-banana .box-01 .orn {
    image-rendering: auto;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .box-01 .orn {
    background-image: url(../img/orn_sec_02_marker_01_sp.png);
    top: -8.8vw;
    right: 2.6666666667vw;
    width: 35.2vw;
    height: 28.9333333333vw;
  }
}
#LP .sec-02 .sec-banana .box-01 .heading {
  font-size: 2.48rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .box-01 .heading {
    font-size: 3.6rem;
    line-height: 1.166;
    letter-spacing: 0.12em;
  }
}
#LP .sec-02 .sec-banana .box-01 .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-banana .box-01 .text {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}
#LP .sec-02 .sec-chai {
  position: relative;
}
#LP .sec-02 .sec-chai .orn-meets {
  position: relative;
  background: url(../img/orn_sec_02_meets_01.svg) no-repeat center/100% auto;
  -webkit-mask-image: url(../img/orn_sec_02_mask_01.svg);
  mask-image: url(../img/orn_sec_02_mask_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-chai .orn-meets {
    -webkit-mask-size: 40.8148148148vw auto;
    mask-size: 40.8148148148vw auto;
    width: 40.4444444444vw;
    margin-top: 0.2222222222vw;
    margin-left: 33.6296296296vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .orn-meets {
    -webkit-mask-size: 66.6666666667vw auto;
    mask-size: 66.6666666667vw auto;
    width: 66.1333333333vw;
    margin-bottom: 7.4666666667vw;
    margin-left: 19.7333333333vw;
  }
}
#LP .sec-02 .sec-chai .orn-meets::before {
  content: "";
  display: block;
  padding-top: 44.6666666667%;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .orn-meets::before {
    padding-top: 44.5564516129%;
  }
}
#LP .sec-02 .sec-chai .drink_wrap {
  position: relative;
  box-sizing: content-box;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-chai .drink_wrap {
    float: right;
    width: 38.2222222222vw;
    padding: 11.1851851852vw 16.2962962963vw 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .drink_wrap {
    width: 58.8vw;
    margin: 0 auto;
    padding: 0;
  }
}
#LP .sec-02 .sec-chai .img-drink-01 {
  position: relative;
  width: 100%;
}
#LP .sec-02 .sec-chai .img-drink-01 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/img_sec_02_circle_01.svg) no-repeat center/100% auto;
  perspective: 1000;
  -webkit-perspective: 1000;
  animation: 18s linear infinite circle-rotation;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-chai .img-drink-01 .circle {
    width: 50.7407407407vw;
    height: 50.7407407407vw;
    margin: -25.3703703704vw 0 0 -25.3703703704vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .img-drink-01 .circle {
    width: 78.1333333333vw;
    height: 78.1333333333vw;
    margin: -39.0666666667vw 0 0 -39.0666666667vw;
  }
}
#LP .sec-02 .sec-chai .img-spice-01 {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-chai .img-spice-01 {
    left: -26.962962963vw;
    bottom: 12.5185185185vw;
    width: 38.2222222222vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .img-spice-01 {
    top: 44.6666666667vw;
    right: 0;
    left: 0;
    width: 58.8vw;
    margin: 0 auto;
  }
}
#LP .sec-02 .sec-chai .box-01 {
  box-sizing: content-box;
  color: #5F1984;
}
@media only screen and (min-width: 751px) {
  #LP .sec-02 .sec-chai .box-01 {
    width: 25.1851851852vw;
    margin-top: 36.6666666667vw;
    padding: 0 0 9.4814814815vw 13.4814814815vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .box-01 {
    width: 78.6666666667vw;
    margin: 0 auto;
    padding: 48vw 0 14.4vw;
  }
}
#LP .sec-02 .sec-chai .box-01 .heading {
  font-size: 2.48rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .box-01 .heading {
    font-size: 3.6rem;
    line-height: 1.166;
    letter-spacing: 0.12em;
  }
}
#LP .sec-02 .sec-chai .box-01 .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-02 .sec-chai .box-01 .text {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
  }
}
#LP .sec-03 {
  position: relative;
  background: url(../img/bg_sec_03_01.png) no-repeat 0 0/100% auto;
  min-height: 100vh;
  padding: 12.8888888889vw 0 0;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 {
    background-image: url(../img/bg_sec_03_01_sp.png);
    background-position: 0 0;
    padding: 18.6666666667vw 0 0;
  }
}
#LP .sec-03 .sideScroll-spacer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  width: 0;
}
#LP .sec-03 .sec_in {
  position: relative;
  background: url(../img/bg_sec_03_02.png) no-repeat center top/100% auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .sec_in {
    background-image: url(../img/bg_sec_03_02_sp.png);
  }
}
#LP .sec-03 .titleBox {
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .titleBox {
    top: 22.2222222222vw;
    left: 9.2592592593vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .titleBox {
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 13.3333333333vw 0 0;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .titleBox .heading {
    width: 51.1851851852vw;
    margin-bottom: 2.3703703704vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .titleBox .heading {
    order: 2;
    width: 80vw;
    margin-top: -1.0666666667vw;
    margin-left: 13.7333333333vw;
  }
}
#LP .sec-03 .titleBox .text {
  color: #5F1984;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .titleBox .text {
    order: 1;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-align: center;
  }
}
#LP .sec-03 .titleBox .indicator {
  position: relative;
  background: url(../img/bg_sec_03_indicator_01.svg) no-repeat center/100% auto;
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .titleBox .indicator {
    width: 29.3688888889vw;
    height: 1.2444444444vw;
    margin: 2.6666666667vw 0 0 1.7777777778vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .titleBox .indicator {
    position: absolute;
    top: 135.6vw;
    right: 6.4vw;
    background-image: url(../img/bg_sec_03_indicator_01_sp.svg);
    width: 2.9333333333vw;
    height: 69.4666666667vw;
  }
}
#LP .sec-03 .titleBox .indicator_ico {
  position: absolute;
  background: url(../img/ico_sec_03_indicator_01.svg) no-repeat center/100% auto;
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .titleBox .indicator_ico {
    top: 50%;
    left: 0;
    width: 2.962962963vw;
    height: 2.962962963vw;
    margin: -1.4814814815vw 0 0 -1.4814814815vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .titleBox .indicator_ico {
    top: 0;
    left: 50%;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin: -2.9333333333vw 0 0 -2.9333333333vw;
  }
}
#LP .sec-03 .sideScroll_wrapper {
  overflow: hidden;
  width: 100%;
}
#LP .sec-03 .sideScroll {
  position: relative;
  width: 100%;
  height: 100%;
}
#LP .sec-03 .sideScroll_item {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .sideScroll_item {
    height: 87.3333333333vw;
    padding: 28.4444444444vw 4.8888888889vw 0.4444444444vw 9.2592592593vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .sideScroll_item {
    display: flex;
    flex-direction: column;
    padding: 31.7333333333vw 3.2vw 5.6vw;
  }
}
#LP .sec-03 .sideScroll_item-02, #LP .sec-03 .sideScroll_item-03 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_sec_03_02.png) no-repeat center top/100% auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .sideScroll_item-02, #LP .sec-03 .sideScroll_item-03 {
    background-image: url(../img/bg_sec_03_02_sp.png);
  }
}
#LP .sec-03 .img-drink-01 {
  position: relative;
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .img-drink-01 {
    float: right;
    width: 51.6296296296vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .img-drink-01 {
    width: 84.1333333333vw;
    margin: 0 auto;
    padding-top: 13.3333333333vw;
  }
}
#LP .sec-03 .img-drink-01 .text {
  position: absolute;
  bottom: 0;
  right: 0;
}
#LP .sec-03 .img-drink-01 .text-01 {
  right: 3.5555555556vw;
  width: 11.8518518519vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .img-drink-01 .text-01 {
    right: -1.2vw;
    bottom: -0.5333333333vw;
    width: 27.0666666667vw;
  }
}
#LP .sec-03 .img-drink-01 .text-02 {
  right: 2.8148148148vw;
  width: 12.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .img-drink-01 .text-02 {
    right: -2.4vw;
    width: 28.1333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-03 .box-01 {
    height: 100%;
    padding: 27.7037037037vw 53.1111111111vw 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .box-01 {
    flex-grow: 1;
    padding: 6.1333333333vw 14.6666666667vw 0 4.2666666667vw;
  }
}
#LP .sec-03 .box-01 .box_in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#LP .sec-03 .box-01 .heading {
  color: #5F1984;
  font-size: 2.48rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1.1851851852vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .box-01 .heading {
    font-size: 3.9rem;
    line-height: 1.19;
    letter-spacing: 0.04em;
    margin-bottom: 4.2666666667vw;
  }
}
#LP .sec-03 .box-01 .heading .type {
  font-family: "Rozha One", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .box-01 .heading .type {
    font-size: 3rem;
  }
}
#LP .sec-03 .box-01 .description {
  color: #5F1984;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .box-01 .description {
    font-size: 2.4rem;
    line-height: 1.4;
    height: 7em;
  }
}
#LP .sec-03 .recommendBox {
  background: #CDB1DA;
  border-radius: 1.7777777778vw;
  width: 100%;
  margin-top: auto;
  padding: 0.8888888889vw 0.5925925926vw 1.4814814815vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .recommendBox {
    border-radius: 2.9333333333vw;
    width: 100%;
    margin-top: 8vw;
    padding: 2.4vw 2.4vw 2.9333333333vw;
  }
}
#LP .sec-03 .recommendBox_heading {
  display: flex;
  align-items: baseline;
  background: #5F1984;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 1.1851851852vw 1.1851851852vw 0 0;
  height: 2.3703703704vw;
  margin-bottom: 0.7407407407vw;
  padding: 0.5925925926vw 1.4814814815vw 0;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .recommendBox_heading {
    font-size: 2.2rem;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    height: 5.7333333333vw;
    margin-bottom: 2vw;
    padding: 1.3333333333vw 3.7333333333vw 0;
  }
}
#LP .sec-03 .recommendBox_heading .sub {
  font-family: "Rozha One", serif;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-left: 1.1851851852vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .recommendBox_heading .sub {
    font-size: 1.8rem;
    margin-left: 2.4vw;
  }
}
#LP .sec-03 .toppingList {
  display: flex;
  width: 100%;
  padding: 0 0.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList {
    padding: 0 1.0666666667vw;
  }
}
#LP .sec-03 .toppingList-center {
  justify-content: center;
}
#LP .sec-03 .toppingList_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#LP .sec-03 .toppingList_item:not(:first-of-type) {
  margin-left: 1.6296296296vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList_item:not(:first-of-type) {
    margin-left: 3.7333333333vw;
  }
}
#LP .sec-03 .toppingList_item .column-img {
  width: 4.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList_item .column-img {
    width: 11.4666666667vw;
  }
}
#LP .sec-03 .toppingList_item .column-name {
  margin-left: 0.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList_item .column-name {
    margin-left: 1.6vw;
  }
}
#LP .sec-03 .toppingList_item .column-name .name {
  color: #5F1984;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList_item .column-name .name {
    font-size: 2.2rem;
  }
}
#LP .sec-03 .toppingList_item .column-name .name .sub {
  font-size: 1.1rem;
}
@media only screen and (max-width: 750px) {
  #LP .sec-03 .toppingList_item .column-name .name .sub {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
#LP .sec-04 {
  padding: 8.1481481481vw 0 0;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 {
    padding: 18.1333333333vw 0 0;
  }
}
#LP .sec-04 .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5F1984;
  margin-bottom: 2.962962963vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .heading {
    margin-bottom: 9.8666666667vw;
  }
}
#LP .sec-04 .heading .main {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .heading .main {
    font-size: 9rem;
  }
}
#LP .sec-04 .heading .sub {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 1.1111111111vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .heading .sub {
    font-size: 3.6rem;
    letter-spacing: 0.15em;
    margin-top: 2.4vw;
  }
}
#LP .sec-04 .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.4814814815vw;
  width: 82.2962962963vw;
  margin: 0 auto;
  padding: 3.8518518519vw 10.3703703704vw 4.1481481481vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box {
    border-radius: 2.6666666667vw;
    width: 86.6666666667vw;
    padding: 9.3333333333vw 0;
  }
}
#LP .sec-04 .box .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.7777777778vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .date {
    margin-bottom: 5.6vw;
  }
}
#LP .sec-04 .box .date .ico {
  width: 5.1851851852vw;
  margin-right: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .date .ico {
    width: 13.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#LP .sec-04 .box .date .text {
  display: flex;
  align-items: center;
  color: #5F1984;
  font-family: "Work Sans", sans-serif;
  font-size: 6rem;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .date .text {
    font-size: 8.4rem;
    letter-spacing: -0.04em;
  }
}
#LP .sec-04 .box .date .text_in > small {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 0.2222222222vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .date .text_in > small {
    font-size: 2.8rem;
    margin-left: 0.8vw;
    letter-spacing: -0.01em;
  }
}
#LP .sec-04 .box .date .text_in > .hyphen {
  margin: 0 0.4444444444vw 0 0.2962962963vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .date .text_in > .hyphen {
    margin: 0 0.5333333333vw 0 0;
  }
}
#LP .sec-04 .box .textBox {
  text-align: center;
}
#LP .sec-04 .box .textBox .catch {
  position: relative;
  display: inline-block;
  color: #5F1984;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.2222222222vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .textBox .catch {
    font-size: 4.4rem;
    line-height: 1.29;
    margin-bottom: 4.8vw;
  }
}
#LP .sec-04 .box .textBox .catch::before, #LP .sec-04 .box .textBox .catch::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#LP .sec-04 .box .textBox .catch::before {
  content: "＼";
  left: -1.1em;
}
#LP .sec-04 .box .textBox .catch::after {
  content: "／";
  right: -1em;
}
#LP .sec-04 .box .textBox .description {
  color: #5F1984;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .textBox .description {
    font-size: 3.7rem;
  }
}
#LP .sec-04 .box .textBox .description + .description {
  margin-top: 1.125em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .textBox .description + .description {
    margin-top: 1.189em;
  }
}
#LP .sec-04 .box .snsBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6666666667vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox {
    flex-direction: column;
    margin-top: 6.4vw;
  }
}
#LP .sec-04 .box .snsBox_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #E7DAEE;
  border-radius: 0.7407407407vw;
  width: 42.2222222222vw;
  margin: 0 auto;
  padding: 3.2592592593vw 6.0740740741vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox_item {
    border-radius: 1.3333333333vw;
    width: 78.6666666667vw;
    margin: 0 auto;
    padding: 6vw 5.3333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-04 .box .snsBox_item:not(:first-of-type) {
    margin-left: 0.5185185185vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox_item:not(:first-of-type) {
    margin-top: 3.7333333333vw;
  }
}
#LP .sec-04 .box .snsBox_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5F1984;
  font-family: "Work Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.4814814815vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox_heading {
    font-size: 4rem;
    margin-bottom: 2.6666666667vw;
  }
}
#LP .sec-04 .box .snsBox_heading .ico {
  display: flex;
  align-items: center;
}
#LP .sec-04 .box .snsBox_heading .ico-twitter {
  width: 1.7777777778vw;
  margin-right: 0.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox_heading .ico-twitter {
    width: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#LP .sec-04 .box .snsBox_heading .ico-instagram {
  width: 1.4814814815vw;
  margin-right: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox_heading .ico-instagram {
    width: 4.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
#LP .sec-04 .box .snsBox .stepList {
  counter-reset: stepNum;
  margin-bottom: 1.4814814815vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .stepList {
    margin-bottom: 5.3333333333vw;
  }
}
#LP .sec-04 .box .snsBox .stepList_item {
  display: flex;
  align-items: center;
  color: #5F1984;
  counter-increment: stepNum;
}
#LP .sec-04 .box .snsBox .stepList_item:not(:first-of-type) {
  margin-top: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .stepList_item:not(:first-of-type) {
    margin-top: 2vw;
  }
}
#LP .sec-04 .box .snsBox .stepList_item .step {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  border: 1px solid #5F1984;
  border-radius: 0.2962962963vw;
  width: 5.5555555556vw;
  height: 1.8518518519vw;
  margin-right: 1.1111111111vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .stepList_item .step {
    font-size: 2.1rem;
    border-width: 0.2666666667vw;
    border-radius: 0.5333333333vw;
    width: 14.2666666667vw;
    height: 5.3333333333vw;
    margin-right: 2.4vw;
  }
}
#LP .sec-04 .box .snsBox .stepList_item .step::before {
  content: "STEP" counter(stepNum);
}
#LP .sec-04 .box .snsBox .stepList_item .text {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .stepList_item .text {
    font-size: 2.5rem;
    line-height: 1.28;
    letter-spacing: 0.025em;
  }
}
#LP .sec-04 .box .snsBox .btn_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5F1984;
  color: #fff;
  border-radius: 0.7407407407vw;
  filter: drop-shadow(0.1481481481vw 0.2962962963vw 0.2962962963vw rgba(0, 0, 0, 0.3));
  width: 30.0740740741vw;
  height: 4.1481481481vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .btn_wrap .btn {
    border-radius: 1.3333333333vw;
    filter: drop-shadow(0.2666666667vw 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 12.5333333333vw;
  }
}
#LP .sec-04 .box .snsBox .btn_wrap .btn .ico {
  display: flex;
}
#LP .sec-04 .box .snsBox .btn_wrap .btn .ico-twitter {
  width: 1.7777777778vw;
  margin-right: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .btn_wrap .btn .ico-twitter {
    width: 4.9333333333vw;
    margin-right: 1.7333333333vw;
  }
}
#LP .sec-04 .box .snsBox .btn_wrap .btn .ico-instagram {
  width: 1.4814814815vw;
  margin-right: 0.8888888889vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .btn_wrap .btn .ico-instagram {
    width: 4.5333333333vw;
    margin-right: 2.1333333333vw;
  }
}
#LP .sec-04 .box .snsBox .btn_wrap .btn .text {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .btn_wrap .btn .text {
    font-size: 2.6rem;
  }
}
#LP .sec-04 .box .snsBox .btn_wrap .btn .text > b {
  font-size: 1.8rem;
  font-weight: inherit;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .snsBox .btn_wrap .btn .text > b {
    font-size: 3rem;
  }
}
#LP .sec-04 .box .link_wrap {
  text-align: center;
  margin: 2.962962963vw auto 0;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .link_wrap {
    margin-top: 9.3333333333vw;
  }
}
#LP .sec-04 .box .link_wrap > a {
  position: relative;
  display: inline-flex;
  color: #5F1984;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #5F1984;
  padding-bottom: 0.4444444444vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .link_wrap > a {
    font-size: 2.6rem;
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 1.6vw;
  }
}
#LP .sec-04 .box .link_wrap > a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
#LP .sec-04 .box .link_wrap > a::after {
  content: "";
  background: url(../img/ico_exlink_01.svg) no-repeat center/100% auto;
  width: 1.037037037vw;
  height: 1.037037037vw;
  margin-left: 0.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-04 .box .link_wrap > a::after {
    background-image: url(../img/ico_exlink_01_sp.svg);
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#LP .sec-05 {
  background: #5F1984;
  margin-top: 12.8888888889vw;
  padding: 10.8148148148vw 0 8.5925925926vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 {
    margin-top: 22vw;
    padding: 22.6666666667vw 0 21.3333333333vw;
  }
}
#LP .sec-05 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FBEC9B;
  font-family: "Baskervville", serif;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .title {
    position: relative;
    font-size: 8rem;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-05 .title > span {
    position: relative;
  }
}
#LP .sec-05 .title > span::before, #LP .sec-05 .title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #C2C0BE;
  width: 19.8518518519vw;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .title > span::before, #LP .sec-05 .title > span::after {
    width: 12.4vw;
    height: 0.2666666667vw;
  }
}
#LP .sec-05 .title > span::before {
  left: -21.1851851852vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .title > span::before {
    left: 0;
  }
}
#LP .sec-05 .title > span::after {
  right: -21.1851851852vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .title > span::after {
    right: 0;
  }
}
#LP .sec-05 .snsList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList {
    margin-top: 13.3333333333vw;
  }
}
#LP .sec-05 .snsList_item {
  color: #FBEC9B;
  font-family: "Lato", sans-serif;
}
#LP .sec-05 .snsList_item:not(:last-of-type) {
  margin-right: 3.7037037037vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item:not(:last-of-type) {
    margin-right: 10.1333333333vw;
  }
}
#LP .sec-05 .snsList_item > a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item > a {
    flex-direction: column;
  }
}
@media only screen and (min-width: 751px) {
  #LP .sec-05 .snsList_item .ico {
    margin-right: 1.1111111111vw;
  }
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item .ico {
    display: flex;
    align-items: center;
    height: 9.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
#LP .sec-05 .snsList_item .ico-instagram {
  width: 1.1851851852vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item .ico-instagram {
    width: 6.9333333333vw;
  }
}
#LP .sec-05 .snsList_item .ico-twitter {
  width: 1.3333333333vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item .ico-twitter {
    width: 8vw;
  }
}
#LP .sec-05 .snsList_item .ico-facebook {
  width: 0.7407407407vw;
}
@media only screen and (max-width: 750px) {
  #LP .sec-05 .snsList_item .ico-facebook {
    width: 4.2666666667vw;
  }
}
#LP .sec-05 .snsList_item .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.19em;
}

/*# sourceMappingURL=style.css.map */
