@charset "UTF-8";
/* Scss Document */
/*------------- reset -------------*/
html,
body,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

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

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
  cursor: pointer;
}

a:hover {
  transition: all 0.3s ease-out;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- component -------------*/
.modal-content {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  animation: slideDown 0.5s ease-out;
}
.modal-content .close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url("../img/close.svg");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .modal-content .close {
    width: 20px;
    height: 20px;
    top: 15px;
  }
}
.modal-contentLeft,
.modal-contentRight {
  width: 30%;
}
.modal-contentCenter {
  width: 40%;
}
.modal-content .swiper-pagination {
  font-family: "Barlow", serif;
  font-size: 11px;
  position: absolute;
  width: 30%;
  bottom: 30px;
  right: 0;
  left: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal-content .swiper-pagination {
    display: none;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-content.closing {
  animation: slideUp 0.5s ease-out forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.swiper-container-modal {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-container-modal .swiper-button-next {
  bottom: 20px;
  right: 30px;
  top: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper-container-modal .swiper-button-next {
    bottom: 50%;
    right: 6px;
    transform: translateY(-50%);
  }
}
.swiper-container-modal .swiper-button-prev {
  bottom: 20px;
  right: calc(30% - 60px);
  left: auto;
  top: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper-container-modal .swiper-button-prev {
    right: inherit;
    left: 4px;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
.swiper-container-modal .swiper-button-next:after,
.swiper-container-modal .swiper-button-prev:after {
  content: "";
  width: 12px;
  height: 20px;
}
.swiper-container-modal .swiper-button-next:after {
  background: url("../img/arrow-next.svg");
  background-size: 100% 100%;
}
.swiper-container-modal .swiper-button-prev:after {
  background: url("../img/arrow-prev.svg");
  background-size: 100% 100%;
}

.c-modalContents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.c-modalContentsLeft,
.c-modalContentsRight {
  width: 30%;
}
.c-modalContentsCenter {
  width: 40%;
  height: 100vh;
}
.c-modalContentsCenter img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-modalContentsCenter {
    height: auto;
    width: 100%;
    padding: 50px 20px 20px;
  }
}
.c-modalContentsLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modalContentsLeft p {
  width: 100%;
}
.c-modalContentsLeft .text01 {
  font-family: "Bebas Neue", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.c-modalContentsLeft .text01 span {
  display: inline-block;
  transform: translateY(5px);
}
.c-modalContentsLeft .text02 {
  width: 165px;
}
.c-modalContentsLeft .text03 {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-modalContentsLeft {
    display: none;
  }
}
.c-modalContentsRight {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-modalContentsRight p {
  font-family: "Barlow", serif;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.c-modalContentsRight p a {
  display: inline-block;
}
.c-modalContentsRight p + p {
  margin-top: 10px;
}
.c-modalContentsRight .productPrice {
  font-size: 11px;
  font-weight: 600;
}
.c-modalContentsRight .productPrice:hover {
  font-weight: 900;
}
.c-modalContentsRight .buy {
  font-size: 9px;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 3em;
}
.c-modalContentsRight .buy:hover {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-modalContentsRight {
    width: 100%;
    display: block;
  }
  .c-modalContentsRightInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }
  .c-modalContentsRightInner p {
    width: 45%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .c-modalContentsRightInner p + p {
    margin-top: 0px;
  }
}
.c-modalContents .swiper-slide img {
  position: relative;
  object-fit: contain;
}

.c-image {
  position: relative;
}
.c-image .c-imageAbsolute {
  z-index: 11;
  left: 0;
  top: 0;
  position: absolute;
}

.c-modal {
  overflow: hidden;
}
.c-modal img {
  cursor: pointer;
}
.c-modalBtn {
  font-family: "Bebas Neue", serif;
  font-weight: 100;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 12;
}
.c-modalBtn .text {
  display: flex;
  border-radius: 50px;
  border: 1px solid;
  padding: 0.15em 0.3em 0 0.8em;
  line-height: 1;
  align-items: center;
  line-height: 1;
}
.c-modalBtn .text span {
  font-size: 0.8em;
  transform: translateY(1px);
}
.c-modal:hover .c-modalBtn .text {
  background: #000;
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-modalBtn {
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }
  .c-modalBtn .text {
    padding: 0.2em 0.2em 0 0.7em;
  }
  .c-modalBtn .text span {
    transform: translateY(1px);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.c-imageArea {
  position: relative;
}

/*------------- fix -------------*/
main {
  overflow: hidden;
  position: relative;
}

.l-spBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-spBtn {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .l-spBtn p {
    padding: 10px;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    font-family: "Bebas Neue", serif;
    font-size: 13px;
    font-weight: 400;
  }
}

.p-fix {
  position: fixed;
  width: 100%;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  transition: top 1s ease, transform 1s ease; /* ゆっくり移動するためのトランジション */
  will-change: top, transform;
}
.p-fix.bottom {
  transform: translateY(170px);
}
@media screen and (max-width: 768px) {
  .p-fix.bottom {
    transform: translateY(55px);
  }
}
@media screen and (max-width: 430px) {
  .p-fix.bottom {
    transform: translateY(85px);
  }
}
@media screen and (max-width: 414px) {
  .p-fix.bottom {
    transform: translateY(45px);
  }
}
@media screen and (max-width: 393px) {
  .p-fix.bottom {
    transform: translateY(-65px);
  }
}
@media screen and (max-width: 390px) {
  .p-fix.bottom {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 375px) {
  .p-fix.bottom {
    transform: translateY(-80px);
  }
}
.p-fix h1 {
  overflow: hidden;
  text-align: center;
  width: 430px;
  position: relative;
}
.p-fix h1 img {
  width: 100%;
}
.p-fix p {
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  margin-top: 45px;
  transition: opacity 0.3s ease; /* スムーズな変化を追加 */
}
.p-fix .text01 {
  padding-left: 8.78477306%;
}
.p-fix .text02 {
  padding-right: 8.78477306%;
}
.p-fix h1 span,
.p-fix p span {
  display: block;
  line-height: 1;
  animation-name: splash;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-iteration-count: initial;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-fix h1 {
    width: 240px;
  }
  .p-fix p {
    font-size: 2.6667vw;
    margin-top: 29px;
  }
  .p-fix p:nth-child(1) {
    padding-right: 0;
  }
  .p-fix .text01 {
    padding-left: 20px;
  }
  .p-fix .text02 {
    padding-right: 20px;
  }
}

@keyframes splash {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- swiper -------------*/
.fv {
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #cacaca;
}
.fv .swiper {
  width: 50%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  height: 100%;
}
.fv .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.fv .swiper-slide img {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .swiper-l .swiper-wrapper {
  padding-left: 17%;
}
.fv .swiper-l,
.fv .swiper-l_sp,
.fv .swiper-r_sp,
.fv .swiper-r {
  transition: ease-in-out, transform 1.5s ease-in-out;
}
.fv .swiper-l_sp,
.fv .swiper-l {
  transform: translateX(-100%);
}
.fv .swiper-r_sp,
.fv .swiper-r {
  transform: translateX(100%);
}
.fv .swiper-l.visible,
.fv .swiper-l_sp.visible,
.fv .swiper-r.visible,
.fv .swiper-r_sp.visible {
  opacity: 1;
  transform: translateX(0);
}
.fv .swiper-l_sp .swiper-wrapper,
.fv .swiper-r_sp .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-image01 {
  width: 63.8360175695%;
  margin-left: 29.6486090776%;
  margin-top: 98px;
  margin-bottom: 117px;
}
@media screen and (max-width: 768px) {
  .p-image01 {
    width: 100%;
    margin: 70px 0 50px;
  }
}

.p-image02 {
  width: 53.2942898975%;
  margin-left: 23.3528550512%;
  margin-bottom: 119px;
}
@media screen and (max-width: 768px) {
  .p-image02 {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 80px;
  }
}

.p-image03 {
  width: 43.1918008785%;
  margin-left: 11.420204978%;
  margin-bottom: 330px;
}
@media screen and (max-width: 768px) {
  .p-image03 {
    width: 56%;
    margin-left: 5.3333333333%;
    margin-bottom: 270px;
  }
}

.p-image04 {
  position: absolute;
  width: 27.8184480234%;
  left: 61.2737920937%;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .p-image04 {
    width: 30.9333333333%;
    left: auto;
    right: 0;
    bottom: -140px;
  }
}

.p-image05 {
  width: 43.1918008785%;
  margin-left: 28.3308931186%;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-image05 {
    width: 56%;
    margin-left: 33.3333333333%;
    margin-bottom: 100px;
  }
}

.p-image06 {
  position: absolute;
  width: 26.3543191801%;
  left: 6.4421669107%;
  top: -185px;
}
@media screen and (max-width: 768px) {
  .p-image06 {
    width: 30.9333333333%;
    left: 10.6666666667%;
    top: -120px;
  }
}

.p-image07 {
  width: 63.8360175695%;
  margin-left: 16.1054172767%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-image07 {
    width: 100%;
    margin: 0 0 50px;
  }
}

.p-image08 {
  width: 53.2942898975%;
  margin-left: 23.4260614934%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-image08 {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 70px;
  }
}

.p-image09 {
  width: 43.1918008785%;
  margin-left: 45.7540263543%;
  margin-bottom: 460px;
}
@media screen and (max-width: 768px) {
  .p-image09 {
    width: 56%;
    margin-left: 36%;
    margin-bottom: 263px;
  }
}

.p-image10 {
  position: absolute;
  width: 27.8184480234%;
  left: 22.5475841874%;
  bottom: -296px;
}
@media screen and (max-width: 768px) {
  .p-image10 {
    width: 30.9333333333%;
    left: 21.3333333333%;
    bottom: -143px;
  }
}

.p-image11 {
  width: 43.1918008785%;
  margin-left: 16.1054172767%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-image11 {
    width: 56%;
    margin-left: 10.6666666667%;
    margin-bottom: 70px;
  }
}

.p-image12 {
  position: absolute;
  width: 26.3543191801%;
  left: 62.5915080527%;
  top: -317px;
}
@media screen and (max-width: 768px) {
  .p-image12 {
    width: 30.9333333333%;
    left: auto;
    right: 0;
    top: -120px;
  }
}

.p-image13 {
  margin: 100px 0;
  width: 63.8360175695%;
  margin-left: 29.6486090776%;
}
@media screen and (max-width: 768px) {
  .p-image13 {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.p-image14 {
  margin-bottom: 100px;
  width: 53.2942898975%;
  margin-left: 23.4260614934%;
}
@media screen and (max-width: 768px) {
  .p-image14 {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 50px;
  }
}

.p-image15 {
  width: 43.1918008785%;
  margin-left: 11.420204978%;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-image15 {
    width: 56%;
    margin-left: 5.3333333333%;
    margin-bottom: 270px;
  }
}

.p-image16 {
  position: absolute;
  width: 27.8184480234%;
  left: 60.3953147877%;
  top: -62px;
}
@media screen and (max-width: 768px) {
  .p-image16 {
    width: 30.9333333333%;
    left: auto;
    right: 0;
    top: auto;
    bottom: -150px;
  }
}

.p-image17 {
  width: 43.1918008785%;
  margin-left: 28.3308931186%;
  margin-bottom: 386px;
}
@media screen and (max-width: 768px) {
  .p-image17 {
    width: 56%;
    margin-left: 33.3333333333%;
    margin-bottom: 100px;
  }
}

.p-image18 {
  position: absolute;
  width: 26.3543191801%;
  left: 6.4421669107%;
  bottom: -180px;
}
@media screen and (max-width: 768px) {
  .p-image18 {
    width: 30.9333333333%;
    left: 10.6666666667%;
    top: -122px;
    bottom: auto;
  }
}

.p-image19 {
  width: 53.2942898975%;
  margin-left: 15.9590043924%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-image19 {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.p-image20 {
  width: 63.8360175695%;
  margin-left: 23.2796486091%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-image20 {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 70px;
  }
}

.p-image21 {
  width: 43.1918008785%;
  margin-left: 45.5344070278%;
  margin-bottom: 463px;
}
@media screen and (max-width: 768px) {
  .p-image21 {
    width: 56%;
    margin-left: 36%;
    margin-bottom: 263px;
  }
}

.p-image22 {
  position: absolute;
  width: 27.8184480234%;
  left: 22.5475841874%;
  bottom: -296px;
}
@media screen and (max-width: 768px) {
  .p-image22 {
    width: 30.9333333333%;
    left: 21.3333333333%;
    bottom: -133px;
  }
}

.p-image23 {
  width: 43.1918008785%;
  margin-left: 27.8184480234%;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-image23 {
    width: 56%;
    margin-left: 10.6666666667%;
    margin-bottom: 100px;
  }
}

.p-image24 {
  position: absolute;
  width: 26.3543191801%;
  left: 62.1522693997%;
  top: -310px;
}
@media screen and (max-width: 768px) {
  .p-image24 {
    width: 30.9333333333%;
    left: auto;
    right: 0;
    top: -120px;
  }
}

.p-image25 {
  width: 63.8360175695%;
  margin-left: 29.6486090776%;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-image25 {
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.p-image26 {
  width: 53.2942898975%;
  margin-left: 23.3528550512%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-image26 {
    width: 84%;
    margin-left: 8%;
    margin-bottom: 70px;
  }
}

.p-image27 {
  width: 43.1918008785%;
  margin-left: 11.420204978%;
  margin-bottom: 329px;
}
@media screen and (max-width: 768px) {
  .p-image27 {
    width: 56%;
    margin-left: 5.3333333333%;
    margin-bottom: 271px;
  }
}

.p-image28 {
  position: absolute;
  width: 27.8184480234%;
  left: 61.2737920937%;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .p-image28 {
    width: 30.9333333333%;
    left: auto;
    right: 0;
    bottom: -150px;
  }
}

.p-image29 {
  width: 43.1918008785%;
  margin-left: 28.3308931186%;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .p-image29 {
    width: 56%;
    margin-left: 33.3333333333%;
    margin-bottom: 120px;
  }
}

.p-image30 {
  position: absolute;
  width: 26.3543191801%;
  left: 6.4421669107%;
  top: -185px;
}
@media screen and (max-width: 768px) {
  .p-image30 {
    width: 30.9333333333%;
    left: 10.6666666667%;
    top: -122px;
  }
}

.p-textArea {
  width: 1206px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 100px;
  display: flex;
  justify-content: space-between;
}
.p-textArea .p-textArea-l,
.p-textArea .p-textArea-r {
  width: 48%;
}
.p-textArea p {
  font-size: 20px;
  font-family: "Barlow", serif;
  font-weight: 600;
  transition: transform 0.3s ease; /* スムーズな動き */
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-textArea {
    padding: 0 20px 50px;
  }
  .p-textArea p {
    font-size: 10px;
  }
}

.l-footer {
  padding: 20px 20px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l-footer .l-footer-l {
  width: 33.33%;
  font-family: "Barlow", serif;
  font-size: 12px;
  font-weight: 600;
}
.l-footer .l-footer-l .upper {
  display: flex;
  margin-bottom: 10px;
}
.l-footer .l-footer-l .upper a + a {
  margin-left: 1em;
}
.l-footer .l-footer-l .lower {
  display: flex;
}
.l-footer .l-footer-l .lower .head span {
  text-decoration: underline;
}
.l-footer .l-footer-l .lower .text {
  margin-left: 1em;
}
.l-footer .l-footer-l .lower .text a {
  display: inline-block;
  font-size: 11px;
}
.l-footer .l-footer-c {
  width: 33.33%;
  text-align: center;
}
.l-footer .l-footer-c .logo img {
  width: 153px;
}
.l-footer .l-footer-c p {
  text-align: center;
  font-size: 10px;
  margin-top: 1em;
  font-weight: 600;
}
.l-footer .l-footer-r {
  width: 33.33%;
}
.l-footer .l-footer-r div {
  text-align: right;
}
.l-footer .l-footer-r p {
  display: inline-block;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer {
    position: relative;
    padding: 50px 20px 70px;
    align-items: flex-start;
  }
  .l-footer .l-footer-l {
    order: 0;
    width: 48%;
    font-size: 13px;
  }
  .l-footer .l-footer-l .upper {
    display: block;
    margin-bottom: 10px;
  }
  .l-footer .l-footer-l .upper a {
    display: block;
  }
  .l-footer .l-footer-l .upper a + a {
    margin: 5px 0 0;
  }
  .l-footer .l-footer-l .lower {
    display: flex;
  }
  .l-footer .l-footer-l .lower .head span {
    text-decoration: underline;
  }
  .l-footer .l-footer-l .lower .text {
    margin-left: 1em;
  }
  .l-footer .l-footer-l .lower .text a {
    display: inline-block;
    font-size: 11px;
  }
  .l-footer .l-footer-c {
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
  }
  .l-footer .l-footer-c .logo {
    transform: translateY(-60px);
  }
  .l-footer .l-footer-c .logo img {
    width: 128px;
  }
  .l-footer .l-footer-c p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 70px;
  }
  .l-footer .l-footer-r {
    width: 48%;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline-block;
  }
}

.u-bebas {
  font-family: "Bebas Neue", serif;
  font-style: normal;
}

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