@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
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,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  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: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  background-color: #e6002d;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", "Rubik", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

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

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.slick-slider div {
  vertical-align: top;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.disable {
  pointer-events: none;
}

/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100vw;
}

#slobe2025ss {
  overflow: hidden;
  width: 100vw;
  padding: 40px;
  padding: 3.5vw;
}
#slobe2025ss .mainVisual {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 3.5vw;
  position: relative;
}
#slobe2025ss .mainVisual h1.logo {
  margin-bottom: -3.2vw;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 30px;
}
#slobe2025ss .mainVisual h1.logo.active {
  opacity: 1;
  top: 0;
}
#slobe2025ss .mainVisual h1.logo img {
  width: 32vw;
}
#slobe2025ss .mainVisual .special {
  position: absolute;
  right: 6vw;
  top: 7vw;
  z-index: 2;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: -6vw;
  transform: translate(100%, -100%);
}
#slobe2025ss .mainVisual .special.active {
  right: 4vw;
  transform: translate(0%, 0);
}
#slobe2025ss .mainVisual .special img {
  width: 23vw;
}
@keyframes furifuri {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(-15px);
  }
  8% {
    transform: translateY(0);
  }
  12% {
    transform: translateY(-15px);
  }
  16% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}
#slobe2025ss .mainVisual .sliderBox {
  position: relative;
}
#slobe2025ss .mainVisual .sliderBox .face {
  position: absolute;
  left: 13vw;
  top: -5vw;
  z-index: 10;
  opacity: 0;
}
#slobe2025ss .mainVisual .sliderBox .face.show {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}
#slobe2025ss .mainVisual .sliderBox .face.active {
  animation: jump 3s 1 linear 0.5s both;
  transition: none;
}
#slobe2025ss .mainVisual .sliderBox .face img {
  width: 9.8vw;
}
#slobe2025ss .mainVisual .sliderBox .topSlider {
  overflow: hidden;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slobe2025ss .mainVisual .sliderBox .topSlider.active {
  opacity: 1;
}
#slobe2025ss .mainVisual .sliderBox .topSlider div {
  vertical-align: top;
}
#slobe2025ss .mainVisual .sliderBox .topSlider div img {
  border-radius: 10px;
}
#slobe2025ss #main {
  border-radius: 10px;
  background-color: #f8f2e9;
}
#slobe2025ss .concept {
  text-align: center;
  padding-top: 7vw;
}
#slobe2025ss .concept .hello {
  margin-bottom: 3.5vw;
}
#slobe2025ss .concept .hello img {
  width: 49vw;
}
#slobe2025ss .concept p {
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 4vw;
}
#slobe2025ss .concept p img {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#slobe2025ss .flowBox {
  margin-left: -3.5vw;
  margin-right: -3.5vw;
  margin-bottom: 9vw;
  display: flex;
  overflow: hidden;
}
#slobe2025ss .flowBox .flow {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
#slobe2025ss .flowBox .flow img {
  height: 37px;
  width: auto;
}
#slobe2025ss .flowBox2 {
  margin-bottom: 2.4vw;
}
#slobe2025ss .box {
  position: relative;
  margin-left: -3.5vw;
  margin-right: -3.5vw;
}
#slobe2025ss .box .pic {
  position: absolute;
  z-index: 2;
}
@keyframes rotate01 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#slobe2025ss .box .pic01 {
  left: 14.3vw;
  left: 10.3vw;
  bottom: 1.5vw;
  bottom: 0.5vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left bottom;
  transform-origin: 80% 95%;
  animation: rotate01 2s infinite linear 0.5s both;
}
#slobe2025ss .box .pic01.active {
  left: 14.3vw;
  bottom: 1.5vw;
  opacity: 1;
}
#slobe2025ss .box .pic01 img {
  width: 14.3vw;
}
@keyframes tate01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#slobe2025ss .box .pic02 {
  right: 5.8vw;
  right: 0;
  top: 0vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: tate01 4s infinite linear 0.5s both;
}
#slobe2025ss .box .pic02.active {
  opacity: 1;
  right: 5.8vw;
}
#slobe2025ss .box .pic02 img {
  width: 5.5vw;
}
@keyframes rotate02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#slobe2025ss .box .pic03 {
  right: -3.5vw;
  right: -6.5vw;
  top: -8.2vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: rotate02 4s infinite linear 0.5s both;
  transform-origin: 50% 100%;
}
#slobe2025ss .box .pic03.active {
  right: -3.5vw;
  opacity: 1;
}
#slobe2025ss .box .pic03 img {
  width: 20vw;
}
@keyframes rotate03 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#slobe2025ss .box .pic04 {
  left: -1.5vw;
  left: -7vw;
  bottom: 6vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 50% 100%;
}
#slobe2025ss .box .pic04.active {
  left: 3vw;
  opacity: 1;
  animation: rotate03 4s infinite linear 0.5s both;
}
#slobe2025ss .box .pic04 img {
  width: 15.6vw;
}
@keyframes tate02 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, 20px);
  }
  65% {
    transform: translate(-20px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes tate02_2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, -20px);
  }
  65% {
    transform: translate(-15px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#slobe2025ss .box .pic05 {
  right: 11vw;
  right: 7vw;
  top: 15vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: tate02 7s infinite linear 0.5s both;
}
#slobe2025ss .box .pic05.active {
  right: 11vw;
  opacity: 1;
}
#slobe2025ss .box .pic05 img {
  width: 4.7vw;
}
#slobe2025ss .box .pic05_2 {
  right: 7vw;
  right: 3vw;
  top: 5vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: tate02_2 7s infinite linear 0.5s both;
  transition-delay: 0.3s;
}
#slobe2025ss .box .pic05_2.active {
  right: 7vw;
  opacity: 1;
}
#slobe2025ss .box .pic05_2 img {
  width: 4.7vw;
}
@keyframes tate03 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#slobe2025ss .box .pic06 {
  left: 7vw;
  left: 3vw;
  top: 10vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: tate03 7s infinite linear 0.5s both;
}
#slobe2025ss .box .pic06.active {
  opacity: 1;
  left: 7vw;
}
#slobe2025ss .box .pic06 img {
  width: 7vw;
}
@keyframes pool {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px) rotate(5deg);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#slobe2025ss .box .pic07 {
  right: 7.5vw;
  right: 3.5vw;
  bottom: 7vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: pool 3s infinite linear 0.5s both;
}
#slobe2025ss .box .pic07.active {
  opacity: 1;
  right: 7.5vw;
}
#slobe2025ss .box .pic07 img {
  width: 12.5vw;
}
@keyframes yoko01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#slobe2025ss .box .pic08 {
  left: 5.5vw;
  left: 1.5vw;
  bottom: -1vw;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: yoko01 6s infinite linear 0.5s both;
}
#slobe2025ss .box .pic08.active {
  left: 5.5vw;
  opacity: 1;
}
#slobe2025ss .box .pic08 img {
  width: 18.6vw;
}
#slobe2025ss .photoList {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 6.25vw;
  gap: 20px;
}
#slobe2025ss .photoList.photoList1 li {
  width: 45vw;
}
#slobe2025ss .photoList.photoList2 li {
  width: 50%;
}
#slobe2025ss .photoList.mb {
  margin-bottom: 15.6vw;
}
#slobe2025ss .photoList li {
  position: relative;
}
#slobe2025ss .photoList li:hover .img img {
  transform: scale(1.05);
}
#slobe2025ss .photoList li .img {
  overflow: hidden;
  border-radius: 10px;
}
#slobe2025ss .photoList li .img img {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
#slobe2025ss .captionSp {
  display: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
#slobe2025ss .captionSp a {
  display: inline-block;
  margin-bottom: 5px;
}
#slobe2025ss .captionSp span.name {
  color: #e6002d;
  border-bottom: 1px solid #e6002d;
  margin-bottom: 2px;
}
#slobe2025ss .captionSp span.each {
  font-size: 9px;
  position: relative;
  top: -0.6px;
}
#slobe2025ss .captionBox {
  position: absolute;
  writing-mode: vertical-rl;
  bottom: 0;
  transform: rotate(-180deg);
  white-space: nowrap;
  padding-top: 2px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
#slobe2025ss .captionBox.right {
  right: -32px;
}
#slobe2025ss .captionBox.left {
  left: -32px;
}
#slobe2025ss .captionBox a {
  display: inline-block;
  margin-bottom: 5px;
}
#slobe2025ss .captionBox span.name {
  color: #e6002d;
  border-left: 1px solid #e6002d;
  margin-bottom: 2px;
}
#slobe2025ss .itemList {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 7.8vw;
}
#slobe2025ss .itemList.itemList2 {
  flex-wrap: wrap;
}
#slobe2025ss .itemList.itemList2 li {
  width: calc(50% - 20px);
  width: 33.33%;
}
#slobe2025ss .itemList.itemListBag li .img {
  margin-bottom: 0px;
}
#slobe2025ss .itemList.itemListBag2 {
  gap: 10px 40px;
  padding-bottom: 7.8vw;
  margin-bottom: 0;
}
#slobe2025ss .itemList.itemListBag2 li .img {
  margin-bottom: -20px;
}
#slobe2025ss .itemList li {
  width: 33.33%;
}
#slobe2025ss .itemList li .img {
  margin-bottom: 30px;
}
#slobe2025ss .itemList li .img img {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slobe2025ss .itemList li .img img.leftMotion {
  transform: rotate(8deg);
}
#slobe2025ss .itemList li .img img.rightMotion {
  transform: rotate(0deg);
}
#slobe2025ss .itemList li .ttl {
  color: #e6002d;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}
#slobe2025ss .itemList li .desp {
  font-size: 11px;
  font-weight: 500;
  font-weight: 900;
  margin-bottom: 5px;
}
#slobe2025ss .itemList li .desp .each {
  font-size: 9px;
  position: relative;
  top: -0.6px;
}
#slobe2025ss a.buyBtn {
  width: 36px;
  height: 51px;
  background-image: url("../images/btn_buy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  text-align: left;
  text-indent: -9999px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}
#slobe2025ss a.buyBtn:hover {
  background-position: center top;
  transform: rotate(10deg);
}
#slobe2025ss #sec1 {
  margin-bottom: 3.5vw;
}
#slobe2025ss .ftBox {
  position: relative;
}
#slobe2025ss .ftBox .creditBox {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 10vw;
  top: 8vw;
  width: 23.4vw;
  color: #fff;
}
#slobe2025ss .ftBox .creditBox a {
  color: #fff;
}
#slobe2025ss .ftBox .creditBox a.instagram {
  display: inline-block;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center top;
  padding-top: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}
#slobe2025ss .ftBox .creditBox .secTtl {
  margin-bottom: 30px;
}
#slobe2025ss .ftBox .creditBox .secTtl img {
  width: 23.4vw;
}
#slobe2025ss .ftBox .creditBox .credit {
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#slobe2025ss .ftBox .creditBox .copyright {
  margin-bottom: 40px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}
#slobe2025ss .ftBox .creditBox .apple {
  margin-bottom: 0px;
}
#slobe2025ss .ftBox .creditBox .apple img {
  width: 196px;
}
#slobe2025ss .ftBox .bg {
  border-radius: 10px;
  overflow: hidden;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #slobe2025ss {
    padding: 50px 20px 0px 20px;
  }
  #slobe2025ss .mainVisual {
    margin-bottom: 40px;
  }
  #slobe2025ss .mainVisual h1.logo {
    margin-bottom: -35px;
  }
  #slobe2025ss .mainVisual h1.logo img {
    width: 65vw;
  }
  #slobe2025ss .mainVisual .special {
    top: initial;
    bottom: 17px;
  }
  #slobe2025ss .mainVisual .special.active {
    right: 5vw;
  }
  #slobe2025ss .mainVisual .special img {
    width: 54vw;
  }
  #slobe2025ss .mainVisual .sliderBox .face {
    top: initial;
    left: 11vw;
    bottom: -13px;
  }
  #slobe2025ss .mainVisual .sliderBox .face img {
    width: 17vw;
  }
  #slobe2025ss .mainVisual .sliderBox .topSlider div img {
    border-radius: 7px;
  }
  #slobe2025ss #main {
    border-radius: 7px;
  }
  #slobe2025ss .concept {
    padding-top: 40px;
  }
  #slobe2025ss .concept .hello {
    margin-bottom: 30px;
  }
  #slobe2025ss .concept .hello img {
    width: 70vw;
  }
  #slobe2025ss .concept p {
    margin-bottom: 50px;
  }
  #slobe2025ss .concept p img {
    width: 78%;
    margin: 0 auto;
  }
  #slobe2025ss .flowBox {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  #slobe2025ss .flowBox .flow img {
    height: 35px;
  }
  #slobe2025ss .photoList {
    margin-bottom: 40px;
  }
  #slobe2025ss .photoList.photoList1 li {
    width: calc(100% - 0px);
  }
  #slobe2025ss .photoList.photoList2 {
    flex-wrap: wrap;
    gap: 25px;
  }
  #slobe2025ss .photoList.photoList2 li {
    width: calc(100% - 0px);
  }
  #slobe2025ss .photoList li .img {
    border-radius: 7px;
  }
  #slobe2025ss .box .pic01 {
    left: -100px;
    bottom: 40px;
  }
  #slobe2025ss .box .pic01.active {
    left: 0px;
    bottom: 60px;
  }
  #slobe2025ss .box .pic01 img {
    width: 24vw;
  }
  #slobe2025ss .box .pic02 {
    right: initial;
    left: 20px;
    top: -60px;
  }
  #slobe2025ss .box .pic02 img {
    width: 8.3vw;
  }
  #slobe2025ss .box .pic02.active {
    right: initial;
  }
  #slobe2025ss .box .pic03 {
    top: 20px;
  }
  #slobe2025ss .box .pic03 img {
    width: 31vw;
  }
  #slobe2025ss .box .pic04 {
    bottom: initial;
    top: -79px;
  }
  #slobe2025ss .box .pic04.active {
    left: 8vw;
  }
  #slobe2025ss .box .pic04 img {
    width: 24vw;
  }
  #slobe2025ss .box .pic05 {
    right: initial;
    left: 35px;
    top: 210vw;
  }
  #slobe2025ss .box .pic05 img {
    width: 7.3vw;
  }
  #slobe2025ss .box .pic05_2 {
    right: initial;
    left: 50px;
    top: 200vw;
  }
  #slobe2025ss .box .pic05_2 img {
    width: 7.3vw;
  }
  #slobe2025ss .box .pic06 {
    top: 115vw;
    left: 8vw;
  }
  #slobe2025ss .box .pic06 img {
    width: 12vw;
  }
  #slobe2025ss .box .pic07 {
    bottom: initial;
    top: -60px;
  }
  #slobe2025ss .box .pic07 img {
    width: 21.3vw;
  }
  #slobe2025ss .box .pic08 {
    bottom: -30px;
  }
  #slobe2025ss .box .pic08 img {
    width: 30vw;
  }
  #slobe2025ss .itemList {
    flex-wrap: wrap;
    margin-bottom: 60px;
    width: auto;
    gap: 20px;
  }
  #slobe2025ss .itemList li {
    width: auto;
  }
  #slobe2025ss .itemList.itemList2 {
    padding-bottom: 80px;
  }
  #slobe2025ss .itemList.itemList2 li {
    width: auto;
  }
  #slobe2025ss .itemList.itemListJacket {
    gap: 0px;
  }
  #slobe2025ss .itemList.itemListJacket li .img {
    margin-bottom: -10px;
  }
  #slobe2025ss .itemList.itemListBag {
    gap: 10px;
  }
  #slobe2025ss .itemList.itemListBag li .img {
    margin-bottom: -10px;
  }
  #slobe2025ss .itemList li .img {
    margin-bottom: 5px;
  }
  #slobe2025ss .itemList li .img img {
    width: 60vw;
  }
  #slobe2025ss .itemList li.item06 {
    padding-top: 30px;
  }
  #slobe2025ss .captionSp {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
  }
  #slobe2025ss .captionSp.active {
    visibility: visible;
    opacity: 1;
  }
  #slobe2025ss .captionSp .overArea {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
  }
  #slobe2025ss .captionSp .overArea a {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  #slobe2025ss .captionBox {
    display: none;
    position: relative;
    writing-mode: initial;
    transform: rotate(0);
    bottom: initial;
    padding-top: 10px;
    text-align: center;
    white-space: wrap;
    margin-left: -20px;
    margin-right: -20px;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  #slobe2025ss .captionBox.right {
    right: initial;
  }
  #slobe2025ss .captionBox.left {
    left: initial;
  }
  #slobe2025ss .captionBox span {
    border: none;
    border-bottom: 1px solid #e6002d;
  }
  #slobe2025ss .ftBox {
    padding-top: 60px;
  }
  #slobe2025ss .ftBox .creditBox {
    position: relative;
    left: initial;
    top: initial;
    width: auto;
    margin-bottom: 60px;
  }
  #slobe2025ss .ftBox .creditBox .secTtl img {
    width: 54vw;
  }
  #slobe2025ss .ftBox .bg {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}/*# sourceMappingURL=style.css.map */