@charset "UTF-8";
/*--------------------------------------------
 Var
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Shippori+Mincho:wght@400;500;600&display=swap");
/*--------------------------------------------
 found > rest
---------------------------------------------*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*--------------------------------------------
 Mixin
---------------------------------------------*/
/*--------------------------------------------
 Keyframe
---------------------------------------------*/
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------
 function
---------------------------------------------*/
@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes anime1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes anime2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes anime2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@-webkit-keyframes anime3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes anime3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*--------------------------------------------
 Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.427184466vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  letter-spacing: 0em;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #331d0a;
  -webkit-text-size-adjust: 100%;
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    /* 16px */
    font-size: 1.6rem;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}
br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

#js-page {
  opacity: 0;
}
#js-page.loaded {
  opacity: 1;
}

.page, .page__header, .page__main, .page__section, .page__article, .page__aside, .page__footer, .page__inner, .page__flex, .page__hero {
  width: 100%;
  height: auto;
  position: relative;
}
.page.home, .home.page__header, .home.page__main, .home.page__section, .home.page__article, .home.page__aside, .home.page__footer, .home.page__inner, .home.page__flex, .home.page__hero, .page.about, .about.page__header, .about.page__main, .about.page__section, .about.page__article, .about.page__aside, .about.page__footer, .about.page__inner, .about.page__flex, .about.page__hero {
  overflow: hidden;
}
.page.home, .home.page__header, .home.page__main, .home.page__section, .home.page__article, .home.page__aside, .home.page__footer, .home.page__inner, .home.page__flex, .home.page__hero {
  background-image: url("../img/com/bg2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
}
.page__inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page__main.--privacy {
  background-image: url("../img/privacy/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--privacy {
    background-image: url("../img/privacy/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__main.--company {
  background-image: url("../img/company/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--company {
    background-image: url("../img/company/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__main.--news, .page__main.--news-single {
  background-image: url("../img/news/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--news, .page__main.--news-single {
    background-image: url("../img/news/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__main.--shop {
  background-image: url("../img/shop/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--shop {
    background-image: url("../img/shop/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__main.--contact {
  background-image: url("../img/contact/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--contact {
    background-image: url("../img/contact/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__main.--shop-offer {
  background-image: url("../img/shop-offer/so-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page__main.--shop-offer {
    background-image: url("../img/shop-offer/so-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page__192 {
  max-width: 192rem;
}
.page__flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page__sp {
    display: none;
  }
}
.page__tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .page__tb {
    display: block;
  }
}
.page__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page__pc {
    display: block;
  }
}
.page__L {
  font-weight: 300;
}
.page__R {
  font-weight: 400;
}
.page__B {
  font-weight: 600;
}
.page__btn {
  font-size: 1.6rem;
  line-height: 1;
  width: 27.6rem;
  height: 5.2rem;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .page__btn {
    font-size: 1.65rem;
    line-height: 1;
    width: 31.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .page__btn {
    font-size: 2.2rem;
    line-height: 1;
    width: 42.6rem;
    height: 6.6rem;
  }
}
.page__btn:hover {
  opacity: 0.9;
}
.page__link {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page__link:before {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6e2600;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  }
  .about .page__link:before {
    background-color: #fff;
  }
  .header--active .page__link:before {
    background-color: #6e2600;
  }
  .page__link:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.page__ttl {
  padding: 13rem 0 0;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page__ttl {
    padding: 14.25rem 0 0;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page__ttl {
    padding: 19rem 0 0;
    margin-bottom: 10rem;
  }
}
.--news .page__ttl {
  padding: 22rem 0 0;
}
@media screen and (min-width: 768px) {
  .--news .page__ttl {
    padding: 16.875rem 0 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .--news .page__ttl {
    padding: 22.5rem 0 0;
  }
}
.--news-single .page__ttl {
  padding: 12.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .--news-single .page__ttl {
    padding: 13.875rem 0 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .--news-single .page__ttl {
    padding: 18.5rem 0 0;
  }
}
.--shop .page__ttl {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .--shop .page__ttl {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .--shop .page__ttl {
    margin-bottom: 5rem;
  }
}
.contact .page__ttl, .confirm .page__ttl, .thanks .page__ttl, .privacy .page__ttl, .shopoffer .page__ttl {
  margin-bottom: 0;
}
.page__ttl-text {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page__ttl-text {
    font-size: 4.125rem;
    line-height: 1;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .page__ttl-text {
    font-size: 5.5rem;
    line-height: 1;
    margin-bottom: 3.5rem;
  }
}
.--news .page__ttl-text {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .--news .page__ttl-text {
    letter-spacing: 0.19em;
    font-size: 3.975rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .--news .page__ttl-text {
    font-size: 5.3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .company .page__ttl-text {
    letter-spacing: 0.2em;
  }
}
.page__ttl-ca {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.page__ttl-ca img {
  display: inline-block;
}
.--privacy .page__ttl-ca img {
  width: 25.9rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .--privacy .page__ttl-ca img {
    width: 28.875rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .--privacy .page__ttl-ca img {
    width: 38.5rem;
    height: 6.6rem;
  }
}
.--company .page__ttl-ca img {
  width: 25.9rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .--company .page__ttl-ca img {
    width: 28.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .--company .page__ttl-ca img {
    width: 38.6rem;
    height: 6.6rem;
  }
}
.--news .page__ttl-ca img, .--news-single .page__ttl-ca img {
  width: 25.9rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .--news .page__ttl-ca img, .--news-single .page__ttl-ca img {
    width: 28.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .--news .page__ttl-ca img, .--news-single .page__ttl-ca img {
    width: 38.6rem;
    height: 6.6rem;
  }
}
.--shop .page__ttl-ca img {
  width: 25.9rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .--shop .page__ttl-ca img {
    width: 28.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .--shop .page__ttl-ca img {
    width: 38.6rem;
    height: 6.6rem;
  }
}
.--contact .page__ttl-ca img {
  width: 25.9rem;
  height: 4.4rem;
}
@media screen and (min-width: 768px) {
  .--contact .page__ttl-ca img {
    width: 28.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .--contact .page__ttl-ca img {
    width: 38.6rem;
    height: 6.6rem;
  }
}
.page__blck {
  color: #331d0a;
}
.page__wte {
  color: #fff;
}
.page__bro {
  color: #6e2600;
}
.page__yel {
  color: #ffd84c;
}
.page__red {
  color: #c22b1d;
}

.infinite-scroll-request {
  background-image: url("../img/com/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 2rem auto 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .infinite-scroll-request {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .infinite-scroll-request {
    width: 8rem;
    height: 8rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.loading {
  z-index: 10000;
}

.popular-modal,
.lineup-modal {
  z-index: 1000;
}

.navbtn {
  z-index: 100;
}

.header {
  z-index: 90;
}

.off-canvas {
  z-index: 90;
}

.fix {
  z-index: 10;
}

.bnrs {
  z-index: 1;
}

.page__ttl-ca {
  z-index: 1;
}

.home-sec1:before {
  z-index: 1;
}

.home-sec1__btn {
  z-index: 1;
}

.home-mv__slider-flex {
  z-index: 3;
}

.home-mv__ttl {
  z-index: 1;
}

.home-sec2__slider-prev,
.home-sec2__slider-next {
  z-index: 1;
}

.--movie::before {
  z-index: 1;
}

.lineup-sec1__sort {
  z-index: 1;
}

.lineup-mv__list {
  z-index: 1;
}

.lineup-mv__item-cnt-img-box-ca {
  z-index: 1;
}

.shop-archive__sort {
  z-index: 1;
}

.shop-archive__item:before {
  z-index: 0;
}

.news-archive__sort {
  z-index: 1;
}

.about-sec1__inner-ttl {
  z-index: 2;
}

.about-sec2__flex1-cnt {
  z-index: 1;
}

.about-mv {
  z-index: 1;
}

.bnrs {
  background-image: url("../img/com/cv-bg-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 32.4rem;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .bnrs {
    background-image: url("../img/com/cv-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 139.35rem 22.95rem;
    background-repeat: repeat-x;
    height: 22.95rem;
    margin: -0.15rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs {
    background-size: 185.8rem 30.6rem;
    background-repeat: repeat-x;
    height: 30.6rem;
    margin: -0.2rem 0 0;
  }
}
.bnrs.--single {
  background-image: url("../img/com/cv-bg2-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 21.4rem;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .bnrs.--single {
    background-image: url("../img/com/cv-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 139.35rem 22.95rem;
    background-repeat: repeat-x;
    height: 22.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs.--single {
    background-image: url("../img/com/cv-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 185.8rem 30.6rem;
    background-repeat: repeat-x;
    height: 30.6rem;
  }
}
.bnrs__inner {
  max-width: 132rem;
  padding: 0 3rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .bnrs__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs__inner {
    padding: 0 2rem;
  }
}
.bnrs__flex {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .bnrs__flex {
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs__flex {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
.bnrs__flex1 {
  font-size: 2rem;
  line-height: 1;
  height: 9rem;
  background-color: #fff;
  border-radius: 3rem;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  padding: 0 3rem 0 7.25rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .bnrs__flex1 {
    font-size: 1.95rem;
    line-height: 1;
    height: 11.25rem;
    border-radius: 3.9rem;
    padding: 0 3.375rem 0 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs__flex1 {
    font-size: 2.6rem;
    line-height: 1;
    padding: 0 4.5rem 0 12rem;
    border-radius: 5.2rem;
    height: 15rem;
  }
}
.bnrs__flex1:hover {
  opacity: 0.9;
}
.--single .bnrs__flex1 {
  max-width: 62.5rem;
}
.bnrs__flex1.--lineup:before {
  background-image: url("../img/com/footer/ico1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 2rem;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3.1rem;
}
@media screen and (min-width: 768px) {
  .bnrs__flex1.--lineup:before {
    position: absolute;
    top: 50%;
    left: 3.75rem;
    width: 3.15rem;
    height: 3.15rem;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs__flex1.--lineup:before {
    position: absolute;
    top: 50%;
    left: 5rem;
    width: 4.2rem;
    height: 4.4rem;
  }
}
.bnrs__flex1.--shop:before {
  background-image: url("../img/com/footer/ico2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 2rem;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.1rem;
}
@media screen and (min-width: 768px) {
  .bnrs__flex1.--shop:before {
    position: absolute;
    top: 50%;
    left: 3.75rem;
    width: 3.375rem;
    height: 3.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .bnrs__flex1.--shop:before {
    position: absolute;
    top: 50%;
    left: 5rem;
    width: 4.5rem;
    height: 4.4rem;
  }
}
.bnrs__flex1-arrow {
  width: 2.4rem;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .bnrs__flex1-arrow {
    width: 3.6rem;
    height: 2.6rem;
  }
}
.bnrs__flex1-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  background-image: url("../img/com/bg4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
  margin-top: -0.2rem;
}
.footer__inner {
  max-width: 30rem;
  padding: 9rem 0 7.8rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 60.8rem;
    padding: 10rem 0 19.3rem;
  }
}
.footer__logo {
  width: 25rem;
  height: 6.1rem;
  display: block;
  margin: 0 auto 4rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 30.6rem;
    height: 9.6rem;
    margin-bottom: 4rem;
  }
}
.footer__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer__logo svg path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__list {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.25rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3rem;
    margin-bottom: 5rem;
  }
}
.footer__link {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.footer__sns-list {
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .footer__sns-list {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 8rem;
  }
}
.footer__sns-item {
  width: 3rem;
  height: 3rem;
}
.footer__sns-item:nth-child(1):hover path {
  fill: #4267b2 !important;
}
.footer__sns-item:nth-child(2):hover path {
  fill: #00acee !important;
}
.footer__sns-item:nth-child(3):hover path {
  fill: #e95950 !important;
}
.footer__sns-link {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__sns-link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__sns-link path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.footer__copy {
  letter-spacing: 0.19em;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.off-canvas {
  position: fixed;
  top: 0;
  right: -41.2rem;
  width: 41.2rem;
  height: 100vh;
  background-color: #5c4a3b;
  transition: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 3rem 3rem 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .off-canvas {
    position: fixed;
    top: 0;
    right: -50rem;
    width: 50rem;
    padding: 4rem 5rem;
  }
}
.js-menu-active .off-canvas {
  position: fixed;
  top: 0;
  right: 0rem;
}
.off-canvas__inner {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.off-canvas__inner::-webkit-scrollbar {
  display: none;
}
.off-canvas__lang {
  align-items: center;
  width: 11.5rem;
  height: 3rem;
  margin-bottom: 7rem;
  background-color: #fff;
  border: 1px solid #e2d4cc;
  border-radius: 9999px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .off-canvas__lang {
    width: 13.5rem;
    height: 4rem;
    margin-bottom: 4rem;
  }
}
.off-canvas__lang a,
.off-canvas__lang span {
  color: #331d0a !important;
}
.off-canvas__lang a.switcher-popup {
  display: flex;
  align-items: center;
}
.off-canvas__lang a.glink span {
  font-size: 1.3rem;
  line-height: 1;
}
.off-canvas__nav-list {
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .off-canvas__nav-list {
    margin-bottom: 6.5rem;
  }
}
.off-canvas__nav-list:after {
  content: "";
  background-image: linear-gradient(to right, #85776c, #85776c 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.off-canvas__nav-link {
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  height: 6rem;
  display: flex;
  position: relative;
  align-items: center;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .off-canvas__nav-link {
    font-size: 2rem;
    line-height: 1;
    height: 8rem;
  }
}
.off-canvas__nav-link:hover {
  color: #ffd84c;
}
.off-canvas__nav-link:after {
  content: "";
  background-image: linear-gradient(to right, #85776c, #85776c 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.off-canvas__list {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .off-canvas__list {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
.off-canvas__item:nth-child(1):hover path {
  fill: #4267b2 !important;
}
.off-canvas__item:nth-child(2):hover path {
  fill: #00acee !important;
}
.off-canvas__item:nth-child(3):hover path {
  fill: #e95950 !important;
}
.off-canvas__link {
  width: 2.2rem;
  height: 2.2rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .off-canvas__link {
    width: 3rem;
    height: 3rem;
  }
}
.off-canvas__link:hover path {
  fill: #ffd84c;
}
.off-canvas__link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.off-canvas__link .cls-1 {
  fill: #fff;
}
.off-canvas__link path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.fix {
  position: fixed;
  right: -0.2rem;
  bottom: -0.2rem;
  background-image: url("../img/com/footer/fix-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 19.6rem;
  height: 6.8rem;
}
@media screen and (min-width: 768px) {
  .fix {
    background-image: url("../img/com/footer/fix.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 30.5333333333rem;
    height: 10.5333333333rem;
  }
  .fix:hover:before {
    opacity: 1;
  }
}
.fix:before {
  background-image: url("../img/com/footer/fix-allert.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .fix:before {
    right: -3rem;
    bottom: -3rem;
    width: 9.2rem;
    height: 18.6rem;
  }
}

.loading {
  background-image: url("../img/com/loading/bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .loading {
    background-image: url("../img/com/loading/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading__cnt {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 17rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .loading__cnt {
    position: absolute;
    top: 15.5rem;
    left: 50%;
  }
}
.loading__cnt img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .loading__cnt img {
    width: 48.9rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.header--active .header {
  background-color: #fff;
}
.header__ttl {
  width: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__inner {
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 10.2rem 0 3.5rem;
  }
}
.header__flex1, .header__flex2 {
  align-items: center;
  height: 6.3rem;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header__flex1, .header__flex2 {
    height: 11.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header--active .header__flex1, .header--active .header__flex2 {
    height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .header__flex1 {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}
.header__flex1-logo {
  width: 13.5rem;
  height: 3.3rem;
  flex-shrink: 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header__flex1-logo {
    width: 27.1rem;
    height: 8.5rem;
  }
}
.header__flex1-logo path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .header__flex1-logo:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .header--active .header__flex1-logo {
    width: 16rem;
    height: 5rem;
  }
  .header--active .header__flex1-logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.header__flex1-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.about .header__flex1-logo svg .cls-txt {
  fill: #fff;
  stroke: #fff;
}
.about .header__flex1-logo svg .cls-circle {
  fill: #fff;
}
.about.header--active .header__flex1-logo svg .cls-1 {
  fill: #331d0a;
}
.about.header--active .header__flex1-logo svg .cls-txt {
  fill: #331d0a;
  stroke: #331d0a;
}
.about.header--active .header__flex1-logo svg .cls-circle {
  fill: #a0caec;
}
.header__flex1-list {
  flex-shrink: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__flex1-list {
    width: 17.5rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    display: flex;
  }
}
.header__flex1-item:nth-child(1):hover path {
  fill: #4267b2 !important;
}
.header__flex1-item:nth-child(2):hover path {
  fill: #00acee !important;
}
.header__flex1-item:nth-child(3):hover path {
  fill: #e95950 !important;
}
.header__flex1-link {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__flex1-link {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__flex1-link svg {
  display: block;
  width: 100%;
  height: auto;
}
.about .header__flex1-link svg path {
  fill: #fff;
}
.about.header--active .header__flex1-link svg path {
  fill: #321d0b;
}
.header__flex1-link path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__flex2 {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header__flex2 {
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}
.header__flex2-nav {
  display: none;
}
@media screen and (min-width: 1680px) {
  .header__flex2-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__flex2-nav-list {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
.header__flex2-nav-link {
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header__flex2-nav-link {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.about .header__flex2-nav-link {
  color: #fff;
}
.about.header--active .header__flex2-nav-link {
  color: #331d0a;
}
.header__flex2-lang {
  border: 9999px;
  align-items: center;
  border: 1px solid #e2d4cc;
  border-radius: 9999px;
  background-color: #fff;
  justify-content: center;
  color: #331d0a !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__flex2-lang {
    width: 13.4rem;
    height: 4rem;
    display: flex;
  }
}
.header__flex2-lang a {
  display: block;
  color: #331d0a !important;
}
.header__flex2-lang a span {
  color: #331d0a !important;
}
.header__flex2-lang .switcher {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__flex2-lang .switcher {
    display: block;
  }
}
.header__flex2-lang .switcher a {
  width: 100%;
  display: block;
  color: #331d0a !important;
}
.header__flex2-lang .switcher a span {
  color: #331d0a !important;
}
.header__flex2-sns-list {
  position: absolute;
  top: 5rem;
  left: 7rem;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .header__flex2-sns-list {
    display: none;
  }
}
.js-sns-active .header__flex2-sns-list {
  opacity: 1;
  visibility: visible;
}
.header__flex2-sns-item, .header__flex2-sns-link {
  width: 2rem;
  height: 2rem;
  display: block;
}
.header__flex2-sns-item svg, .header__flex2-sns-link svg {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-sns {
  position: absolute;
  top: 50%;
  right: 6.5rem;
  width: 6.6rem;
  height: 2.3rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .mobile-sns {
    display: none;
  }
}
.mobile-sns svg {
  width: 4.4rem;
  height: 1.3rem;
}
.header--active .mobile-sns {
  background-color: #331d0a;
}
.header--active .mobile-sns path {
  fill: #fff;
  transition: 0.5s;
}

.navbtn {
  position: fixed;
  top: 1.7rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .navbtn {
    position: fixed;
    top: 4rem;
    right: 3.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .header--active .navbtn {
    position: fixed;
    top: 2.5rem;
    right: 3.5rem;
  }
}
.navbtn_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  margin: auto;
  background-color: #331d0a;
  border-radius: 9999px;
  transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: opacity transform background-color;
}
.js-menu-active .navbtn_bar {
  background-color: #fff;
}
.navbtn_bar:nth-child(1) {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
@media screen and (min-width: 768px) {
  .navbtn_bar:nth-child(1) {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
  }
}
.js-menu-active .navbtn_bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-menu-active .navbtn_bar:nth-child(2) {
  opacity: 0;
}
.navbtn_bar:nth-child(3) {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
@media screen and (min-width: 768px) {
  .navbtn_bar:nth-child(3) {
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
  }
}
.js-menu-active .navbtn_bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.about .navbtn_bar {
  background-color: #fff;
}
.about.header--active .navbtn_bar {
  background-color: #331d0a;
}

.about {
  background-image: url("../img/com/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
}

.about-mv {
  background-image: url("../img/about/mv-bg-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 41.2rem 40.3rem;
  background-position: bottom center;
  height: 40.3rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-mv {
    background-image: url("../img/about/mv-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 144rem 52.5rem;
    height: 52.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv {
    background-size: 192rem 70rem;
    height: 70rem;
  }
}
.about-mv__inner {
  flex-direction: column;
  align-items: center;
  padding: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .about-mv__inner {
    padding: 12rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv__inner {
    padding: 16rem 0 0 0;
  }
}
.about-mv__ico {
  width: 13.6rem;
  height: 12.6rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about-mv__ico {
    width: 21.3rem;
    height: 21.6rem;
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv__ico {
    width: 28.4rem;
    height: 26.2rem;
    margin-bottom: 4.5rem;
  }
}
.about-mv__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.about-mv__text {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .about-mv__text {
    font-size: 4.05rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv__text {
    font-size: 5.4rem;
    line-height: 1;
    margin-bottom: 4rem;
  }
}
.about-mv__ca {
  width: 36.6rem;
  height: 6.3rem;
}
@media screen and (min-width: 768px) {
  .about-mv__ca {
    width: 28.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv__ca {
    width: 38.6rem;
    height: 6.6rem;
  }
}
.about-mv__ca img {
  display: block;
  width: 100%;
  height: auto;
}
.about-mv__ill {
  position: absolute;
  right: -2rem;
  bottom: -11rem;
  width: 10.9rem;
  height: 8.8rem;
  transition: 0.5s;
  -webkit-animation: anime2 1s steps(2, end) infinite alternate;
  animation: anime2 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .about-mv__ill {
    position: absolute;
    right: -2rem;
    bottom: -0.225rem;
    width: 16.05rem;
    height: 12.975rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-mv__ill {
    position: absolute;
    right: 6rem;
    bottom: -3rem;
    width: 21.4rem;
    height: 17.3rem;
  }
}
@media screen and (min-width: 1580px) {
  .about-mv__ill {
    position: absolute;
    right: 26rem;
    bottom: -3rem;
  }
}
.about-mv__ill img {
  display: block;
  width: 100%;
  height: auto;
}

.about-sec1 {
  position: relative;
}
.about-sec1:before {
  background-image: url("../img/about/bg-layer-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: -15rem;
  left: 0;
  background-size: 41.2rem 74.6rem;
  background-position: top -4rem center;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about-sec1:before {
    background-image: url("../img/about/bg-layer.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: -11.25rem;
    left: 0;
    background-size: 144rem 175.875rem;
    background-position: top -2.25rem center;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1:before {
    position: absolute;
    top: -15rem;
    left: 0;
    background-size: 192rem 234.5rem;
    background-position: top -3rem center;
  }
}
@media screen and (min-width: 768px) {
  .about-sec1__inner {
    padding-bottom: 10.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__inner {
    padding-bottom: 14.5rem;
  }
}
.about-sec1__inner-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  padding: 4rem 2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-sec1__inner-ttl {
    font-size: 3.9rem;
    line-height: 1.3846153846;
    padding: 2.25rem 0 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__inner-ttl {
    font-size: 5.2rem;
    line-height: 1.3846153846;
    padding: 3rem 0 6rem;
  }
}
.about-sec1__flex {
  max-width: 132rem;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex {
    padding: 0 1.5rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(1) {
    align-items: center;
  }
}
.about-sec1__flex:nth-of-type(1) .about-sec1__flex2 img {
  width: 45.4rem;
  height: 35.7rem;
  right: -7rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(1) .about-sec1__flex2 img {
    width: 64.35rem;
    height: 53.775rem;
    top: -1.6875rem;
    right: -9.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(1) .about-sec1__flex2 img {
    width: 85.8rem;
    height: 71.7rem;
    top: -2.25rem;
    right: -13rem;
  }
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(2) {
    margin-bottom: 6.75rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(2) {
    margin-bottom: 9rem;
  }
}
.about-sec1__flex:nth-of-type(2) .about-sec1__flex1-cnt {
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex1-cnt {
    right: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex1-cnt {
    right: 0rem;
  }
}
@media screen and (min-width: 1740px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex1-cnt {
    right: -18rem;
  }
}
.about-sec1__flex:nth-of-type(2) .about-sec1__flex2 img {
  width: 53.3rem;
  height: 33.9rem;
  left: -18rem;
  top: 2rem;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex2 img {
    width: 64.8rem;
    height: 41.25rem;
    top: 3.375rem;
    left: -30rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex2 img {
    width: 86.4rem;
    height: 55rem;
    top: 4.5rem;
    left: -38rem;
  }
}
@media screen and (min-width: 1740px) {
  .about-sec1__flex:nth-of-type(2) .about-sec1__flex2 img {
    left: -20rem;
  }
}
.about-sec1__flex:nth-of-type(3) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(3) {
    margin-bottom: 7.875rem;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(3) {
    margin-bottom: 10.5rem;
  }
}
.about-sec1__flex:nth-of-type(3) .about-sec1__flex2 img {
  width: 45.4rem;
  height: 30.1rem;
  right: -7rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex:nth-of-type(3) .about-sec1__flex2 img {
    width: 64.35rem;
    height: 42.6rem;
    top: 3.75rem;
    right: -1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex:nth-of-type(3) .about-sec1__flex2 img {
    width: 85.8rem;
    height: 56.8rem;
    top: 5rem;
    right: -13rem;
  }
}
.about-sec1__flex1, .about-sec1__flex2 {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex1, .about-sec1__flex2 {
    width: 50%;
  }
}
.about-sec1__flex1 {
  padding: 6rem 2rem 3rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex1 {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex1 {
    padding: 0;
  }
}
.about-sec1__flex1-cnt {
  position: relative;
}
.about-sec1__flex1-ttl-en {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.66em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex1-ttl-en {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex1-ttl-en {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
  }
}
.about-sec1__flex1-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__flex1-ttl {
    font-size: 3.45rem;
    line-height: 1.4;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__flex1-ttl {
    font-size: 4.6rem;
    line-height: 1.4;
    margin-bottom: 3.5rem;
  }
}
.about-sec1__flex1-desc {
  font-size: 1.6rem;
  line-height: 2;
}
.about-sec1__flex2 img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.about-sec1__btn {
  background-image: url("../img/about/btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 27.6rem;
  height: 5.2rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .about-sec1__btn {
    background-image: url("../img/about/btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 31.95rem;
    height: 4.95rem;
    margin-bottom: 10.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__btn {
    background-image: url("../img/about/btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 42.6rem;
    height: 6.6rem;
    margin-bottom: 14.5rem;
  }
}
.about-sec1__btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.about-sec1__line {
  background-image: url("../img/about/line-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-size: 37.2rem 0.6rem;
  width: calc(100% - 4rem);
  height: 0.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-sec1__line {
    background-image: url("../img/about/line-sp.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 164rem 0.6rem;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec1__line {
    background-size: 123rem 0.45rem;
  }
}

.about-sec2 {
  background-image: url("../img/com/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
}
.about-sec2__inner {
  padding: 0 0 9.5rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__inner {
    padding: 0 2rem 11.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__inner {
    padding: 0 2rem 15rem;
  }
}
.about-sec2__flex {
  max-width: 132rem;
  margin: 0 auto 9.5rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex {
    padding: 0 2rem;
    flex-direction: row-reverse;
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex {
    padding: 0 1.5rem;
    flex-direction: row-reverse;
    margin-bottom: 3.9375rem;
  }
}
.about-sec2__flex1, .about-sec2__flex2 {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1, .about-sec2__flex2 {
    width: 50%;
  }
}
.about-sec2__flex1 {
  padding: 6rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1 {
    padding: 6rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex1 {
    padding: 8rem 0 0 0;
  }
}
.about-sec2__flex1-cnt {
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1-cnt {
    right: 0;
  }
}
@media screen and (min-width: 1740px) {
  .about-sec2__flex1-cnt {
    right: -18rem;
  }
}
.about-sec2__flex1-ttl-en {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.66em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1-ttl-en {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex1-ttl-en {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
  }
}
.about-sec2__flex1-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1-ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 4.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex1-ttl {
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 5.5rem;
  }
}
.about-sec2__flex1-desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1-desc {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex1-desc {
    margin-bottom: 6rem;
  }
}
.about-sec2__flex1-btn {
  background-image: url("../img/about/btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 27.6rem;
  height: 5.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex1-btn {
    background-image: url("../img/about/btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 31.95rem;
    height: 4.95rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex1-btn {
    background-image: url("../img/about/btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 42.6rem;
    height: 6.6rem;
  }
}
.about-sec2__flex1-btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.about-sec2__flex2 img {
  width: 56.2rem;
  height: 38.8rem;
  position: relative;
  display: block;
  left: -18rem;
  top: 4.5rem;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .about-sec2__flex2 img {
    width: 70.5rem;
    height: 49.275rem;
    left: -30rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__flex2 img {
    width: 94rem;
    height: 65.7rem;
    left: -40rem;
  }
}
@media screen and (min-width: 1740px) {
  .about-sec2__flex2 img {
    left: -20rem;
  }
}
.about-sec2__history {
  background-image: url("../img/about/history-line.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: calc(100% - 8rem);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  border-radius: 5.5rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__history {
    width: 100%;
    max-width: 128rem;
    border-radius: 10.425rem;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history {
    border-radius: 13.9rem;
  }
}
.about-sec2__history:before {
  background-image: url("../img/about/history-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .about-sec2__history:before {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    background-image: url("../img/about/history-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10.425rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history:before {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    border-radius: 13.9rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
.about-sec2__history1 {
  padding: 6rem 0 0;
  -webkit-animation: anime3 2s steps(1, end) infinite;
  animation: anime3 2s steps(1, end) infinite;
}
@media screen and (min-width: 768px) {
  .about-sec2__history1 {
    width: 42%;
    justify-content: center;
    padding: 3.5625rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history1 {
    padding: 4.75rem 0;
  }
}
.about-sec2__history1 img {
  position: relative;
  width: 15rem;
  height: 21.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-sec2__history1 img {
    right: -2.25rem;
    height: 28.65rem;
    width: 19.8rem;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history1 img {
    right: -3rem;
    height: 38.2rem;
    width: 26.4rem;
    margin: 0;
  }
}
.about-sec2__history2 {
  flex: 1;
  position: relative;
  padding: 0 3rem 7rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__history2 {
    padding: 3.5625rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history2 {
    padding: 0;
  }
}
.about-sec2__history2-ttl {
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .about-sec2__history2-ttl {
    font-size: 2.775rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history2-ttl {
    font-size: 3.7rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.about-sec2__history2-desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-sec2__history2-desc {
    padding-right: 8.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .about-sec2__history2-desc {
    padding-right: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .company-sec1 {
    padding: 0 2rem;
  }
}
.company-sec1__inner {
  max-width: 128rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__inner {
    padding: 0;
  }
}
.company-sec1__flex {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  border-radius: 3.35rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex {
    border-radius: 2.25rem;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex {
    border-radius: 3rem;
  }
}
.company-sec1__flex1 {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 8rem 8rem 4.75rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex1 {
    width: 34.125rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex1 {
    width: 45.5rem;
  }
}
.company-sec1__flex1 img {
  width: 17.3rem;
  height: 17.6rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex1 img {
    width: 21.45rem;
    height: 21.825rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex1 img {
    width: 28.6rem;
    height: 29.1rem;
  }
}
.company-sec1__flex2 {
  flex: 1;
  padding: 0 3rem 7rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex2 {
    padding: 4.875rem 0 5.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex2 {
    padding: 6.5rem 0 7rem;
  }
}
.company-sec1__flex2-ttl-en {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex2-ttl-en {
    letter-spacing: 0.64em;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex2-ttl-en {
    margin-bottom: 3rem;
  }
}
.company-sec1__flex2-ttl {
  font-size: 3.2rem;
  line-height: 1.46875;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .company-sec1__flex2-ttl {
    font-size: 2.55rem;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex2-ttl {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .company-sec1__flex2-desc {
    padding-right: 5.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec1__flex2-desc {
    padding-right: 7rem;
  }
}
.company-sec1__flex2-desc p {
  font-size: 1.6rem;
  line-height: 2;
}

.company-sec2__inner {
  max-width: 100rem;
  padding: 6rem 2rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__inner {
    padding: 7.5rem 1.5rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__inner {
    padding: 10rem 2rem 8rem;
  }
}
.company-sec2__ttl {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__ttl {
    font-size: 2.55rem;
    line-height: 1;
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__ttl {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 4.5rem;
  }
}
.company-sec2__ttl.--history {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__ttl.--history {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__ttl.--history {
    margin-top: 8rem;
  }
}
.company-sec2__table {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__table {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__table {
    margin-bottom: 3rem;
  }
}
.company-sec2__dl {
  position: relative;
}
.company-sec2__dl:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.company-sec2__dl.--last:before {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.company-sec2__dt {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 9.5rem;
  padding: 2.2rem 0;
}
@media screen and (min-width: 768px) {
  .company-sec2__dt {
    width: 11.625rem;
    padding: 1.125rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__dt {
    width: 15.5rem;
    padding: 1.5rem 0;
  }
}
.company-sec2__dd {
  font-size: 1.6rem;
  line-height: 1.875;
  flex: 1;
  padding: 2.2rem 0;
}
@media screen and (min-width: 768px) {
  .company-sec2__dd {
    padding: 1.125rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__dd {
    padding: 1.5rem 0;
  }
}
.company-sec2__dd-dl {
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__dd-dl {
    flex-direction: row;
  }
}
.company-sec2__dd-dl:not(:last-child):after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.company-sec2__dd-dl:nth-child(1) {
  padding: 0 0 1rem;
}
.company-sec2__dd-dl:nth-child(n+2) {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .company-sec2__dd-dl:nth-child(n+2) {
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__dd-dl:nth-child(n+2) {
    padding: 1rem 0;
  }
}
.company-sec2__dd-dl:last-child {
  padding: 1rem 0 0;
}
.company-sec2__dd-dl:first-child {
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .company-sec2__dd-dt {
    letter-spacing: 0.1em;
    width: 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__dd-dt {
    width: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .company-sec2__dd-dd {
    letter-spacing: 0.1em;
  }
}
.company-sec2__fc-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .company-sec2__fc-btn {
    width: 52.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec2__fc-btn {
    width: 70rem;
  }
}
.company-sec2__fc-btn:hover {
  opacity: 0.9;
}
.company-sec2__fc-btn img {
  max-width: 100%;
  height: auto;
}

.company-sec3__inner {
  max-width: 131.5rem;
  position: relative;
  padding: 0 2rem;
}
.company-sec3__cnt {
  background-color: #fff;
  border-radius: 3.35rem;
  padding: 8rem 3rem;
}
@media screen and (min-width: 768px) {
  .company-sec3__cnt {
    border-radius: 2.25rem;
    box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.05);
    padding: 4.875rem 3.75rem 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__cnt {
    border-radius: 3rem;
    box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.05);
    padding: 6.5rem 5rem 5rem;
  }
}
.company-sec3__ttl {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .company-sec3__ttl {
    font-size: 2.55rem;
    line-height: 1;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__ttl {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 5rem;
  }
}
.company-sec3__flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-sec3__flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1, .company-sec3__flex2 {
    width: 50%;
  }
}
.company-sec3__flex1 {
  position: relative;
}
.company-sec3__flex1:nth-of-type(1) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.company-sec3__flex1:nth-of-type(1):after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1:nth-of-type(1):after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1:nth-of-type(1) {
    margin: 0;
    padding: 0 3.75rem 0 0;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__flex1:nth-of-type(1) {
    padding: 0 5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1:nth-of-type(2) {
    padding: 0 0 0 3.75rem;
  }
  .company-sec3__flex1:nth-of-type(2):before {
    content: "";
    background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .company-sec3__flex1:nth-of-type(2):before {
    background-image: url("../img/lineup/line.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 1px;
    height: 100%;
    background-size: 1px 12px;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__flex1:nth-of-type(2) {
    padding: 0 0 0 5rem;
  }
}
.company-sec3__flex1-ttl, .company-sec3__flex2-ttl {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1-ttl, .company-sec3__flex2-ttl {
    margin-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__flex1-ttl, .company-sec3__flex2-ttl {
    margin-bottom: 1.75rem;
  }
}
.company-sec3__flex1-ttl-text, .company-sec3__flex2-ttl-text {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1-ttl-text, .company-sec3__flex2-ttl-text {
    font-size: 1.95rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__flex1-ttl-text, .company-sec3__flex2-ttl-text {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.company-sec3__flex1-ttl-btn, .company-sec3__flex2-ttl-btn {
  font-size: 1.4rem;
  line-height: 1;
  background-color: #6e2600;
  border-radius: 999px;
  width: 12.2rem;
  height: 3.2rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.company-sec3__flex1-ttl-btn:before, .company-sec3__flex2-ttl-btn:before {
  background-image: url("../img/company/map.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.company-sec3__flex1-ttl-btn:hover, .company-sec3__flex2-ttl-btn:hover {
  background-color: #331d0a;
}
.company-sec3__flex1-map, .company-sec3__flex2-map {
  width: 100%;
  height: auto;
}
.company-sec3__flex1-map iframe, .company-sec3__flex2-map iframe {
  display: block;
  width: 100%;
  height: 30rem;
  border-radius: 2.3rem;
}
@media screen and (min-width: 768px) {
  .company-sec3__flex1-map iframe, .company-sec3__flex2-map iframe {
    height: 22.35rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec3__flex1-map iframe, .company-sec3__flex2-map iframe {
    height: 29.8rem;
  }
}

.company-sec4__inner {
  max-width: 132rem;
  padding: 6rem 2rem 8rem;
}
@media screen and (min-width: 768px) {
  .company-sec4__inner {
    padding: 6rem 1.5rem 8.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec4__inner {
    padding: 8rem 2rem 11.5rem;
  }
}
.company-sec4__link {
  height: auto;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .company-sec4__link {
    width: 96rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-sec4__link {
    width: 128rem;
  }
}
.company-sec4__link:hover {
  opacity: 0.9;
}
.company-sec4__link img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-sec {
  padding: 0 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .contact-sec {
    margin-bottom: 0.6rem;
    padding: 0 2rem 8rem;
  }
}
.contact-sec__inner {
  max-width: 128rem;
  width: calc(100% - 4rem);
  padding: 5rem 3rem;
  background-color: #fff;
  margin-top: -2.5rem;
  border-radius: 3.35rem;
}
@media screen and (min-width: 768px) {
  .contact-sec__inner {
    width: 100%;
    padding: 6.375rem 5.625rem 0rem;
    border-radius: 2rem;
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-sec__inner {
    padding: 8.5rem 7.5rem 0rem;
  }
}
.contact-sec__cnt-desc {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 3rem;
  position: relative;
}
.contact-sec__cnt-desc:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .contact-sec__cnt-desc {
    padding-bottom: 4rem;
    text-align: center;
  }
}

.form__thanks {
  padding: 8rem 2rem;
}
@media screen and (min-width: 768px) {
  .form__thanks {
    padding: 8rem 3rem;
  }
}
.form__thanks__txt {
  font-size: 1.8rem;
  text-align: center;
}
.form__thanks__btn {
  margin-top: 3rem;
}
.form__thanks__btn a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 48rem;
  width: 100%;
  height: 7rem;
  color: #fff;
  background-color: #6e2600;
  text-decoration: none;
}
.form__thanks__btn a:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form__thanks__btn a:hover {
    background-color: rgb(59, 20.3818181818, 0);
  }
}
.form__input-txt, .form__input-mail, .form__input-txtarea {
  margin: -0.5rem 0;
  padding: 1.3rem 0.2rem;
  color: #000;
  background-color: #fff;
  width: 100%;
  border: 0.1rem #d6d2ce solid;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.form__input-txt:hover, .form__input-mail:hover, .form__input-txtarea:hover {
  background-color: #f6f6f6;
}
.form__input-txt:focus, .form__input-mail:focus, .form__input-txtarea:focus {
  outline: none;
  border: 0.1rem #6e2600 solid;
  background-color: #f1eae6;
  box-shadow: 0 0 0.3rem #6e2600;
}
.form__input-select {
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
  margin: -0.5rem 0;
  padding: 0.6rem 1rem 0.6rem 1rem;
  color: #000;
  background: #fff url("../img/contact/icon-select.svg") no-repeat right 2rem center/1.4rem 0.7rem;
  width: 100%;
  border: 0.1rem #d6d2ce solid;
  border-radius: 0.6rem;
  text-align: center;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  border: 0.2rem solid #ada59d;
  border-radius: 9999px;
  height: 5.9rem;
}
@media screen and (min-width: 768px) {
  .form__input-select {
    font-size: 1.6rem;
    width: 45.7rem;
    padding: 0;
  }
}
.form__input-select:focus {
  outline: none;
  border: 0.1rem #6e2600 solid;
  background-color: #f1eae6;
  box-shadow: 0 0 0.3rem #6e2600;
}
.form__input-select.m--select {
  display: block;
  margin: 0 auto;
  max-width: 45.8rem;
  height: 6rem;
  border-radius: 9999px;
  border: 0.3rem #ada59d solid;
  color: #331d0a;
  text-align: center;
}
.form__btn, .form__btn-confirm, .form__btn-submit, .form__btn-back {
  margin: 0 auto 1rem;
  -webkit-appearance: none;
  appearance: none;
  max-width: 53rem;
  width: 100%;
  height: 6rem;
  display: block;
  border: none;
  color: #fff;
  background-color: #6e2600;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 9999px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .form__btn, .form__btn-confirm, .form__btn-submit, .form__btn-back {
    font-size: 2.2rem;
    line-height: 1;
    font-size: 2.2rem !important;
    line-height: 1 !important;
    height: 8rem !important;
  }
}
.form__btn:after, .form__btn-confirm:after, .form__btn-submit:after, .form__btn-back:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.form__btn:hover, .form__btn-confirm:hover, .form__btn-submit:hover, .form__btn-back:hover {
  background-color: rgb(59, 20.3818181818, 0);
}
.form__btn:focus, .form__btn-confirm:focus, .form__btn-submit:focus, .form__btn-back:focus {
  outline: none;
  box-shadow: 0 0 0.3rem #6e2600;
}
.form__btn:last-child, .form__btn-confirm:last-child, .form__btn-submit:last-child, .form__btn-back:last-child {
  margin: 0 auto;
}
.form__btn-back {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6rem;
  border: none;
  color: #fff;
  background-color: #6e2600;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form__btn-back:hover {
  background-color: rgb(71.5, 49.9, 38.5);
}
.form__btn-back:focus {
  outline: none;
  box-shadow: 0 0 0.3rem #6e2600;
}

.mwform-checkbox-field > label {
  cursor: pointer;
  position: relative;
}
.mwform-checkbox-field > label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mwform-checkbox-field > label input + span {
  padding-left: 2.4rem;
  position: relative;
}
.mwform-checkbox-field > label input + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  border: 0.1rem #d6d2ce solid;
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 1;
  transition: all 0.3s ease;
}
.mwform-checkbox-field > label input + span::after {
  content: "";
  display: none;
  position: absolute;
  left: 0.45em;
  top: 0.3em;
  width: 0.4em;
  height: 0.8em;
  border: #6e2600 solid;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 2;
}
.mwform-checkbox-field > label input:checked + span::before {
  background-color: #f1eae6;
  box-shadow: 0 0 0.3rem #6e2600;
}
.mwform-checkbox-field > label input:checked + span::after {
  display: block;
}
.mwform-checkbox-field > label input.focus-visible + span {
  background: linear-gradient(transparent 90%, #6e2600 90%);
}

.form-box-wrap {
  margin: 0 auto;
  max-width: 112rem;
}

.form-box {
  padding: 1.5rem 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-box {
    display: flex;
    padding: 2.5rem 1.4rem;
  }
}
.form-box:nth-child(even) {
  background-color: #f7f6f5;
}
.form-box:nth-last-child(1) {
  background-color: #fff;
}
.form-box.m--single {
  padding: 5.75rem 0 4.75rem;
}
@media screen and (min-width: 768px) {
  .form-box.m--single {
    padding: 5.75rem 1.4rem 4.75rem;
    display: block;
  }
}
.form-box.m--single .error {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
}
.confirm .form-box.m--single {
  -webkit-appearance: none;
  appearance: none;
  margin: -0.5rem 0;
  padding: 0.6rem 0rem;
  color: #000;
  width: 100%;
  border: 0.1rem #d6d2ce solid;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  display: flex;
  margin: 0 auto;
  border: 0.2rem solid #ada59d;
  border-radius: 9999px;
  height: 5.9rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .confirm .form-box.m--single {
    width: 45.7rem;
    padding: 0.6rem 0;
  }
}
.form-box.m--single-submit {
  padding: 6rem 1.4rem 0;
  display: flex;
  flex-direction: column;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form-box.m--single-submit {
    padding: 4.5rem 1.05rem 3.75rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .form-box.m--single-submit {
    padding: 6rem 1.4rem 5rem;
  }
}
.form-box:last-child {
  margin-bottom: 0;
}
.form-box__ttl {
  padding-left: 6rem;
  color: #331d0a;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .form-box__ttl {
    font-size: 1.35rem;
    line-height: 1.3333333333;
    margin: 0 0.75rem 0 0;
    width: 18rem;
    padding-left: 5.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-box__ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin: 0 1rem 0 0;
    width: 24rem;
    padding-left: 7rem;
  }
}
.form-box__ttl.m--hissu::before {
  content: "必須";
  width: 5rem;
  height: 2rem;
  border-radius: 9999px;
  color: #fff;
  background-color: #c22b1d;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-box__ttl.m--hissu::before {
    width: 3.75rem;
    height: 1.8rem;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.05rem;
    line-height: 1.7142857143;
    left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-box__ttl.m--hissu::before {
    width: 5rem;
    height: 2.4rem;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.4rem;
    line-height: 1.7142857143;
    left: 1rem;
  }
}
.form-box__ttl.m--nini::before {
  content: "任意";
  width: 5rem;
  height: 2rem;
  border-radius: 9999px;
  color: #fff;
  background-color: #998e84;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-box__ttl.m--nini::before {
    font-size: 1.05rem;
    line-height: 1.7142857143;
    width: 3.75rem;
    height: 1.8rem;
    top: 0;
    left: 0.75rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .form-box__ttl.m--nini::before {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 5rem;
    height: 2.4rem;
    top: 0;
    left: 1rem;
  }
}
.form-box__cnt {
  color: #331d0a;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .form-box__cnt {
    flex: 1;
  }
}
.form-box__cnt .m--txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.form-box__cnt a {
  color: #c22b1d;
  text-decoration: underline;
}
.form-box__cnt .error {
  font-size: 1.2rem !important;
  line-height: 1 !important;
  display: block !important;
  padding: 1rem 0 !important;
}

.mw_wp_form_send_error {
  padding-bottom: 9rem !important;
  text-align: center !important;
}

.lineup {
  background-image: url("../img/lineup/bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
}

.lineup-mv {
  background-image: url("../img/lineup/mv-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 41.2rem 238.2rem;
  background-position: bottom center;
  height: 238.2rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup-mv {
    background-image: url("../img/lineup/mv-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 144rem 108rem;
    background-position: bottom -10rem center;
    height: 108rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv {
    background-size: 192rem 144rem;
    background-position: bottom 0 center;
    height: 144rem;
  }
}
.lineup-mv__inner {
  padding: 37.5rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .lineup-mv__inner {
    padding: 62.5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__inner {
    padding: 70rem 0 0;
  }
}
.lineup-mv__text {
  font-size: 3.2rem;
  line-height: 1.40625;
  text-align: center;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .lineup-mv__text {
    font-size: 3.375rem;
    line-height: 1;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__text {
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 3.5rem;
  }
}
.lineup-mv__desc {
  font-size: 2rem;
  line-height: 2;
  max-width: 71rem;
  margin: 0 auto 8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup-mv__desc {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 auto 7.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__desc {
    margin: 0 auto 9.5rem;
    font-size: 2rem;
    line-height: 2;
  }
}
.lineup-mv__list {
  width: 100%;
  max-width: 154rem;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lineup-mv__list {
    width: 115.5rem;
    max-width: 100%;
    padding: 0 2rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__list {
    width: 139.6rem;
  }
}
.lineup-mv__item {
  height: auto;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item {
    width: 33.333%;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .lineup-mv__item:nth-child(1) .lineup-mv__item-cnt-img-box-img {
    width: 120%;
    top: 37%;
  }
}
.lineup-mv__item:nth-child(2) {
  padding: 4.5rem 0;
  margin: 4.5rem 0;
  position: relative;
}
.lineup-mv__item:nth-child(2):before {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item:nth-child(2):before {
    background-image: url("../img/lineup/line.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 1px;
    height: 100%;
    background-size: 1px 12px;
    background-repeat: repeat-y;
  }
}
.lineup-mv__item:nth-child(2):after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item:nth-child(2):after {
    background-image: url("../img/lineup/line.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
    background-size: 1px 12px;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .lineup-mv__item:nth-child(2) {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineup-mv__item:nth-child(2) .lineup-mv__item-cnt-img-box-img {
    width: 113%;
    top: 53%;
  }
}
@media screen and (min-width: 768px) {
  .lineup-mv__item-cnt {
    padding: 0 5.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__item-cnt {
    padding: 0 7rem;
  }
}
.lineup-mv__item-cnt-img-box {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.lineup-mv__item-cnt-img-box:hover {
  opacity: 0.9;
}
.lineup-mv__item-cnt-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}
.lineup-mv__item-cnt-img-box-ca {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  width: 8.4rem;
  height: 8.4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item-cnt-img-box-ca {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.3rem;
    height: 6.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__item-cnt-img-box-ca {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.lineup-mv__item-cnt-ttl {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item-cnt-ttl {
    font-size: 1.95rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__item-cnt-ttl {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.lineup-mv__item-cnt-ttl-en {
  letter-spacing: 0.19em;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item-cnt-ttl-en {
    font-size: 1.05rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__item-cnt-ttl-en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.lineup-mv__item-cnt-desc {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .lineup-mv__item-cnt-desc {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__item-cnt-desc {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.lineup-mv__ico {
  position: absolute;
  top: 7.5rem;
  left: 1rem;
  width: 16rem;
  height: 8.4rem;
  transition: 0.5s;
  -webkit-animation: anime1 1s steps(2, end) infinite alternate;
  animation: anime1 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .lineup-mv__ico {
    position: absolute;
    top: 11.25rem;
    left: 2rem;
    width: 20.4rem;
    height: 10.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-mv__ico {
    position: absolute;
    top: 15rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1670px) {
  .lineup-mv__ico {
    position: absolute;
    top: 15rem;
    left: 21rem;
    width: 27.2rem;
    height: 14rem;
  }
}
.lineup-mv__ico img {
  display: block;
  width: 100%;
  height: auto;
}

.lineup-sec1 {
  width: 100%;
  height: auto;
  position: relative;
}
.lineup-sec1:before {
  background-image: url("../img/lineup/sec1-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 41.2rem 3rem;
  height: 3rem;
  background-position: center bottom;
  width: 100%;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .lineup-sec1:before {
    background-image: url("../img/lineup/sec1-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 144rem 10.05rem;
    height: 10.05rem;
    background-position: center bottom;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1:before {
    background-image: url("../img/lineup/sec1-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 192rem 13.4rem;
    height: 13.4rem;
    background-position: center bottom;
  }
}
.lineup-sec1__inner {
  width: 100%;
  max-width: 147.2rem;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__inner {
    padding: 6.75rem 0 10.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__inner {
    padding: 9rem 0 14rem;
  }
}
.lineup-sec1__ca {
  width: 36.6rem;
  height: 6.3rem;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__ca {
    width: 28.8rem;
    height: 4.95rem;
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__ca {
    width: 38.4rem;
    height: 6.6rem;
    margin-bottom: 4.5rem;
  }
}
.lineup-sec1__ca img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup-sec1__ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__ttl {
    font-size: 2.85rem;
    line-height: 1;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__ttl {
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 3.5rem;
  }
}
.lineup-sec1__sort {
  width: 100%;
  height: 5rem;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__sort {
    height: 4.8rem;
    margin-bottom: 3.375rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__sort {
    height: 6.4rem;
    margin-bottom: 4.5rem;
  }
}
.lineup-sec1__sort-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27.4rem;
  height: auto;
  margin: 0 auto;
  border: 2px solid #331d0a;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__sort-inner {
    width: 31.8rem;
    border-radius: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__sort-inner {
    width: 42.4rem;
    border-radius: 3.2rem;
  }
}
.lineup-sec1__sort-ttl {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 5rem;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s;
  position: relative;
}
.lineup-sec1__sort-ttl:after {
  background-image: url("../img/lineup/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.8rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__sort-ttl {
    font-size: 1.35rem;
    line-height: 1;
    height: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__sort-ttl {
    font-size: 1.8rem;
    line-height: 1;
    height: 6.4rem;
  }
}
.lineup-sec1__sort-list {
  width: 100%;
  height: 0;
  transition: 0.5s;
  position: relative;
}
.lineup-sec1__sort-link {
  height: 5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.lineup-sec1__sort-link:hover {
  color: #6e2600;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__sort-link {
    height: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__sort-link {
    height: 6.4rem;
  }
}
.lineup-sec1__ico {
  position: absolute;
  top: -5rem;
  right: 1rem;
  width: 12rem;
  height: 10.1rem;
  -webkit-animation: anime2 1s steps(2, end) infinite alternate;
  animation: anime2 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__ico {
    position: absolute;
    top: -0.75rem;
    right: 1.75rem;
    width: 21.9rem;
    height: 18.45rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__ico {
    position: absolute;
    top: -1rem;
    right: 9rem;
    width: 29.2rem;
    height: 24.6rem;
  }
}
.lineup-sec1__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.lineup-sec1__list {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 5rem;
  row-gap: 5.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__list {
    padding: 0 1.5rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 4.5rem;
    justify-content: flex-start;
    margin-bottom: 8.0625rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__list {
    padding: 0 2rem;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    row-gap: 6rem;
    justify-content: flex-start;
    margin-bottom: 10.75rem;
  }
}
.lineup-sec1__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__item {
    width: calc(33.3333% - 2rem);
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__item {
    width: calc(25% - 4.5rem);
  }
}
.lineup-sec1__item-img {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100%;
  margin-bottom: 1.5rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .lineup-sec1__item-img {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__item-img {
    margin-bottom: 1rem;
  }
}
.lineup-sec1__item-img:hover {
  opacity: 0.9;
}
.lineup-sec1__item-img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.lineup-sec1__item-ttl {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__item-ttl {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__item-ttl {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.lineup-sec1__btn {
  background-image: url("../img/lineup/about-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lineup-sec1__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-sec1__btn {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.popular-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.popular-modal.--active {
  opacity: 1;
  visibility: visible;
}
.popular-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 29, 10, 0.8);
}
.popular-modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-image: url("../img/com/modal/close-w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 5.8rem;
    height: 5.8rem;
    cursor: pointer;
  }
}
.popular-modal__inner {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  max-width: 132rem;
  position: relative;
  margin: 0 auto;
  padding: 8rem 2rem;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.popular-modal__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .popular-modal__inner {
    padding: 3.375rem 2rem 6.75rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__inner {
    padding: 4.5rem 2rem 9rem;
  }
}
.popular-modal__mv {
  width: 100%;
  height: auto;
}
.popular-modal__mv img {
  display: block;
  width: 100%;
  height: auto;
}
.popular-modal__sec {
  background-color: #fff;
  margin-top: -0.1rem;
  padding-bottom: 6rem;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__sec {
    padding-bottom: 9rem;
    border-radius: 0 0 4.6875rem 4.6875rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__sec {
    padding-bottom: 12rem;
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.popular-modal__ttl-flex {
  flex-direction: column;
  padding: 3.5rem 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex {
    flex-direction: row;
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex {
    flex-direction: row;
    padding: 4rem 16rem;
  }
}
.popular-modal__ttl-flex1 {
  height: auto;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1 {
    width: 56.25%;
  }
}
.popular-modal__ttl-flex1-text {
  font-size: 3.4rem;
  line-height: 1;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-text {
    font-size: 3.9rem;
    line-height: 1;
    margin: 0 0 1.5rem -1.5rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-text {
    font-size: 5.2rem;
    line-height: 1;
    margin: 0 0 2rem -2rem;
  }
}
.popular-modal__ttl-flex1-text-ca {
  position: absolute;
  top: -7rem;
  left: 0rem;
  width: 11.2rem;
  height: 5.6rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-text-ca {
    position: absolute;
    top: -7.5rem;
    left: 0;
    width: 14.25rem;
    height: 7.05rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-text-ca {
    position: absolute;
    top: -10rem;
    left: -4rem;
    width: 19rem;
    height: 9.4rem;
  }
}
.popular-modal__ttl-flex1-text-ca img {
  display: block;
  width: 100%;
  height: auto;
}
.popular-modal__ttl-flex1-text-en {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-text-en {
    font-size: 1.05rem;
    line-height: 1;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-text-en {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 3.5rem;
  }
}
.popular-modal__ttl-flex1-desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-desc {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-desc {
    margin-bottom: 3.5rem;
  }
}
.popular-modal__ttl-flex1-materials {
  position: relative;
  padding-top: 2.75rem;
}
.popular-modal__ttl-flex1-materials:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-materials {
    padding-top: 2.0625rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-materials {
    padding-top: 2.75rem;
  }
}
.popular-modal__ttl-flex1-materials-ttl {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.popular-modal__ttl-flex1-materials-list {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-materials-list {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-materials-list {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.popular-modal__ttl-flex1-materials-item {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  background-color: #6e2600;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.75rem 3.5rem;
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex1-materials-item {
    padding: 0.5625rem 2.625rem;
    min-width: 7.5rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex1-materials-item {
    padding: 0.75rem 3.5rem;
    min-width: 10rem;
  }
}
.popular-modal__ttl-flex2 {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex2 {
    width: 43.75%;
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__ttl-flex2 {
    padding: 0 0 0 4rem;
  }
}
.popular-modal__ttl-flex2 img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .popular-modal__ttl-flex2 img.--tobenai {
    width: 120% !important;
    top: 32%;
  }
}
.popular-modal__point-flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex {
    flex-direction: row;
    padding: 3rem 0 0;
    align-items: center;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-flex {
    flex-direction: row;
    padding: 4rem 0 0;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.popular-modal__point-flex:nth-child(odd) .popular-modal__point-img {
  width: calc(100% - 2rem);
  margin-left: auto;
  border-radius: 1.4rem 0 0 1.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: visible;
  }
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-img img {
    border-radius: 1.05rem 0 0 1.05rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: visible;
  }
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-img img {
    border-radius: 1.4rem 0 0 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-img {
    right: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-flex1 {
    width: 46.875%;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(odd) .popular-modal__point-flex2 {
    width: 53.125%;
    padding-left: 12.5%;
    padding-right: 6.25%;
  }
}
.popular-modal__point-flex:nth-child(even) .popular-modal__point-img {
  width: calc(100% - 2rem);
  border-radius: 0 1.4rem 1.4rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-img {
    width: 100%;
    border-radius: 0;
    overflow: visible;
  }
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-img img {
    border-radius: 0 1.05rem 1.05rem 0;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-img {
    width: 100%;
    border-radius: 0;
    overflow: visible;
  }
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-img img {
    border-radius: 0 1.4rem 1.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-flex1 {
    width: 53.125%;
    padding-right: 6.25%;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:nth-child(even) .popular-modal__point-flex2 {
    width: 46.875%;
    padding-right: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .popular-modal__point-flex:last-of-type {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-flex:last-of-type {
    margin-bottom: 10rem;
  }
}
.popular-modal__point-img {
  position: relative;
}
.popular-modal__point-img.--insta-link {
  display: block;
}
.popular-modal__point-img.--insta-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/home/news-play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  z-index: 2;
  width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-img.--insta-link:before {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .popular-modal__point-img.--insta-link:before {
    width: 8rem;
    height: 8rem;
  }
}
.popular-modal__point-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.popular-modal__point-cnt {
  padding: 4rem 2rem 10rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-cnt {
    padding: 0;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-cnt {
    padding: 0;
  }
}
.popular-modal__point-cnt-ca {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.47em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-cnt-ca {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-cnt-ca {
    margin-bottom: 2rem;
  }
}
.popular-modal__point-cnt-ca .num {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.37em;
}
.popular-modal__point-cnt-ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .popular-modal__point-cnt-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__point-cnt-ttl {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.popular-modal__point-cnt-desc {
  font-size: 1.6rem;
  line-height: 2;
}
.popular-modal__btn {
  background-image: url("../img/com/modal/btn.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 30rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popular-modal__btn {
    width: 45rem;
    height: 6.75rem;
  }
}
@media screen and (min-width: 1320px) {
  .popular-modal__btn {
    width: 60rem;
    height: 9rem;
  }
}

.lineup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.lineup-modal.--active {
  opacity: 1;
  visibility: visible;
}
.lineup-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 29, 10, 0.8);
}
.lineup-modal__close {
  position: absolute;
  top: 3rem;
  right: 0.5rem;
  background-image: url("../img/lineup/close.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .lineup-modal__close {
    position: absolute;
    top: 3.5rem;
    right: 50%;
    -webkit-transform: translateX(36.9rem);
    transform: translateX(36.9rem);
    width: 5.8rem;
    height: 5.8rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-modal__close {
    position: absolute;
    top: 5.5rem;
    right: 50%;
    -webkit-transform: translateX(41.9rem);
    transform: translateX(41.9rem);
  }
}
.lineup-modal__inner {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  max-width: 78rem;
  position: relative;
  margin: 0 auto;
  padding: 4.5rem 2rem;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.lineup-modal__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup-modal__inner {
    padding: 6.375rem 4rem 6.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .lineup-modal__inner {
    padding: 8.5rem 0 9rem;
  }
}
.lineup-modal__cnt {
  padding: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .lineup-modal__cnt {
    padding: 3rem;
  }
}
.lineup-modal__mv {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lineup-modal__mv img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.3rem;
}
.lineup-modal__sec {
  margin-top: -0.1rem;
  padding-bottom: 6rem;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .lineup-modal__sec {
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.lineup-modal__ttl {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl {
    padding: 2rem;
  }
}
.lineup-modal__ttl-text {
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl-text {
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 0 2rem 0;
  }
}
.lineup-modal__ttl-desc {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl-desc {
    margin-bottom: 3.5rem;
  }
}
.lineup-modal__ttl-materials {
  padding-top: 2.75rem;
  position: relative;
}
.lineup-modal__ttl-materials:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl-materials {
    padding-top: 2.75rem;
  }
}
.lineup-modal__ttl-materials-ttl {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.lineup-modal__ttl-materials-list {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl-materials-list {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.lineup-modal__ttl-materials-item {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  background-color: #6e2600;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.75rem 3.5rem;
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .lineup-modal__ttl-materials-item {
    padding: 0.75rem 3.5rem;
    min-width: 10rem;
  }
}

.news-archive {
  margin-top: -10.5rem;
}
@media screen and (min-width: 768px) {
  .news-archive {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive {
    margin-top: -4rem;
  }
}
.news-archive__inner {
  max-width: 168rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .news-archive__inner {
    padding: 0 1.5rem 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__inner {
    padding: 0 2rem 12.5rem;
  }
}
.news-archive__cnts {
  background-image: url("../img/about/history-line.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 3.2rem;
  padding: 5rem 2rem;
}
@media screen and (min-width: 768px) {
  .news-archive__cnts {
    padding: 6.375rem 5.25rem 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__cnts {
    padding: 8.5rem 7rem 12rem;
  }
}
.news-archive__cnts:before {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  border-radius: 3.2rem;
  content: "";
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news-archive__cnts:before {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
.news-archive__sort {
  position: relative;
  height: 4.8rem;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news-archive__sort {
    width: 21.75rem;
    margin-bottom: 2.4375rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__sort {
    width: 29rem;
    margin-bottom: 3.25rem;
  }
}
.news-archive__sort-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2.4rem;
  background-color: #6e2600;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.news-archive__sort-inner:hover {
  background-color: #331d0a;
}
.news-archive__sort-ttl {
  width: 100%;
  height: 4.8rem;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .news-archive__sort-ttl {
    height: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__sort-ttl {
    height: 4.8rem;
  }
}
.news-archive__sort-ttl:after {
  background-image: url("../img/news/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.6rem;
  height: 0.8rem;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-archive__sort-list {
  width: 100%;
  height: 0;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.news-archive__sort-link {
  height: 5rem;
  text-decoration: none;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .news-archive__sort-link {
    height: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__sort-link {
    height: 4.8rem;
  }
}
.news-archive__list {
  flex-wrap: wrap;
  row-gap: 3.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .news-archive__list {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 6.375rem;
    margin-bottom: 7.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__list {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 8.5rem;
    margin-bottom: 10.5rem;
  }
}
.news-archive__item {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-archive__item {
    width: calc(33.3333% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__item {
    width: calc(25% - 3.75rem);
  }
}
.news-archive__link {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #331d0a;
}
.news-archive__image {
  background-image: url("../img/com/no-img640640.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-bottom: 1.75rem;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-archive__image {
    margin-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__image {
    margin-bottom: 1.75rem;
  }
}
.news-archive__image.--insta:after {
  background-image: url("../img/com/insta-w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .news-archive__image.--insta:after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.news-archive__image.--movie:before {
  background-image: url("../img/home/news-play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.2rem;
  height: 6.2rem;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .news-archive__image.--movie:before {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.news-archive__image:hover {
  opacity: 0.9;
}
.news-archive__image img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-archive__date {
  font-size: 1.2rem;
  line-height: 1;
  color: #808080;
  margin-bottom: 0.75rem;
}
.news-archive__ttl {
  font-size: 1.7rem;
  line-height: 1.4117647059;
}
@media screen and (min-width: 768px) {
  .news-archive__ttl {
    font-size: 1.35rem;
    line-height: 1.3888888889;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__ttl {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.news-archive__pager {
  width: 100%;
  background-color: red !important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-archive__pager {
    height: 3.5rem;
  }
}
.news-archive__pager .wp-pagenavi {
  font-size: 0rem;
  line-height: calc(NaN);
  display: flex !important;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-archive__pager .wp-pagenavi {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.news-archive__pager .wp-pagenavi a.previouspostslink,
.news-archive__pager .wp-pagenavi a.nextpostslink {
  border: none;
  width: 2rem;
  height: 1.4rem;
  font-size: 0;
}
.news-archive__pager .wp-pagenavi a.previouspostslink {
  background-image: url("../img/news/prev.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.news-archive__pager .wp-pagenavi a.nextpostslink {
  background-image: url("../img/news/next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.news-archive__pager .wp-pagenavi a,
.news-archive__pager .wp-pagenavi span {
  font-size: 1.7rem;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #331d0a;
  border: 1px solid #331d0a;
  border-radius: 9999px;
  line-height: 1;
  position: relative;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .news-archive__pager .wp-pagenavi a,
  .news-archive__pager .wp-pagenavi span {
    font-size: 2rem;
    line-height: 1;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.news-archive__pager .wp-pagenavi a.first,
.news-archive__pager .wp-pagenavi a.last {
  width: auto;
}
.news-archive__pager .wp-pagenavi span.extend {
  border: none;
}
.news-archive__pager .wp-pagenavi span.current {
  background-color: #ffd84c;
  opacity: 0.5;
}
.news-archive__ico {
  position: absolute;
  top: -22.5rem;
  right: 10.5rem;
  width: 15.6rem;
  height: 13.2rem;
  -webkit-animation: anime3 2s steps(1, end) infinite;
  animation: anime3 2s steps(1, end) infinite;
}
@media screen and (min-width: 768px) {
  .news-archive__ico {
    position: absolute;
    top: -16.125rem;
    right: 0;
    width: 27rem;
    height: 22.65rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-archive__ico {
    position: absolute;
    top: -21.5rem;
    right: 10.5rem;
    width: 36rem;
    height: 30.2rem;
  }
}
.news-archive__ico img {
  display: block;
  width: 100%;
  height: auto;
}

.news-single {
  margin-top: -6.5rem;
}
@media screen and (min-width: 768px) {
  .news-single {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single {
    margin-top: -4rem;
  }
}
.news-single__inner {
  max-width: 132rem;
  padding: 0 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .news-single__inner {
    padding: 0 1.5rem 9.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__inner {
    padding: 0 2rem 12.5rem;
  }
}
.news-single__cnts {
  background-image: url("../img/about/history-line.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 3.2rem;
  flex-direction: column;
  padding: 7rem 2rem;
  row-gap: 6rem;
}
@media screen and (min-width: 768px) {
  .news-single__cnts {
    padding: 8.625rem 7.125rem 15.75rem 7.875rem;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__cnts {
    padding: 11.5rem 9.5rem 21rem 10.5rem;
  }
}
.news-single__cnts:before {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  border-radius: 3.2rem;
  content: "";
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news-single__cnts:before {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
.news-single__cnts1, .news-single__cnts2 {
  position: relative;
}
.news-single__cnts1 {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .news-single__cnts1 {
    width: calc(100% - 27.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .news-single__cnts1 {
    width: calc(100% - 37rem);
  }
}
.news-single__date {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #808080;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news-single__date {
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: 0.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__date {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
}
.news-single__ttl {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news-single__ttl {
    font-size: 2.55rem;
    line-height: 2;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__ttl {
    font-size: 3.4rem;
    line-height: 2;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .news-single__cnt {
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__cnt {
    padding-right: 3rem;
  }
}
.news-single__cnt p {
  font-size: 1.6rem;
  line-height: 2;
}
.news-single__cnt img {
  display: block;
  width: 100%;
  height: auto;
}
.news-single__cnt .youtube {
  width: 100%;
  height: auto;
  padding-top: 62.5%;
  position: relative;
}
.news-single__cnt .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__cnts2 {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news-single__cnts2 {
    width: 27.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__cnts2 {
    width: 37rem;
  }
}
.news-single__cnts2 img {
  display: block;
  width: 100%;
  height: auto;
}
.news-single__ico {
  position: absolute;
  top: -16.5rem;
  left: -1rem;
  width: 13.2rem;
  height: 9.2rem;
  -webkit-animation: anime2 1s steps(2, end) infinite alternate;
  animation: anime2 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .news-single__ico {
    position: absolute;
    top: -13.125rem;
    left: 6rem;
    width: 24.45rem;
    height: 20.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__ico {
    position: absolute;
    top: -17.5rem;
    left: 8rem;
    width: 32.6rem;
    height: 27.2rem;
  }
}
.news-single__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.news-single__btn {
  background-image: url("../img/com/news-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .news-single__btn {
    position: absolute;
    bottom: 6.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/com/news-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__btn {
    position: absolute;
    bottom: 9rem;
    left: 50%;
  }
}

.privacy-sec {
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .privacy-sec {
    margin-bottom: 0.6rem;
    padding: 0 2rem 16.6rem;
  }
}
.privacy-sec__inner {
  max-width: 128rem;
  width: calc(100% - 4rem);
  padding: 3rem 2rem;
  background-color: #fff;
  margin-top: -2.5rem;
  border-radius: 3.35rem;
}
@media screen and (min-width: 768px) {
  .privacy-sec__inner {
    width: 100%;
    padding: 8.5rem 7.5rem 5rem;
    border-radius: 2rem;
    margin-top: -4rem;
  }
}
.privacy-sec__desc {
  text-align: center;
  position: relative;
}
.privacy-sec__desc:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .privacy-sec__desc {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 5rem;
  }
}
.privacy-sec__desc2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy-sec__desc2 {
    font-size: 1.6rem;
    line-height: 2;
    padding: 2rem 0 4rem;
  }
}
.privacy-sec__desc2:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.privacy-sec__dl {
  padding: 2.5rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy-sec__dl {
    font-size: 1.6rem;
    line-height: 2;
    padding: 2.5rem 0 4rem;
  }
}
.privacy-sec__dl:not(:last-child):after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.privacy-sec__dt {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 2rem;
  border-left: 0.7rem solid #331d0a;
  margin-bottom: 1rem;
}
.privacy-sec__dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.privacy-sec__dd-flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd-flex {
    flex-direction: row;
    padding: 2.5rem 0;
  }
}
.privacy-sec__dd-flex1, .privacy-sec__dd-flex2 {
  flex: 1;
}
.privacy-sec__dd-flex2 {
  border-left: 1px solid #c5a899;
}
.privacy-sec__dd-flex-list-wrap.m--column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd-flex-list-wrap.m--column::after {
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #d6d2ce;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd-flex-list-wrap.m--column > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd-flex-list-wrap.m--column > ul > li {
    display: inline-block;
  }
}
.privacy-sec__dd-flex-list {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}
.privacy-sec__dd-flex-list:first-child {
  margin-top: 3rem;
}
.privacy-sec__dd-flex-list:last-child {
  margin-bottom: 3rem;
}
.privacy-sec__dd-flex-list > li {
  margin: 0 0 0.5rem;
  padding: 0 0 0 1em;
  position: relative;
}
.privacy-sec__dd-flex-list > li::before {
  content: "・";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-sec__dd-contact {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #f7f6f5;
}
@media screen and (min-width: 768px) {
  .privacy-sec__dd-contact {
    padding: 2.6rem;
  }
}
.privacy-sec__dd-contact:first-child {
  margin-top: 0;
}
.privacy-sec__dd-contact:last-child {
  margin-bottom: 0;
}

.recruit-archive__inner {
  width: 100%;
  max-width: 100rem;
  padding: 0 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__inner {
    padding: 0 2rem 8.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__inner {
    padding: 0 2rem 11rem;
  }
}
.recruit-archive__list {
  flex-direction: column;
  margin-bottom: 6rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__list {
    row-gap: 2.1rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__list {
    row-gap: 2.8rem;
    margin-bottom: 8rem;
  }
}
.recruit-archive__item {
  background-image: url(../img/shop/list-line.jpg);
  background-repeat: repeat;
  background-size: 56.5rem 55.6rem;
  padding: 0.2rem;
  border-radius: 2.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item {
    border-radius: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item {
    border-radius: 3.2rem;
  }
}
.recruit-archive__item-inner {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-inner {
    border-radius: 3.375rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item-inner {
    border-radius: 4.5rem;
  }
}
.recruit-archive__item-label {
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  top: -0.4rem;
  left: 1.6rem;
  letter-spacing: 0.13em;
  background-image: url(../img/recruit/label-bg.png);
  background-size: 33.2rem 3.2rem;
  background-repeat: repeat-x;
  background-position: top 0 center;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  width: auto;
  max-width: calc(100% - 3.2rem);
  height: 3.2rem;
  min-width: 10.3rem;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0.5rem;
  overflow: hidden;
  font-weight: bold;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-label {
    position: absolute;
    top: -0.6rem;
    left: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.4;
    background-size: 40.5rem 3.9rem;
    min-width: 12.525rem;
    max-width: calc(50% - 2.4rem);
    height: 3.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item-label {
    position: absolute;
    top: -0.6rem;
    left: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    background-size: 54rem 5.2rem;
    min-width: 16.7rem;
    max-width: calc(50% - 3.2rem);
    height: 5.2rem;
  }
}
.recruit-archive__item-label:before {
  background-image: url("../img/recruit/map.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.8rem;
}
.recruit-archive__info, .recruit-archive__item-img {
  height: auto;
}
.recruit-archive__info {
  width: 50%;
}
.recruit-archive__item-img {
  padding: 1rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-img {
    padding: 2rem;
  }
}
.recruit-archive__item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
}
.recruit-archive__info {
  padding: 4rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__info {
    padding: 6rem 4.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__info {
    padding: 7.2rem 6rem 2rem;
  }
}
.recruit-archive__ttl-text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__ttl-text {
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__ttl-text {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
.recruit-archive__item-list {
  flex-direction: column;
  row-gap: 0.4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-list {
    row-gap: 1rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item-list {
    row-gap: 1rem;
    margin-bottom: 2.4rem;
  }
}
.recruit-archive__item-item {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-item {
    font-size: 1.35rem;
    line-height: 1.4444444444;
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item-item {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 3rem;
  }
}
.recruit-archive__item-item:before {
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  background-color: #ffd84c;
}
@media screen and (min-width: 768px) {
  .recruit-archive__item-item:before {
    width: 1.125rem;
    height: 0.225rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__item-item:before {
    width: 1.5rem;
    height: 0.3rem;
  }
}
.recruit-archive__detal-btn {
  font-size: 1.2rem;
  line-height: 1;
  width: 80%;
  height: 3.2rem;
  padding: 0 1rem 0 2rem;
  border: 0.1rem solid #ccc6c2;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  color: #331d0a;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .recruit-archive__detal-btn {
    font-size: 1.05rem;
    line-height: 1;
    width: 15.75rem;
    height: 3.3rem;
    padding: 0 0.75rem 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__detal-btn {
    font-size: 1.4rem;
    line-height: 1;
    width: 21rem;
    height: 4.4rem;
    padding: 0 1rem 0 2rem;
  }
  .recruit-archive__detal-btn:hover {
    background-color: #f1eae6;
  }
}
.recruit-archive__detal-btn:after {
  background-image: url("../img/recruit/link.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.6rem;
}
.recruit-archive__btn {
  background-image: url("../img/lineup/about-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .recruit-archive__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .recruit-archive__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.35rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-archive__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }
}

.shop-offer-h1 img {
  max-width: 100%;
  width: 63.1067961165%;
  height: auto;
  aspect-ratio: 518/90;
}
@media screen and (min-width: 768px) {
  .shop-offer-h1 img {
    width: auto;
  }
}

.shop-offer-section {
  margin-top: 1.4rem;
  padding-bottom: 7.3rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-section {
    margin-top: 1rem;
    padding-bottom: 14rem;
  }
}
.shop-offer-section .inner {
  padding-inline: 2rem;
  margin-top: -4rem;
}
.shop-offer-section__inner {
  margin-inline: auto;
  padding: 5.2rem 2rem 6rem;
  background-color: #fff;
  border-radius: 3.4rem;
}
@media screen and (min-width: 1024px) {
  .shop-offer-section__inner {
    max-width: 128rem;
    padding: 7rem 8rem 10rem;
    border-radius: 3.1rem;
  }
}

.shop-offer-cases__txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__txt {
    text-align: center;
  }
}
.shop-offer-cases__items {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__items {
    margin-top: 7.8rem;
  }
}
.shop-offer-cases__item {
  position: relative;
  padding-top: 3.5rem;
  background: linear-gradient(to right, #85776c 0.5rem, transparent 0.5rem) repeat-x left top/1rem 1px;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__item {
    padding-top: 4.7rem;
  }
}
.shop-offer-cases__item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__item:not(:first-child) {
    margin-top: 7rem;
  }
}
.shop-offer-cases__item:has(br) {
  padding-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__item:has(br) {
    padding-top: 4.7rem;
  }
}
.shop-offer-cases__ttl {
  position: absolute;
  top: -1.8rem;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.6rem 1.3rem;
  background-color: #ffd84c;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl {
    top: -2.2rem;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    padding: 0.7rem 2.5rem;
  }
}
.shop-offer-cases__ttl:has(br) {
  top: -3.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.7rem 1.3rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl:has(br) {
    top: -2.2rem;
    padding: 0.7rem 2.5rem;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}
.shop-offer-cases__ttl:has(br)::before {
  height: 6.8rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl:has(br)::before {
    height: 4.4rem;
  }
}
.shop-offer-cases__ttl:has(br)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -1.7rem;
  background: url("../img/shop-offer/so-ttl-after-br.svg") no-repeat left top/contain;
  width: 1.8rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl:has(br)::after {
    background: url("../img/shop-offer/so-ttl-after.svg") no-repeat left top/contain;
  }
}
.shop-offer-cases__ttl::before {
  position: absolute;
  content: "";
  width: 2.3rem;
  height: 3.4rem;
  top: 0;
  right: -2.3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl::before {
    width: 3.7rem;
    height: 4.4rem;
    right: -3.7rem;
  }
}
.shop-offer-cases__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.7rem;
  background: url("../img/shop-offer/so-ttl-after-sp.svg") no-repeat left top/contain;
  width: 1.8rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__ttl::after {
    background: url("../img/shop-offer/so-ttl-after.svg") no-repeat left top/contain;
    width: 1.8rem;
    height: 100%;
  }
}
.shop-offer-cases__imgs {
  display: grid;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-offer-cases__imgs {
    gap: 3rem;
  }
}
.shop-offer-cases__imgs img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 332/180;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__imgs img {
    max-width: 100%;
    border-radius: 1.8rem;
    aspect-ratio: 545/336;
  }
}
.shop-offer-cases__edit-area {
  margin-top: 4rem;
  padding: 1.2rem 2.7rem 1.7rem 2.2rem;
  border-radius: 1.1rem;
  background-color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__edit-area {
    margin-top: 4.6rem;
    padding: 4.2rem 5rem;
    border-radius: 1.6rem;
  }
}
.shop-offer-cases__list {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__list {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__list:not(:first-child) {
    margin-top: 1.4rem;
  }
}
.shop-offer-cases__list::before {
  content: "●";
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shop-offer-cases__list::before {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.shop-offer-contact {
  padding-inline: 2rem;
}
.shop-offer-contact__inner {
  margin: 6rem auto 0;
  padding: 3.6rem 1.8rem 4.4rem;
  border-radius: 1.6rem;
  border: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .shop-offer-contact__inner {
    margin: 9.6rem auto 0;
    max-width: 128rem;
    padding: 3.6rem 8rem 3.1rem 9rem;
    border: 0.2rem solid #000;
    align-items: center;
    grid-template-columns: 40rem 1fr;
    border-radius: 2.9rem;
  }
}
.shop-offer-contact__ttl {
  font-size: 2.6rem;
  line-height: 1.8076923077;
  text-align: center;
  color: #000;
  padding-bottom: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__ttl {
    font-size: 3.4rem;
    line-height: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .shop-offer-contact__ttl {
    padding-right: 9rem;
  }
}
.shop-offer-contact__info {
  padding-block: 2.4rem 0;
  background: linear-gradient(to left, #85776c 0.5rem, transparent 0.5rem) repeat-x left top/1rem 1px;
}
@media screen and (min-width: 1024px) {
  .shop-offer-contact__info {
    padding-block: 3rem 4rem;
    padding-left: 9rem;
    background: linear-gradient(to bottom, #85776c 0.5rem, transparent 0.5rem) repeat-y left top/1px 1rem;
  }
}
.shop-offer-contact__info > * {
  color: #000;
  font-weight: 600;
}
.shop-offer-contact__company {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__company {
    font-size: 2.1rem;
    line-height: 1.380952381;
  }
}
.shop-offer-contact__company .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__company .note {
    display: inline;
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.shop-offer-contact__post {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__post {
    margin-top: 1rem;
    font-size: 2.1rem;
    line-height: 1.380952381;
  }
}
.shop-offer-contact__post .name {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding-left: 1.22rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__post .name {
    font-size: 3.1rem;
    line-height: 1.2580645161;
    padding-left: 2rem;
  }
}
.shop-offer-contact__phones {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__phones {
    margin-top: 3.8rem;
  }
}
.shop-offer-contact__phones .item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__phones .item {
    font-size: 2.3rem;
    line-height: 1.347826087;
  }
}
.shop-offer-contact__phones .item .txt {
  display: block;
  margin-top: -0.3rem;
}
.shop-offer-contact__phones .item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__phones .item:not(:first-child) {
    margin-top: 1.3rem;
  }
}
.shop-offer-contact__phones .item a {
  text-decoration: none;
  color: #000;
}
.shop-offer-contact__phones .item img {
  width: 1.7rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .shop-offer-contact__phones .item img {
    width: 2.3rem;
  }
}

.shop-archive__inner {
  max-width: 168rem;
  padding: 0 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__inner {
    padding: 0 2rem 8.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__inner {
    padding: 0 2rem 11rem;
  }
}
.shop-archive__sort {
  width: 100%;
  height: 5rem;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__sort {
    height: 4.8rem;
    margin-bottom: 3.75rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__sort {
    height: 6.4rem;
    margin-bottom: 5rem;
  }
}
.shop-archive__sort::before {
  background-image: url("../img/shop/line-sp.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.6rem;
  background-size: 37.2rem 0.6rem;
  content: "";
  display: block;
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .shop-archive__sort::before {
    background-image: url("../img/shop/line.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 123rem 0.45rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__sort::before {
    background-size: 164rem 0.6rem;
  }
}
.shop-archive__sort-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27.4rem;
  height: auto;
  margin: 0 auto;
  border: 2px solid #331d0a;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__sort-inner {
    width: 31.8rem;
    border-radius: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__sort-inner {
    width: 42.4rem;
    border-radius: 3.2rem;
  }
}
.shop-archive__sort-ttl {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 5rem;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s;
  background-color: #331d0a;
}
@media screen and (min-width: 768px) {
  .shop-archive__sort-ttl {
    font-size: 1.35rem;
    line-height: 1;
    height: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__sort-ttl {
    font-size: 1.8rem;
    line-height: 1;
    height: 6.4rem;
  }
}
.shop-archive__sort-ttl:hover {
  background-color: #6e2600;
}
.shop-archive__sort-ttl:after {
  background-image: url("../img/shop/arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.8rem;
}
.shop-archive__sort-list {
  width: 100%;
  height: 0;
  transition: 0.5s;
  position: relative;
}
.shop-archive__sort-link {
  height: 5rem;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .shop-archive__sort-link {
    height: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__sort-link {
    height: 6.4rem;
  }
}
.shop-archive__sort-link:hover {
  color: #6e2600;
}
.shop-archive__list {
  flex-wrap: wrap;
  row-gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__list {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 3rem;
    justify-content: flex-start;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__list {
    -webkit-column-gap: 5.5rem;
    -moz-column-gap: 5.5rem;
    column-gap: 5.5rem;
    row-gap: 5.5rem;
    justify-content: flex-start;
    margin-bottom: 8rem;
  }
}
.shop-archive__item {
  background-image: url("../img/shop/list-line.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  background-repeat: repeat;
  background-size: 56.5rem 55.6rem;
  position: relative;
  border-radius: 4.5rem;
  padding: 0.1rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item {
    width: calc(50% - 1rem);
    padding: 0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item {
    width: calc(33.333% - 4.125rem);
    padding: 0.2rem;
  }
}
.shop-archive__item-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4.5rem;
  overflow: hidden;
  padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item-bg {
    padding: 2.25rem 2.25rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item-bg {
    padding: 3rem 3rem 4rem;
  }
}
.shop-archive__item-img {
  width: 100%;
  height: 19rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item-img {
    margin-bottom: 1.5rem;
    height: 19.125remrem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item-img {
    margin-bottom: 2rem;
    height: 25.5rem;
  }
}
.shop-archive__item-img img {
  display: block;
  width: 100%;
  height: auto;
  height: 19rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item-img img {
    height: 19.125remrem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item-img img {
    height: 25.5rem;
  }
}
.shop-archive__ttl {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .shop-archive__ttl {
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__ttl {
    margin-bottom: 2rem;
  }
}
.shop-archive__ttl-text {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .shop-archive__ttl-text {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__ttl-text {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.shop-archive__ttl-btn {
  font-size: 1.2rem;
  line-height: 1;
  width: 6.3rem;
  height: 2.4rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  background-color: #6e2600;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .shop-archive__ttl-btn {
    width: 6.45rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__ttl-btn {
    width: 8.6rem;
    height: 3.2rem;
  }
}
.shop-archive__ttl-btn:hover {
  background-color: #331d0a;
}
.shop-archive__ttl-btn:before {
  background-image: url("../img/company/map.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.shop-archive__address {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__address {
    font-size: 1.05rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__address {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.shop-archive__hours-tel {
  width: auto;
  flex-direction: column;
  row-gap: 1rem;
}
.shop-archive__hours {
  font-size: 1.2rem;
  line-height: 1;
  width: auto;
  align-items: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__hours {
    font-size: 1.05rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__hours {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.shop-archive__hours:before {
  background-image: url("../img/shop/clock.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .shop-archive__hours:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__hours:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.shop-archive__tel {
  font-size: 1.2rem;
  line-height: 1;
  width: auto;
  align-items: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__tel {
    font-size: 1.05rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__tel {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.shop-archive__tel:before {
  background-image: url("../img/shop/tel.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__tel:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__tel:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.shop-archive__item-term {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  top: 3rem;
  left: -0.5rem;
  width: auto;
  height: 2.5rem;
  background-color: #c22b1d;
  align-items: center;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item-term {
    position: absolute;
    top: 4.125rem;
    left: -0.375rem;
    font-size: 1.05rem;
    line-height: 1;
    height: 2.55rem;
    padding: 0 2.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item-term {
    position: absolute;
    top: 5.5rem;
    left: -0.5rem;
    font-size: 1.4rem;
    line-height: 1;
    height: 3.4rem;
    padding: 0 3.6rem;
  }
}
.shop-archive__item-term:after {
  position: absolute;
  top: 0;
  right: -0.7rem;
  background-image: url("../img/shop/shop-end.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 0.7rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .shop-archive__item-term:after {
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 0.75rem;
    height: 2.55rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__item-term:after {
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1rem;
    height: 3.4rem;
  }
}
.shop-archive__btn {
  background-image: url("../img/lineup/about-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .shop-archive__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .shop-archive__btn {
    background-image: url("../img/lineup/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }
}

.top {
  background-image: url("../img/com/bg2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
}

.home-mv {
  background-image: url("../img/home/mv-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 41.2rem 100rem;
  background-position: bottom center;
  width: 100%;
  position: relative;
  height: 100rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-mv {
    background-image: url("../img/home/mv-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-size: 144rem 120.75rem;
    height: 120.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv {
    background-size: 192rem 149.7rem;
    height: 149.7rem;
    background-size: 192rem 161rem;
    height: 161rem;
  }
}
.home-mv__inner {
  padding: 6.3rem 0 0;
}
@media screen and (min-width: 768px) {
  .home-mv__inner {
    padding: 11.5rem 2rem 0;
  }
}
.home-mv__slider-box {
  width: 100%;
  height: atuo;
  position: relative;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-box {
    margin-bottom: 7.5rem;
  }
}
.home-mv__slider {
  max-width: 35.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .home-mv__slider {
    max-width: 156rem;
    left: -1.2rem;
  }
}
.home-mv__slider-item {
  background-image: url("../img/home/slider1-new-bg-new.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-item {
    background-image: url("../img/home/slider1-new-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.home-mv__slider-item img {
  display: block;
  width: 100%;
  height: auto;
}
.home-mv__slider-item-img {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 2.75rem;
  right: 1.25rem;
  left: auto;
  width: calc(100% - 3rem);
  height: calc(100% - 6.5rem);
  border-radius: clamp(0rem, 11.5853658537vw, 19rem) clamp(0rem, 11.5853658537vw, 19rem) clamp(0rem, 12.8048780488vw, 21rem) clamp(0rem, 12.8048780488vw, 21rem);
}
@media screen and (min-width: 768px) {
  .home-mv__slider-item-img {
    position: absolute;
    top: 0.975rem;
    right: 0.975rem;
    left: auto;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border-radius: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-item-img {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    left: auto;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    border-radius: clamp(0rem, 13.4146341463vw, 22rem);
  }
}
.home-mv__slider-item-img img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-mv__slider-flex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 10%;
  justify-content: center;
  overflow: hidden;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-flex {
    width: 43%;
    height: 9%;
    flex-direction: row;
    padding-left: 9.6%;
    align-items: center;
    justify-content: flex-start;
    row-gap: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-flex {
    height: 8%;
  }
}
.home-mv__slider-flex-ticker, .home-mv__slider-flex-ticker-wrapper, .home-mv__slider-flex-ticker-slide {
  width: 100%;
  height: 100%;
}
.home-mv__slider-flex-ticker-slide {
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  flex-direction: column;
  row-gap: 2.5%;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-flex-ticker-slide {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.home-mv__slider-flex-date {
  font-size: 1rem;
  line-height: 1;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-flex-date {
    font-size: 1.4rem;
    line-height: 1;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-flex-date {
    width: 7.4rem;
  }
}
.home-mv__slider-flex-ttl {
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
  align-items: center;
  color: #331d0a;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-flex-ttl {
    font-size: 1.8rem;
    line-height: 1;
    width: calc(100% - 7.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-flex-ttl {
    width: calc(100% - 11.5rem);
  }
}
.home-mv__slider-flex-ttl:before {
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0 60%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .home-mv__slider-flex-ttl:before {
    -webkit-transform: translateY(calc(-50% + 0.15rem));
    transform: translateY(calc(-50% + 0.15rem));
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-flex-ttl:before {
    -webkit-transform: translateY(calc(-50% - 0.15rem));
    transform: translateY(calc(-50% - 0.15rem));
    height: 70%;
  }
}
.home-mv__slider-next-arrow, .home-mv__slider-prev-arrow {
  width: 1.6rem;
  height: 1.4rem;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-next-arrow, .home-mv__slider-prev-arrow {
    width: 2.7rem;
    height: 2.3rem;
  }
}
.home-mv__slider-next-arrow img, .home-mv__slider-prev-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.home-mv__cnt-desc {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .home-mv__cnt-desc {
    font-size: 2.6rem;
    line-height: 1.7692307692;
    margin-bottom: 7rem;
  }
}
.home-mv__cnt-btn {
  background-image: url("../img/home/about-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home-mv__cnt-btn {
    background-image: url("../img/home/about-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.home-mv__cnt-btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.home-mv__cnt-btn2 {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-mv__cnt-btn2 {
    margin-top: 6rem;
  }
}
.home-mv__cnt-btn2:last-child {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .home-mv__cnt-btn2:last-child {
    margin-top: 2rem;
  }
}
.home-mv__cnt-btn2 img {
  width: 29.2rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .home-mv__cnt-btn2 img {
    width: 55.7rem;
  }
}
.home-mv__slider-prev, .home-mv__slider-next {
  background-image: url("../img/home/arrow-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 9rem !important;
  height: 9rem !important;
  top: 55% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-prev, .home-mv__slider-next {
    width: 11.7rem !important;
    height: 11.7rem !important;
    top: 50% !important;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-prev, .home-mv__slider-next {
    width: 15.6rem !important;
    height: 15.6rem !important;
  }
}
.home-mv__slider-prev:after, .home-mv__slider-next:after {
  display: none !important;
}
.home-mv__slider-prev {
  left: -4.5rem !important;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-prev {
    left: -7.35rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-prev {
    left: -9.8rem !important;
  }
}
.home-mv__slider-prev-arrow, .home-mv__slider-next-arrow {
  position: relative;
}
.home-mv__slider-prev-arrow {
  left: 1.6rem;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-prev-arrow {
    left: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-prev-arrow {
    left: 4rem !important;
  }
}
.home-mv__slider-next-arrow {
  right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-next-arrow {
    right: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-next-arrow {
    right: 4rem !important;
  }
}
.home-mv__slider-next {
  right: -4.5rem !important;
}
@media screen and (min-width: 768px) {
  .home-mv__slider-next {
    right: -7.35rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__slider-next {
    right: -9.8rem !important;
  }
}
.home-mv__slider-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.home-sec1 {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 101.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-sec1 {
    min-height: 76.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1 {
    min-height: 96.425rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-sec1 {
    min-height: 101.5rem;
  }
}
.home-sec1:before {
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url("../img/home/sec1-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 41.2rem;
  height: 0.7rem;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec1:before {
    background-image: url("../img/home/sec1-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 144rem;
    height: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1:before {
    width: 192rem;
    height: 2.8rem;
  }
}
.home-sec1__illust {
  position: absolute;
  bottom: 5.5rem;
  left: -0.5rem;
  width: 30rem;
  height: 30.4rem;
}
@media screen and (min-width: 768px) {
  .home-sec1__illust {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62.4rem;
    height: 51.45rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1__illust {
    width: 83.2rem;
    height: 68.6rem;
  }
}
.home-sec1__illust img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec1__inner {
  background-image: url("../img/com/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
  padding: 9.5rem 0;
}
@media screen and (min-width: 768px) {
  .home-sec1__inner {
    padding: 10rem 0;
  }
}
.home-sec1__ca {
  width: 25.8rem;
  height: 4.4rem;
  margin: 0 auto 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-sec1__ca {
    width: 40.4rem;
    height: 6.9rem;
    margin: 0 auto 3rem;
  }
}
.home-sec1__ca img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec1__ttl {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-sec1__ttl {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 6rem;
  }
}
.home-sec1__list {
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  row-gap: 4.5rem;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .home-sec1__list {
    width: 100%;
    max-width: 137rem;
    justify-content: space-between;
    padding: 0 2rem;
    margin: 0 auto 4rem;
    flex-direction: row;
    -webkit-column-gap: 5.5rem;
    -moz-column-gap: 5.5rem;
    column-gap: 5.5rem;
  }
}
.home-sec1__item {
  height: auto;
  width: 26rem;
}
@media screen and (min-width: 768px) {
  .home-sec1__item {
    width: calc(33.3333% - 3.6666666667rem);
    max-width: 40.6rem;
    cursor: pointer;
  }
}
.home-sec1__item:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 43.5%;
}
.home-sec1__item:nth-child(1) .home-sec1__item-cnt-img-box {
  padding-top: 100%;
}
.home-sec1__item:nth-child(1) .home-sec1__item-cnt-img-box-ca {
  background-image: url("../img/home/line-up-rank1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.home-sec1__item:nth-child(2) .home-sec1__item-cnt-img-box-ca {
  background-image: url("../img/home/line-up-rank2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.home-sec1__item:nth-child(3) .home-sec1__item-cnt-img-box-ca {
  background-image: url("../img/home/line-up-rank3.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.home-sec1__item-cnt-img-box {
  background-image: url("../img/home/line-up-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  position: relative;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .home-sec1__item-cnt-img-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.home-sec1__item-cnt-img-box img {
  width: 100%;
  height: auto;
}
.home-sec1__item-cnt-img-box:hover {
  opacity: 0.9;
}
.home-sec1__item-cnt-img-box-ca {
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 7.2rem;
  height: 8.1rem;
}
@media screen and (min-width: 768px) {
  .home-sec1__item-cnt-img-box-ca {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 7.875rem;
    height: 8.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1__item-cnt-img-box-ca {
    width: 10.5rem;
    height: 11.8rem;
  }
}
.home-sec1__item-cnt-ttl {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home-sec1__item-cnt-ttl {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1__item-cnt-ttl {
    font-size: 3.3rem;
    line-height: 1;
  }
}
.home-sec1__item-cnt-ttl-en {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home-sec1__item-cnt-ttl-en {
    letter-spacing: 0.19em;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.home-sec1__btn {
  background-image: url("../img/home/line-up-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home-sec1__btn {
    background-image: url("../img/home/line-up-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.home-sec1__btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.home-sec1__ico {
  position: absolute;
  top: 7rem;
  left: -2rem;
  width: 9.2rem;
  height: 6.9rem;
  -webkit-animation: anime1 1s steps(2, end) infinite alternate;
  animation: anime1 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .home-sec1__ico {
    position: absolute;
    top: 6rem;
    left: clamp(0rem, 1.5625vw, 3rem);
    width: 12.75rem;
    height: 9.525rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec1__ico {
    position: absolute;
    top: 6rem;
    left: clamp(0rem, 6.25vw, 12rem);
    width: 17rem;
    height: 12.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-sec1__ico {
    position: absolute;
    top: 6rem;
    left: clamp(0rem, 17.1875vw, 33rem);
  }
}
.home-sec1__ico img {
  display: block;
  width: 100%;
  height: auto;
}

.home-sec2 {
  background-image: url("../img/com/bg2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
  position: relative;
}
.home-sec2:before {
  position: absolute;
  top: -3rem;
  left: 50%;
  background-image: url("../img/home/sec2-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 41.2rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec2:before {
    background-image: url("../img/home/sec2-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: -13.4rem;
    left: 50%;
    width: 100%;
    max-width: 192rem;
    height: 13.4rem;
  }
}
.home-sec2__inner {
  max-width: 150.4rem;
  padding: 8.5rem 2rem 10rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__inner {
    padding: 9.5rem 2rem;
  }
}
.home-sec2__ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__ttl {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 4.5rem;
  }
}
.home-sec2__slider-box {
  position: relative;
  padding: 0 3.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-box {
    margin-bottom: 6.5rem;
    padding: 0;
  }
}
.home-sec2__slider {
  max-width: 128rem !important;
  margin: 0 auto;
}
.home-sec2__slider-item {
  height: auto !important;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec2__slider-item {
    padding: 0 2rem;
  }
}
.home-sec2__slider-item-cnt {
  text-decoration: none;
  color: #331d0a;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.home-sec2__slider-item-cnt:hover {
  opacity: 0.9;
}
.home-sec2__slider-item-cnt-img-box {
  background-image: url("../img/com/no-img640640.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item-cnt-img-box {
    margin-bottom: 1.25rem;
  }
}
.home-sec2__slider-item-cnt-img-box img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sec2__slider-item-cnt-img-box.--insta:after {
  background-image: url("../img/com/insta-w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item-cnt-img-box.--insta:after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.home-sec2__slider-item-cnt-img-box.--movie:before {
  background-image: url("../img/home/news-play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.2rem;
  height: 6.2rem;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item-cnt-img-box.--movie:before {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.home-sec2__slider-item-cnt-date {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item-cnt-date {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.home-sec2__slider-item-cnt-ttl {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-item-cnt-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.home-sec2__slider-prev, .home-sec2__slider-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-prev, .home-sec2__slider-next {
    width: 6rem;
    height: 6rem;
  }
}
.home-sec2__slider-prev {
  background-image: url("../img/home/news-prev-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-prev {
    background-image: url("../img/home/news-prev.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.home-sec2__slider-next {
  background-image: url("../img/home/news-next-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .home-sec2__slider-next {
    background-image: url("../img/home/news-next.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.home-sec2__btn {
  background-image: url("../img/home/news-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .home-sec2__btn {
    background-image: url("../img/home/news-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.home-sec2__btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.home-sec2__ico {
  position: absolute;
  top: -8rem;
  right: 2rem;
  width: 16.4rem;
  height: 11.4rem;
  -webkit-animation: anime2 1s steps(2, end) infinite alternate;
  animation: anime2 1s steps(2, end) infinite alternate;
}
@media screen and (min-width: 768px) {
  .home-sec2__ico {
    position: absolute;
    top: -14.25rem;
    right: 6.75rem;
    width: 24.45rem;
    height: 20.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec2__ico {
    position: absolute;
    top: -19rem;
    right: 9rem;
    width: 32.6rem;
    height: 27.2rem;
  }
}
.home-sec2__ico img {
  display: block;
  width: 100%;
  height: auto;
}

.home-sec3__flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex {
    flex-direction: row;
  }
}
.home-sec3__flex1, .home-sec3__flex2 {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1, .home-sec3__flex2 {
    width: 50%;
    justify-content: center;
  }
}
.home-sec3__flex1-inner, .home-sec3__flex2-inner {
  padding: 7.5rem 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-inner, .home-sec3__flex2-inner {
    padding: 11rem 2rem 7rem;
  }
}
.home-sec3__flex1:before {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1:before {
    width: 50vw;
  }
}
.home-sec3__flex1-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-inner {
    width: 45.4rem;
  }
}
.home-sec3__flex1-ttl, .home-sec3__flex2-ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-ttl, .home-sec3__flex2-ttl {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 4rem;
  }
}
.home-sec3__flex1-sns-list {
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  justify-content: center;
  padding: 2.5rem 0;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-sns-list {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    padding: 2.25rem 0;
    margin: 0;
  }
}
.home-sec3__flex1-sns-list:after {
  content: "";
  background-image: linear-gradient(to right, #c5a899, #c5a899 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.home-sec3__flex1-cnt {
  width: 100%;
  height: 51.8rem;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-cnt {
    height: 66rem;
  }
}
.home-sec3__flex1-cnt iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
}
.home-sec3__flex1-sns-item {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex1-sns-item {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.home-sec3__flex1-sns-item:nth-child(1):hover path {
  fill: #4267b2 !important;
}
.home-sec3__flex1-sns-item:nth-child(2):hover path {
  fill: #00acee !important;
}
.home-sec3__flex1-sns-item:nth-child(3):hover path {
  fill: #e95950 !important;
}
.home-sec3__flex1-sns-link {
  display: block;
  width: 100%;
  height: 100%;
}
.home-sec3__flex1-sns-link img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec3__flex1-sns-link path {
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.home-sec3__flex2:before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/com/bg3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-size: 10rem 10rem;
  background-repeat: repeat;
  height: 100%;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2:before {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-inner {
    width: 68rem;
    max-width: 100%;
  }
}
.home-sec3__flex2-wrap {
  border-radius: 4.325rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-wrap {
    border-radius: 4rem;
  }
}
.home-sec3__flex2-cnt-img {
  width: 100%;
  height: auto;
}
.home-sec3__flex2-cnt-img img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec3__flex2-cnt {
  padding: 4rem 3rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-cnt {
    padding: 5.5rem 3.5rem;
  }
}
.home-sec3__flex2-cnt-ttl {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-cnt-ttl {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
.home-sec3__flex2-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-desc {
    margin-bottom: 2.25rem;
  }
}
.home-sec3__flex2-btn {
  background-image: url("../img/home/company-btn-sp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 1.6rem;
  line-height: 1;
  width: 20.2rem;
  height: 5.2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-btn {
    font-size: 1.2375rem;
    line-height: 1;
    background-image: url("../img/home/company-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 24rem;
    height: 3.75rem;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec3__flex2-btn {
    font-size: 1.65rem;
    line-height: 1;
    background-image: url("../img/home/company-btn.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 32rem;
    height: 5rem;
    margin: 0 auto 2rem;
  }
}
.home-sec3__flex2-btn:after {
  background-image: url("../img/com/next-arrow-red.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.15rem;
  content: "";
  display: block;
}
.home-sec3__ico {
  position: absolute;
  top: -7rem;
  left: 1rem;
  width: 17rem;
  height: 12.9rem;
  -webkit-animation: anime3 2s steps(1, end) infinite;
  animation: anime3 2s steps(1, end) infinite;
}
@media screen and (min-width: 768px) {
  .home-sec3__ico {
    position: absolute;
    top: -7.125rem;
    left: 8.25rem;
    width: 18.075rem;
    height: 13.725rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-sec3__ico {
    position: absolute;
    top: -9.5rem;
    left: 11rem;
    width: 24.1rem;
    height: 18.3rem;
  }
}
.home-sec3__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec3__flex2-fc {
  max-width: 55.7rem;
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.home-sec3__flex2-fc:hover {
  opacity: 0.9;
}
.home-sec3__flex2-fc img {
  display: block;
  width: 100%;
  height: auto;
}
.home-sec3__flex2-so {
  margin-top: 1.2rem;
  max-width: 55.7rem;
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 768px) {
  .home-sec3__flex2-so {
    margin-top: 2rem;
  }
}
.home-sec3__flex2-so:hover {
  opacity: 0.9;
}
.home-sec3__flex2-so img {
  display: block;
  width: 100%;
  height: auto;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/lightbox/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../img/lightbox/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../img/lightbox/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  display: none !important;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../img/lightbox/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=sourcemaps/style.css.map */