/*  #concept
-------------------------------------------------------------------------------*/
.concept {
  margin-top: 5.3333333333vw;
}

.concept .inner {
  width: 94.6666666667vw;
}

.concept-box {
  position: relative;
  padding: 12vw 4vw 12vw 4vw;
  background-color: #ffffff;
}

.concept-label {
  position: absolute;
  top: -2.6666666667vw;
  left: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0.1em 0.5em;
  height: 8.8vw;
  background-color: #000000;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 6.6666666667vw;
  font-weight: 900;
  line-height: 1em;
  -webkit-transform: rotate(-8.11deg);
          transform: rotate(-8.11deg);
  z-index: 1;
}

.concept-head {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.concept-en {
  position: relative;
  width: 100%;
}
.concept-en:after {
  content: "";
  position: absolute;
  top: 4.2666666667vw;
  left: 29.8666666667vw;
  display: inline-block;
  width: 17.6vw;
  height: 9.0666666667vw;
  background-image: url(../img/concept/candy_sp.png);
  background-size: contain;
}

.concept-catch {
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 140%;
  margin-top: 0.5em;
}

.concept-text p {
  font-size: 4vw;
  font-weight: 900;
}

.concept-btn {
  position: relative;
  margin-top: 5.3333333333vw;
  width: 64vw;
}
.concept-btn:after {
  content: "";
  content: "";
  position: absolute;
  top: -10.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 21.8666666667vw;
  height: 11.2vw;
  background-image: url(../img/common/candy-hi.svg);
  background-size: contain;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) rotate(5deg);
            transform: translateX(-50%) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(5deg);
            transform: translateX(-50%) rotate(5deg);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: translateX(-50%) rotate(5deg);
            transform: translateX(-50%) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(-5deg);
            transform: translateX(-50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(5deg);
            transform: translateX(-50%) rotate(5deg);
  }
}
@media screen and (max-width: 750px) {
  .concept-image {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .concept {
    margin-top: 2.7777777778vw;
  }
  .concept .inner {
    width: 97.0833333333vw;
  }
  .concept-box {
    padding: 5.9027777778vw 3.125vw 5.2083333333vw 3.125vw;
  }
  .concept-label {
    top: -1.7361111111vw;
    left: 2.7777777778vw;
    height: 4.5833333333vw;
    font-size: 3.4722222222vw;
  }
  .concept-head {
    margin-bottom: 3.4722222222vw;
    padding-bottom: 2.4305555556vw;
    border-bottom-width: 0.0694444444vw;
  }
  .concept-en:after {
    top: 3.125vw;
    left: 21.6666666667vw;
    width: 13.9583333333vw;
    height: 7.1527777778vw;
    background-image: url(../img/concept/candy.png);
    background-image: image-set(url(../img/concept/candy.png) 1x, url(../img/concept/candy-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/concept/candy.png) 1x, url(../img/concept/candy-2x.png) 2x);
  }
  .concept-catch {
    position: absolute;
    top: 7.8472222222vw;
    left: 50.6944444444vw;
    margin: 0;
    font-size: 2.9166666667vw;
  }
  .concept-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .concept-text {
    width: 62.5vw;
  }
  .concept-text p {
    font-size: 1.25vw;
  }
  .concept-btn {
    margin: 0;
    width: 21.6666666667vw;
  }
  .concept-btn:after {
    top: -4.1666666667vw;
    width: 10.1388888889vw;
    height: 5.2083333333vw;
  }
  .concept-image {
    position: absolute;
    width: 20.9722222222vw;
  }
  .concept-image--01 {
    top: 4.8611111111vw;
    right: 2.7777777778vw;
  }
  .concept-image--02 {
    top: 24.3055555556vw;
    left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .concept {
    margin-top: 40px;
  }
  .concept .inner {
    width: 1398px;
  }
  .concept-box {
    padding: 85px 45px 75px 45px;
  }
  .concept-label {
    top: -25px;
    left: 40px;
    height: 66px;
    font-size: 5rem;
  }
  .concept-head {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom-width: 1px;
  }
  .concept-en:after {
    top: 45px;
    left: 312px;
    width: 201px;
    height: 103px;
  }
  .concept-catch {
    top: 113px;
    left: 730px;
    font-size: 4.2rem;
  }
  .concept-text {
    width: 900px;
  }
  .concept-text p {
    font-size: 1.8rem;
  }
  .concept-btn {
    width: 312px;
  }
  .concept-btn:after {
    top: -60px;
    width: 146px;
    height: 75px;
  }
  .concept-image {
    width: 302px;
  }
  .concept-image--01 {
    top: 70px;
    right: 40px;
  }
  .concept-image--02 {
    top: 350px;
    left: 40px;
  }
}
/* ------------------------------------------- slide - */
.concept-slide {
  position: relative;
  margin-top: 8vw;
  padding-bottom: 5.8666666667vw;
}

.concept-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.concept-slide .swiper-slide {
  margin-right: 1.3333333333vw;
  width: 29.3333333333vw;
}

.concept-slide .swiper-slide:nth-child(even) {
  top: 5.8666666667vw;
}

.concept-slide .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .concept-slide {
    margin-top: 4.8611111111vw;
    padding-bottom: 3.4722222222vw;
  }
  .concept-slide .swiper-slide {
    margin-right: 0.6944444444vw;
    width: 17.3611111111vw;
  }
  .concept-slide .swiper-slide:nth-child(even) {
    top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .concept-slide {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .concept-slide .swiper-slide {
    margin-right: 10px;
    width: 250px;
  }
  .concept-slide .swiper-slide:nth-child(even) {
    top: 50px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  padding: 16vw 0;
}

.blog-head {
  margin-bottom: 5.3333333333vw;
}

.blog-ttl {
  margin-bottom: 2.6666666667vw;
}

.blog-en {
  position: relative;
  display: inline-block;
  margin-bottom: 2.1333333333vw;
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}
.blog-en:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18.6666666667vw;
  display: inline-block;
  width: 14.6666666667vw;
  height: 11.7333333333vw;
  background-image: url(../img/blog/candy.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-ja {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.blog-frt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
}

.blog-frt .c-blog {
  width: 100%;
}

.blog-btn {
  margin-top: 8vw;
  width: 66.1333333333vw;
}

@media screen and (min-width: 751px) {
  .blog {
    padding: 10.4166666667vw 0;
  }
  .blog-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4.1666666667vw;
  }
  .blog-ttl {
    margin-bottom: 0;
  }
  .blog-en {
    margin-bottom: 0.1em;
    font-size: 8.0555555556vw;
  }
  .blog-en:after {
    right: -13.1944444444vw;
    width: 9.6527777778vw;
    height: 7.7777777778vw;
  }
  .blog-ja {
    font-size: 2.0833333333vw;
  }
  .blog-lead {
    width: 28.8194444444vw;
  }
  .blog-frt {
    gap: 1.3888888889vw 2.0833333333vw;
  }
  .blog-frt .c-blog {
    width: 44.7916666667vw;
  }
  .blog-btn {
    margin: 4.1666666667vw auto 0 auto;
    width: 28.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 150px 0;
  }
  .blog-head {
    margin-bottom: 60px;
  }
  .blog-en {
    font-size: 11.6rem;
  }
  .blog-en:after {
    right: -190px;
    width: 139px;
    height: 112px;
  }
  .blog-ja {
    font-size: 3rem;
  }
  .blog-lead {
    width: 415px;
  }
  .blog-frt {
    gap: 20px 30px;
  }
  .blog-frt .c-blog {
    width: 645px;
  }
  .blog-btn {
    margin-top: 60px;
    width: 412px;
  }
}
/*  #company
-------------------------------------------------------------------------------*/
.company {
  padding: 16vw 0;
}

.company-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.company-ja {
  margin-top: 1.3333333333vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.company-copy {
  position: relative;
  margin-top: 5.3333333333vw;
  z-index: 1;
}
.company-copy span {
  position: relative;
  display: inline-block;
  padding: 0 0.1em 0.1em 0.1em;
  color: #F6F3EA;
  font-size: 12vw;
  font-weight: 900;
  line-height: 1em;
}
.company-copy span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FF4500;
  z-index: -1;
}
.company-copy span:nth-of-type(1):before,
.company-copy span:nth-of-type(3):before {
  width: 100%;
}
.company-copy span:nth-of-type(2):before {
  width: 100%;
}
.company-copy span:nth-child(n+2) {
  margin-top: 2.1333333333vw;
}

.company-catch {
  margin-top: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.company-text {
  margin-top: 2.6666666667vw;
}

.company-btn {
  margin-top: 8vw;
  width: 64vw;
}

.company-image {
  margin-top: 8vw;
}

.company-image-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.3333333333vw;
}

.company-image-sub > div {
  width: 44vw;
}

@media screen and (min-width: 751px) {
  .company {
    padding: 10.4166666667vw 0;
  }
  .company-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-content {
    width: 41.6666666667vw;
  }
  .company-en {
    font-size: 3.4722222222vw;
  }
  .company-ja {
    margin-top: 0;
    font-size: 1.6666666667vw;
  }
  .company-copy {
    margin-top: 2.0833333333vw;
  }
  .company-copy span {
    font-size: 6.25vw;
  }
  .company-copy span:nth-child(n+2) {
    margin-top: 1.1111111111vw;
  }
  .company-catch {
    margin-top: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .company-text {
    margin-top: 1.3888888889vw;
  }
  .company-btn {
    margin-top: 2.0833333333vw;
    width: 21.6666666667vw;
  }
  .company-image {
    margin: 0;
    width: 41.3194444444vw;
  }
  .company-image-sub {
    margin-top: 0.9027777778vw;
  }
  .company-image-sub > div {
    width: 20.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .company {
    padding: 150px 0;
  }
  .company-content {
    width: 600px;
  }
  .company-en {
    font-size: 5rem;
  }
  .company-ja {
    font-size: 2.4rem;
  }
  .company-copy {
    margin-top: 30px;
  }
  .company-copy span {
    font-size: 9rem;
  }
  .company-copy span:nth-child(n+2) {
    margin-top: 16px;
  }
  .company-catch {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .company-text {
    margin-top: 20px;
  }
  .company-btn {
    margin-top: 30px;
    width: 312px;
  }
  .company-image {
    width: 595px;
  }
  .company-image-sub {
    margin-top: 13px;
  }
  .company-image-sub > div {
    width: 290px;
  }
}
/*  #event
-------------------------------------------------------------------------------*/
.event {
  padding: 16vw 0;
}

.event-head {
  position: relative;
  margin-bottom: 5.3333333333vw;
  z-index: 2;
}

.event-en {
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.event-lead {
  margin-top: 2.6666666667vw;
}
.event-lead p {
  font-size: 4vw;
  font-weight: 900;
  white-space: nowrap;
}

.event-tab {
  position: relative;
  z-index: 1;
}

.event-btn {
  margin: 8vw auto 0 auto;
  width: 74.1333333333vw;
}

@media screen and (min-width: 751px) {
  .event {
    padding: 8.3333333333vw 0;
  }
  .event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .event-head {
    top: -1.7361111111vw;
    margin: 0 0 -1.7361111111vw 0;
    padding-right: 3.4722222222vw;
    width: 25vw;
    z-index: 2;
  }
  .event-head:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50vw;
    height: calc(100% + 2em);
    background-color: #F6F3EA;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  .event-en {
    font-size: 8.0555555556vw;
  }
  .event-lead {
    margin-top: 1.3888888889vw;
  }
  .event-lead p {
    font-size: 1.25vw;
  }
  .event-btn {
    margin: 2.7777777778vw 0 0 0;
    width: 100%;
  }
  .event-tab {
    width: calc(100% - 25vw);
  }
}
@media screen and (min-width: 1441px) {
  .event {
    padding: 120px 0;
  }
  .event-head {
    top: -25px;
    margin-bottom: -25px;
    padding-right: 50px;
    width: 360px;
  }
  .event-en {
    font-size: 11.6rem;
  }
  .event-lead {
    margin-top: 20px;
  }
  .event-lead p {
    font-size: 1.8rem;
  }
  .event-btn {
    margin-top: 40px;
  }
  .event-tab {
    width: calc(100% - 360px);
  }
}
/* -------------------------------------------tab - */
.event-tab-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-bottom: 13.3333333333vw;
}

.event-tab-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 0.1em 1em;
  min-width: 12.2666666667vw;
  height: 6.4vw;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 3.2vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  cursor: pointer;
}

.event-tab-menu > li.is-active {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #ffffff;
}

.event-tab-content {
  position: relative;
}

.event-tab-content > div {
  height: 0;
  visibility: hidden;
}

.event-tab-content > div.is-active {
  height: auto;
  visibility: visible;
}

@media screen and (min-width: 751px) {
  .event-tab-menu {
    gap: 0.6944444444vw;
    margin-bottom: 3.8194444444vw;
  }
  .event-tab-menu > li {
    min-width: 5.1388888889vw;
    height: 2.0833333333vw;
    border-width: 0.0694444444vw;
    border-radius: 1.0416666667vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .event-tab-menu > li:hover {
    background-color: #FF4500;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .event-tab-menu {
    gap: 10px;
    margin-bottom: 55px;
  }
  .event-tab-menu > li {
    min-width: 74px;
    height: 30px;
    border-width: 1px;
    border-radius: 15px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- slide - */
.event-slide {
  position: relative;
}

.event-slide .swiper-slide {
  margin-right: 4vw;
  width: 66.6666666667vw !important;
}

.event-slide .swiper-slide:last-child {
  margin-right: 0 !important;
}

.event-slide .slide-prev,
.event-slide .slide-next {
  position: absolute;
  top: 28vw;
}
.event-slide .slide-prev {
  left: -14.1333333333vw;
}
.event-slide .slide-next {
  right: -14.1333333333vw;
}

.event-slide .swiper-wrapper-disable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .event-slide {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .event-slide .swiper-slide {
    margin-right: 2.0833333333vw;
    width: 24.3055555556vw !important;
  }
  .event-slide .slide-prev,
  .event-slide .slide-next {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .event-slide .swiper-slide {
    margin-right: 30px;
    width: 350px !important;
  }
}
/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  padding-top: 4vw;
}

.fv-slide {
  position: relative;
  margin: 0 auto;
  width: 75.2vw;
}

.fv-slide .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 75.2vw;
}

.fv-slide .swiper-slide:last-child {
  margin-right: 0 !important;
}

.fv-slide .swiper-slide a {
  display: block;
}

.fv-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 99.2vw;
}

.fv-marquee {
  position: relative;
  margin-top: 8vw;
  padding: 3.4666666667vw 0;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  white-space: nowrap;
}

.fv-marquee-inner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 80s linear infinite;
          animation: marquee 80s linear infinite;
}

.fv-marquee-inner span {
  position: relative;
  margin-left: 6.6666666667vw;
  padding-right: 13.3333333333vw;
  display: inline-block;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -4%;
}
.fv-marquee-inner span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 10.6666666667vw;
  height: 6.1333333333vw;
  background-image: url(../img/fv/candy.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .fv {
    padding-top: 3.125vw;
  }
  .fv-slide {
    width: 32.6388888889vw;
  }
  .fv-slide .swiper-slide {
    margin-right: 2.0833333333vw;
    width: 32.6388888889vw;
  }
  .fv-slide img {
    height: 43.0555555556vw;
  }
  .fv-marquee {
    margin-top: 3.4722222222vw;
    padding: 1.3888888889vw 0;
  }
  .fv-marquee-inner span {
    margin-left: 1.7361111111vw;
    padding-right: 3.4722222222vw;
    font-size: 1.3888888889vw;
  }
  .fv-marquee-inner span:after {
    width: 2.7777777778vw;
    height: 1.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    padding-top: 45px;
  }
  .fv-slide {
    width: 470px;
  }
  .fv-slide .swiper-slide {
    margin-right: 30px;
    width: 470px;
  }
  .fv-slide img {
    height: 620px;
  }
  .fv-marquee {
    margin-top: 50px;
    padding: 20px 0;
  }
  .fv-marquee-inner span {
    margin-left: 25px;
    padding-right: 50px;
    font-size: 2rem;
  }
  .fv-marquee-inner span:after {
    width: 40px;
    height: 23px;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
/*  #land
-------------------------------------------------------------------------------*/
.land {
  margin-top: 25.3333333333vw;
}

.land-menu a {
  position: relative;
  display: block;
  padding: 3.4666666667vw 4vw;
  background-color: #39669A;
}

.land-head {
  position: absolute;
  top: -9.0666666667vw;
  left: 0;
}

.land-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.6666666667vw;
  height: 5.3333333333vw;
  background-color: #39669A;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 160%;
}

.land-en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.1333333333vw 0.1em 2.1333333333vw;
  height: 12.2666666667vw;
  background-color: #39669A;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.2vw;
  font-weight: 900;
  line-height: 80%;
}

.land-text {
  position: relative;
  padding: 1.0666666667vw 2.1333333333vw;
  width: 80vw;
  background-color: #39669A;
}
.land-text p {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
  line-height: 160%;
}

.land-btn {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 6.6666666667vw;
  width: 64vw;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .land {
    margin-top: 10.4166666667vw;
  }
  .land-menu a {
    padding: 2.0833333333vw 2.4305555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .land-menu a:hover {
    background-color: #000000;
  }
  .land-menu a:hover .land-ja,
  .land-menu a:hover .land-en,
  .land-menu a:hover .land-text {
    background-color: #000000;
  }
  .land-head {
    top: -4.5138888889vw;
  }
  .land-ja {
    width: 13.8888888889vw;
    height: 2.7777777778vw;
    font-size: 1.3888888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .land-en {
    padding: 0 1.0416666667vw 0.1em 1.0416666667vw;
    height: 6.4583333333vw;
    font-size: 5.9027777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .land-text {
    padding: 0.6944444444vw 1.0416666667vw;
    width: 26.7361111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .land-text p {
    font-size: 1.1111111111vw;
  }
  .land-btn {
    right: 3.4722222222vw;
    bottom: 3.4722222222vw;
    width: 27.0833333333vw;
  }
  .land-btn .btn-main {
    border-color: #000000;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .land {
    margin-top: 150px;
  }
  .land-menu a {
    padding: 30px 35px;
  }
  .land-head {
    top: -65px;
  }
  .land-ja {
    width: 200px;
    height: 40px;
    font-size: 2rem;
  }
  .land-en {
    padding: 0 15px 0.1em 15px;
    height: 93px;
    font-size: 8.5rem;
  }
  .land-text {
    padding: 10px 15px;
    width: 385px;
  }
  .land-text p {
    font-size: 1.6rem;
  }
  .land-btn {
    right: 50px;
    bottom: 50px;
    width: 390px;
  }
  .land-btn .btn-main {
    border-width: 1px;
  }
}
/*  #plan
-------------------------------------------------------------------------------*/
.plan {
  padding: 16vw 0;
}

.plan-head {
  margin-bottom: 10.6666666667vw;
}

.plan-en {
  margin-bottom: 1.3333333333vw;
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.plan-ja {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.plan-slide {
  position: relative;
}
.plan-slide:after {
  content: "";
  position: absolute;
  top: -26.4vw;
  right: 0.5333333333vw;
  display: inline-block;
  width: 33.0666666667vw;
  height: 26.4vw;
  background-image: url(../img/plan/candy_sp.png);
  background-size: contain;
  z-index: 1;
}

.plan-slide-item {
  position: relative;
  width: 100% !important;
}

.plan-slide-item a {
  position: relative;
  display: block;
  padding: 3.7333333333vw;
}

.plan-slide-head {
  position: absolute;
  top: 3.7333333333vw;
  left: 3.7333333333vw;
  z-index: 1;
}

.plan-slide-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw;
  height: 10.6666666667vw;
  color: #F6F3EA;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.plan-slide-sub {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw 2.6666666667vw;
  color: #F6F3EA;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 1.6;
}
.plan-slide-sub > span {
  display: block;
}

.plan-slide-item--bw {
  background-color: #A86733;
}
.plan-slide-item--bw .plan-slide-ttl,
.plan-slide-item--bw .plan-slide-sub {
  background-color: #5D2900;
}

.plan-slide-item--bk {
  background-color: #000000;
}
.plan-slide-item--bk .plan-slide-ttl,
.plan-slide-item--bk .plan-slide-sub {
  background-color: #595959;
}

.plan-slide-item--aq {
  background-color: #4ABEBD;
}
.plan-slide-item--aq .plan-slide-ttl,
.plan-slide-item--aq .plan-slide-sub {
  background-color: #0F8A89;
}

.plan-slide-btn {
  position: absolute;
  right: 5.8666666667vw;
  bottom: 5.8666666667vw;
  width: 24.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8vw 0 2.1333333333vw;
  height: 6.6666666667vw;
  background-color: #000000;
  border-radius: 1.0666666667vw;
  z-index: 1;
}
.plan-slide-btn span {
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 160%;
}
.plan-slide-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6vw;
  top: 50%;
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plan-btn {
  margin: 8vw auto 0 auto;
  width: 74.1333333333vw;
}

@media screen and (max-width: 750px) {
  .plan-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw 0;
  }
}
@media screen and (min-width: 751px) {
  .plan {
    padding: 10.4166666667vw 0;
  }
  .plan-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.4722222222vw;
  }
  .plan-en {
    margin-bottom: 0.1em;
    font-size: 8.0555555556vw;
  }
  .plan-ja {
    font-size: 2.9166666667vw;
  }
  .plan-slide:after {
    top: -12.8472222222vw;
    right: 3.125vw;
    width: 17.2222222222vw;
    height: 15.6944444444vw;
    background-image: url(../img/plan/candy.png);
    background-image: image-set(url(../img/plan/candy.png) 1x, url(../img/plan/candy-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/plan/candy.png) 1x, url(../img/plan/candy-2x.png) 2x);
  }
  .plan-slide-item {
    left: 0.8680555556vw;
    margin-right: 1.6666666667vw;
    width: 47.5694444444vw !important;
  }
  .plan-slide-item a {
    padding: 2.0833333333vw;
  }
  .plan-slide-item a:hover .plan-slide-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .plan-slide-head {
    timeline-scope: 2.0833333333vw;
    left: 2.0833333333vw;
  }
  .plan-slide-ttl {
    padding: 0 1.3888888889vw;
    height: 5.2083333333vw;
    font-size: 2.9166666667vw;
  }
  .plan-slide-sub {
    padding: 0 1.3888888889vw 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .plan-slide-btn {
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
    width: 11.4583333333vw;
    padding: 0 3.4722222222vw 0 1.0416666667vw;
    height: 3.4722222222vw;
    border-radius: 0.5555555556vw;
  }
  .plan-slide-btn span {
    font-size: 1.1111111111vw;
  }
  .plan-slide-btn:after {
    right: 0.8333333333vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .plan-btn {
    margin-top: 3.4722222222vw;
    width: 28.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .plan {
    padding: 150px 0;
  }
  .plan-head {
    margin-bottom: 50px;
  }
  .plan-en {
    font-size: 11.6rem;
  }
  .plan-ja {
    font-size: 4.2rem;
  }
  .plan-slide:after {
    top: -185px;
    right: 45px;
    width: 248px;
    height: 226px;
  }
  .plan-slide-item {
    left: 12.5px;
    margin-right: 25px;
    width: 685px !important;
  }
  .plan-slide-item a {
    padding: 30px;
  }
  .plan-slide-head {
    timeline-scope: 30px;
    left: 30px;
  }
  .plan-slide-ttl {
    padding: 0 20px;
    height: 75px;
    font-size: 4.2rem;
  }
  .plan-slide-sub {
    padding: 0 20px 20px;
    font-size: 2rem;
  }
  .plan-slide-btn {
    right: 40px;
    bottom: 40px;
    width: 165px;
    padding: 0 50px 0 15px;
    height: 50px;
    border-radius: 8px;
  }
  .plan-slide-btn span {
    font-size: 1.6rem;
  }
  .plan-slide-btn:after {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .plan-btn {
    margin-top: 50px;
    width: 412px;
  }
}
/*  #shop
-------------------------------------------------------------------------------*/
.shop {
  padding: 16vw 0;
}

.shop-head {
  margin-bottom: 13.3333333333vw;
}

.shop-ttl {
  margin-bottom: 2.6666666667vw;
}

.shop-en {
  margin-bottom: 1.3333333333vw;
  color: #FF4500;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.shop-ja {
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 4vw;
}

.shop-list > li {
  width: 42.6666666667vw;
}

.shop-list > li a {
  display: block;
  padding: 1.6vw 1.3333333333vw 0 1.3333333333vw;
  background-color: #FF4500;
}

.shop-list-content {
  padding: 2.6666666667vw 1.6vw 4vw 1.6vw;
}

.shop-list-name {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 120%;
}

.shop-list-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
  padding: 0 8vw 0 3.2vw;
  width: 100%;
  height: 8.5333333333vw;
  background-color: #ffffff;
  border-radius: 1.8666666667vw;
  font-size: 3.2vw;
  font-weight: 900;
}
.shop-list-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .shop {
    padding: 10.4166666667vw 0;
  }
  .shop-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4.1666666667vw;
  }
  .shop-ttl {
    margin-bottom: 0;
  }
  .shop-en {
    margin-bottom: 0.1em;
    font-size: 8.0555555556vw;
  }
  .shop-ja {
    font-size: 2.9166666667vw;
    line-height: 120%;
  }
  .shop-lead {
    width: 32.6388888889vw;
  }
  .shop-list {
    gap: 2.7777777778vw;
  }
  .shop-list > li {
    width: 28.6805555556vw;
  }
  .shop-list > li a {
    padding: 0.9027777778vw 0.9722222222vw 0 0.9722222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .shop-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw 0;
  }
  .shop-list-name {
    font-size: 1.6666666667vw;
  }
  .shop-list-btn {
    margin: 0;
    padding: 0 2.7777777778vw 0 1.0416666667vw;
    width: 13.0555555556vw;
    height: 2.7777777778vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
  .shop-list-btn:after {
    right: 0.6944444444vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .shop-list > li a:hover {
    background-color: #000000;
  }
  .shop-list > li a:hover .shop-list-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .shop {
    padding: 150px 0;
  }
  .shop-head {
    margin-bottom: 60px;
  }
  .shop-en {
    font-size: 11.6rem;
  }
  .shop-ja {
    font-size: 4.2rem;
  }
  .shop-lead {
    width: 470px;
  }
  .shop-list {
    gap: 40px;
  }
  .shop-list > li {
    width: 413px;
  }
  .shop-list > li a {
    padding: 13px 14px 0 14px;
  }
  .shop-list-content {
    padding: 20px 0;
  }
  .shop-list-name {
    font-size: 2.4rem;
  }
  .shop-list-btn {
    padding: 0 40px 0 15px;
    width: 188px;
    height: 40px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .shop-list-btn:after {
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
/*  #staff
-------------------------------------------------------------------------------*/
.staff {
  margin-top: 9.3333333333vw;
}

.staff-menu a {
  position: relative;
  display: block;
  padding: 3.4666666667vw 4vw;
  background-color: #A86733;
}

.staff-head {
  position: absolute;
  top: -9.0666666667vw;
  left: 0;
}

.staff-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.2vw;
  height: 5.3333333333vw;
  background-color: #A86733;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 900;
  line-height: 160%;
}

.staff-en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.1333333333vw 0.1em 2.1333333333vw;
  height: 11.2vw;
  background-color: #A86733;
  color: #ffffff;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 9.6vw;
  font-weight: 900;
  line-height: 80%;
}

.staff-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-image > div {
  width: 57.8666666667vw;
}

.staff-btn {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 6.6666666667vw;
  width: 64vw;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .staff-image > div:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .staff {
    margin-top: 3.4722222222vw;
  }
  .staff-menu a {
    padding: 2.0833333333vw 2.4305555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .staff-menu a:hover {
    background-color: #000000;
  }
  .staff-menu a:hover .staff-ja,
  .staff-menu a:hover .staff-en {
    background-color: #000000;
  }
  .staff-head {
    top: -4.5138888889vw;
  }
  .staff-ja {
    width: 22.7777777778vw;
    height: 2.7777777778vw;
    font-size: 1.3888888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .staff-en {
    padding: 0 1.0416666667vw 0.1em 1.0416666667vw;
    height: 6.4583333333vw;
    font-size: 5.9027777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .staff-image > div {
    width: 17.3611111111vw;
  }
  .staff-btn {
    right: 3.4722222222vw;
    bottom: 3.4722222222vw;
    width: 27.0833333333vw;
  }
  .staff-btn .btn-main {
    background-color: #F6F3EA;
    border-color: #F6F3EA;
  }
}
@media screen and (min-width: 1441px) {
  .staff {
    margin-top: 50px;
  }
  .staff-menu a {
    padding: 30px 35px;
  }
  .staff-head {
    top: -65px;
  }
  .staff-ja {
    width: 328px;
    height: 40px;
    font-size: 2rem;
  }
  .staff-en {
    padding: 0 15px 0.1em 15px;
    height: 93px;
    font-size: 8.5rem;
  }
  .staff-image > div {
    width: 250px;
  }
  .staff-btn {
    right: 50px;
    bottom: 50px;
    width: 390px;
  }
}
/*  #support
-------------------------------------------------------------------------------*/
.support {
  padding: 16vw 0;
}

.support-box {
  padding: 8vw 4vw 4vw 4vw;
  background-color: #ffffff;
}

.support-head {
  position: relative;
  margin-bottom: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
  text-align: center;
}

.support-en {
  position: relative;
}
.support-en:after {
  content: "";
  position: absolute;
  top: 1.0666666667vw;
  left: 63.4666666667vw;
  display: inline-block;
  width: 9.8666666667vw;
  height: 7.7333333333vw;
  background-image: url(../img/common/candy.svg);
  background-size: contain;
}

.support-ja {
  margin-top: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
}

.support-content {
  position: relative;
  margin-top: 5.3333333333vw;
}

.support-catch {
  font-size: 4vw;
  font-weight: 900;
  line-height: 160%;
}

.support-text {
  margin-top: 2.6666666667vw;
}

.support-btn {
  margin: 8vw auto 0 auto;
  width: 81.8666666667vw;
}

.support-subimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8vw;
}
.support-subimage > div {
  width: 42.6666666667vw;
}

@media screen and (max-width: 750px) {
  .support .inner {
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .support {
    padding: 8.3333333333vw 0 10.4166666667vw 0;
  }
  .support-box {
    padding: 4.1666666667vw 3.4722222222vw 3.8194444444vw 3.4722222222vw;
  }
  .support-head {
    margin-bottom: 3.4722222222vw;
    padding-bottom: 2.4305555556vw;
    border-bottom-width: 0.0694444444vw;
    text-align: left;
  }
  .support-en {
    margin-bottom: 0.6944444444vw;
  }
  .support-en:after {
    top: 1.0416666667vw;
    left: 62.2916666667vw;
    width: 9.3055555556vw;
    height: 7.4305555556vw;
  }
  .support-ja {
    margin: 0;
    font-size: 3.1944444444vw;
  }
  .support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .support-image {
    width: 50.3472222222vw;
  }
  .support-content {
    margin: 0;
    width: 31.4583333333vw;
  }
  .support-catch {
    font-size: 1.25vw;
  }
  .support-text {
    margin-top: 1.3888888889vw;
  }
  .support-btn {
    margin: 3.4722222222vw 0 0 0;
    width: 100%;
  }
  .support-subimage {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 31.4583333333vw;
  }
  .support-subimage > div {
    width: 15.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .support {
    padding: 120px 0 150px 0;
  }
  .support-box {
    padding: 60px 50px 55px 50px;
  }
  .support-head {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom-width: 1px;
  }
  .support-en {
    margin-bottom: 10px;
  }
  .support-en:after {
    top: 15px;
    left: 897px;
    width: 134px;
    height: 107px;
  }
  .support-ja {
    font-size: 4.6rem;
  }
  .support-image {
    width: 725px;
  }
  .support-content {
    width: 453px;
  }
  .support-catch {
    font-size: 1.8rem;
  }
  .support-text {
    margin-top: 20px;
  }
  .support-btn {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .support-subimage {
    width: 453px;
  }
  .support-subimage > div {
    width: 220px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding: 13.3333333333vw 0;
  background-color: #FF4500;
}

.works-head {
  position: relative;
  margin-bottom: 8vw;
}

.works-en {
  color: #F6F3EA;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 900;
  line-height: 1em;
}

.works-head-content {
  margin-top: 1.3333333333vw;
}

.works-ja {
  color: #F6F3EA;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 160%;
  white-space: nowrap;
}

.works-lead {
  margin-top: 2.6666666667vw;
}
.works-lead p {
  color: #F6F3EA;
  white-space: nowrap;
}

.works-slide {
  position: relative;
}

.works-slide .swiper-wrapper .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 5.3333333333vw;
  width: 66.6666666667vw;
  height: auto;
}

.works-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

#works-prev,
#works-next {
  top: 30.6666666667vw;
}

#works-prev {
  left: -2.6666666667vw;
}

#works-next {
  right: -2.6666666667vw;
}

.works-btn {
  margin-top: 8vw;
  width: 66.1333333333vw;
}

@media screen and (min-width: 751px) {
  .works {
    padding: 5.2083333333vw 0;
  }
  .works-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.4722222222vw;
  }
  .works-en {
    font-size: 12.9166666667vw;
  }
  .works-head-content {
    margin: 0;
    width: 47.5694444444vw;
  }
  .works-ja {
    font-size: 2.9166666667vw;
    line-height: 120%;
  }
  .works-lead {
    margin-top: 1.3888888889vw;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 28.6805555556vw !important;
  }
  #works-prev,
  #works-next {
    display: none;
  }
  .works-btn {
    margin: 4.1666666667vw auto 0 auto;
    width: 28.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 75px 0;
  }
  .works-head {
    margin-bottom: 50px;
  }
  .works-en {
    font-size: 18.6rem;
  }
  .works-head-content {
    width: 685px;
  }
  .works-ja {
    font-size: 4.2rem;
  }
  .works-lead {
    margin-top: 20px;
  }
  .works-slide .swiper-wrapper .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 413px !important;
  }
  .works-btn {
    margin-top: 60px;
    width: 412px;
  }
}