@charset "UTF-8";
/* ---------------------------------------
  トップページ
-----------------------------------------*/
/* popup
-------------*/
/* オーバーレイ表示開始 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* オーバーレイ表示まで */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* オーバーレイ非表示時 */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ表示開始 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* コンテンツ表示まで */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* コンテンツ非表示時 */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.mfp-iframe-holder .mfp-close {
  color: #000;
}

@media screen and (max-width: 768px) {
  .mfp-bg {
    background-size: 4vw 4vw;
    background-position: 0 0, 2vw 2vw;
  }
}
/* secttl
-------------*/
.ttlwrap {
  position: relative;
  text-align: center;
}

.secttl {
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.ttlwrap .ttl_ja {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
.ttlwrap .secttl span {
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 120%, 0);
}

.is-show .ttlwrap .secttl span {
  animation: 1s textFadeUp cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.is-show .ttlwrap .secttl.standby span {
  animation: none;
}

.cm_gallery.is-show .ttlwrap .secttl.standby span {
  animation: 1s textFadeUp cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes textFadeUp {
  0% {
    transform: translate3d(0, 120%, 0);
  }
  60% {
    transform: translate3d(0, -10%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@media screen and (max-width: 768px) {
  .secttl {
    font-size: 8.53vw;
  }

  .ttlwrap .ttl_ja {
    font-size: 4.27vw;
    margin-top: 1.27vw;
  }
}
/* mv
--------------------------------*/
#sec_mv {
  z-index: 1;
}
#sec_mv .video_wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 582px;
  margin: 0 auto;
  overflow: hidden;
}
#sec_mv .video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#sec_mv .scroll_btn a {
  display: block;
  width: 50px;
  height: 100px;
  background-color: #00b7de;
  border-radius: 25px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
}
#sec_mv .scroll_btn a::before, #sec_mv .scroll_btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
#sec_mv .scroll_btn a::before {
  width: 2px;
  height: 30px;
  background-color: #fff;
  border-radius: 1px;
  animation: pulsate 1.5s ease-out infinite;
}
#sec_mv .scroll_btn a::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  transform: translateX(-50%) rotate(45deg);
  bottom: 16px;
}

#mv_slider {
  max-width: 1400px;
  margin: 0 auto;
}
#mv_slider .item {
  margin-left: 10px;
  margin-right: 10px;
}

@keyframes pulsate {
  0% {
    opacity: 0;
    top: 22px;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 55px;
  }
}
@media screen and (max-width: 1400px) {
  #sec_mv .video_wrap {
    height: 0;
    padding-top: 41.8%;
  }
  #sec_mv .video_wrap video {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #mv_slider .slick-slide a {
    transition: .4s ease;
  }
  #mv_slider .slick-slide a:hover {
    opacity: .7;
  }
  #mv_slider .slick-slide a .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  #mv_slider .slick-list * {
    outline: 1px solid #fff;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #sec_mv .scroll_btn a {
    display: block;
    width: 50px;
    height: 100px;
    background-color: #00b7de;
    border-radius: 25px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
  }

  #mv_slider .item {
    margin-left: 0;
    margin-right: 0;
  }
}
/* gallery
--------------------------------*/
/* gallery
--------------------------------*/
.sec_slgallery {
  padding: 110px 0 0;
  position: relative;
}
.sec_slgallery.slgallery02 {
  padding-top: 0;
}
.sec_slgallery .illust {
  position: absolute;
  z-index: -1;
}
.sec_slgallery .illust01 {
  left: calc(50% - 636px);
  top: -76px;
}
.sec_slgallery .illust02 {
  right: calc(50% - 606px);
  top: -16px;
}
.sec_slgallery .bg {
  position: absolute;
  width: 100%;
  height: 314px;
  top: 103px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
}
.sec_slgallery .bg.is-show {
  transform: translateX(-50%) translateY(0);
}
.sec_slgallery .bg::before {
  content: "";
  width: calc(50% + 685px);
  height: 100%;
  background-color: #fbc600;
  border-radius: 0 17px 17px 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-30deg);
  transform-origin: right top;
}
.sec_slgallery .bg::after {
  content: "";
  width: 722px;
  height: 490px;
  background: url(../img/index/gallery_bg.png) no-repeat left top/100% auto;
  position: absolute;
  left: calc(50% + 460px);
  top: 30px;
  z-index: -1;
}
.sec_slgallery .gallery_list {
  position: relative;
  z-index: 1;
}
.sec_slgallery .gallery_list .item {
  width: 282px;
}
.sec_slgallery .gallery_list .item .imgwrap {
  position: relative;
  width: 100%;
  height: 188px;
  z-index: 1;
}
.sec_slgallery .gallery_list .item .imgwrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(5deg);
}
.sec_slgallery .gallery_list .item:nth-child(even) {
  margin-bottom: 30px;
}
.sec_slgallery .gallery_list .item:nth-child(even) .imgwrap::before {
  background-color: #00b7de;
}
.sec_slgallery .gallery_list .item .imgwrap .img {
  border-radius: 20px;
  z-index: 1;
}
.sec_slgallery .gallery_list .item .imgwrap .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.sec_slgallery .gallery_list.gallery01 .item:nth-child(odd) {
  margin-top: 30px;
}
.sec_slgallery .gallery_list.gallery01 .item:nth-child(odd) .imgwrap::before {
  background-color: #ec7993;
}
.sec_slgallery .gallery_list.gallery02 .item:nth-child(odd) {
  margin-top: 30px;
}
.sec_slgallery .gallery_list.gallery02 .item:nth-child(odd) .imgwrap::before {
  background-color: #fbc600;
}
.sec_slgallery .gallery_list .slick-list {
  padding: 45px 0;
}
.sec_slgallery .gallery_list .slick-slide {
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  .sec_slgallery {
    padding: 16vw 0 0;
  }
  .sec_slgallery .illust01 {
    width: 27vw;
    left: 6.4vw;
    top: -12.6vw;
  }
  .sec_slgallery .illust02 {
    width: 31.07vw;
    right: 4vw;
    top: -3.2vw;
  }
  .sec_slgallery .ttlwrap {
    margin-bottom: 8.6vw;
    transform: translate(0);
  }
  .sec_slgallery .bg {
    padding: 3vw 0 5vw;
    height: 49.333vw;
    top: 14.667vw;
  }
  .sec_slgallery .bg::before {
    width: 86.133vw;
    border-radius: 0 3.6vw 3.6vw 0;
    transform: skewX(-31deg);
  }
  .sec_slgallery .bg::after {
    width: 100.8vw;
    height: 70.4vw;
    background: url(../img/index/gallery_bg_sp.png) no-repeat center/100% auto;
    left: auto;
    right: -51vw;
    top: auto;
    bottom: -26vw;
  }
  .sec_slgallery .gallery_list .item {
    width: 37.6vw;
  }
  .sec_slgallery .gallery_list .item:nth-child(even) {
    margin-bottom: 3.2vw;
  }
  .sec_slgallery .gallery_list .item .imgwrap {
    height: 25.067vw;
  }
  .sec_slgallery .gallery_list .item .imgwrap::before {
    border-radius: 2.667vw;
  }
  .sec_slgallery .gallery_list .item .imgwrap .img {
    border-radius: 2.667vw;
  }
  .sec_slgallery .gallery_list .item .imgwrap .img img {
    border-radius: 2.667vw;
  }
  .sec_slgallery .gallery_list.gallery01 .item:nth-child(odd) {
    margin-top: 3.2vw;
  }
  .sec_slgallery .gallery_list.gallery01 .item:nth-child(odd) .imgwrap::before {
    background-color: #ec7993;
  }
  .sec_slgallery .gallery_list.gallery02 .item:nth-child(odd) {
    margin-top: 3.2vw;
  }
  .sec_slgallery .gallery_list.gallery02 .item:nth-child(odd) .imgwrap::before {
    background-color: #fbc600;
  }
  .sec_slgallery .gallery_list .slick-list {
    padding: 6vw 0;
  }
  .sec_slgallery .gallery_list .slick-slide {
    margin: 0 1.6vw;
  }
}
/* concept
--------------------------------*/
#sec_concept {
  padding: 110px 0 60px;
}
#sec_concept .ttlwrap {
  margin-bottom: 70px;
}
#sec_concept .inner {
  position: relative;
  align-items: flex-start;
}
#sec_concept .illust {
  position: absolute;
}
#sec_concept .illust span {
  position: absolute;
}
#sec_concept .illust01 {
  width: 135px;
  height: 135px;
  left: -94px;
  top: -130px;
}
#sec_concept .illust01 .illust01_1 {
  right: 0;
  top: 0;
  animation: moveRotate1 6s infinite;
}
#sec_concept .illust01 .illust01_2 {
  left: 0;
  bottom: 0;
  animation: moveRotate2 6s infinite;
}
#sec_concept .illust02 {
  right: 18px;
  top: -100px;
  animation: rotateRight 3s infinite linear;
  transform-origin: center;
}
#sec_concept .illust03 {
  width: 115px;
  height: 120px;
  right: -72px;
  top: 118px;
}
#sec_concept .illust03 span {
  animation: scaleUP 3s infinite;
  transform-origin: center;
}
#sec_concept .illust03 .illust03_1 {
  right: 0;
  top: 0;
}
#sec_concept .illust03 .illust03_2 {
  left: 0;
  top: 15px;
}
#sec_concept .illust03 .illust03_3 {
  left: 45px;
  bottom: 0;
}
#sec_concept .illust04 {
  width: 105px;
  height: 187px;
  right: -80px;
  bottom: 32px;
}
#sec_concept .illust04 .illust04_1 {
  right: 0;
  top: 0;
  animation: moveUpDown1 3s infinite;
}
#sec_concept .illust04 .illust04_2 {
  left: 0;
  bottom: 0;
  animation: moveUpDown2 3s infinite;
}
#sec_concept .illust05 {
  left: -92px;
  bottom: 0;
  animation: rotateLeft 3s infinite linear;
  transform-origin: center;
}
#sec_concept .inner .txtimg {
  width: 552px;
  padding-left: 64px;
  margin-top: 20px;
}
#sec_concept .inner .txtimg .logo {
  width: 417px;
  margin-top: 45px;
}
#sec_concept .inner .txtimg .logo img {
  width: 100%;
}
#sec_concept .inner .txtwrap {
  width: 580px;
}
#sec_concept .inner .txtwrap .txt {
  font-size: 1.8rem;
  line-height: 2.66;
}

@keyframes moveRotate1 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(-45deg) translate(-30%, -17%);
  }
  25% {
    transform: rotate(-90deg) translate(0, -64%);
  }
  37.5% {
    transform: rotate(-135deg) translate(17%, -64%);
  }
  50% {
    transform: rotate(-180deg) translate(67%, -67%);
  }
  62.5% {
    transform: rotate(-225deg) translate(64%, -17%);
  }
  75% {
    transform: rotate(-270deg) translate(64%, 0);
  }
  87.5% {
    transform: rotate(-315deg) translate(17%, 30%);
  }
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}
@keyframes moveRotate2 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(-45deg) translate(30%, 17%);
  }
  25% {
    transform: rotate(-90deg) translate(0, 64%);
  }
  37.5% {
    transform: rotate(-135deg) translate(-17%, 64%);
  }
  50% {
    transform: rotate(-180deg) translate(-64%, 64%);
  }
  62.5% {
    transform: rotate(-225deg) translate(-64%, 17%);
  }
  75% {
    transform: rotate(-270deg) translate(-64%, 0);
  }
  87.5% {
    transform: rotate(-315deg) translate(-17%, -30%);
  }
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}
@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleUP {
  0% {
    transform: scale(0.64);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.64);
  }
}
@keyframes moveUpDown1 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-23.5%, 15.2%);
  }
  69% {
    transform: translate(0, 30%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes moveUpDown2 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(23.5%, -15.2%);
  }
  69% {
    transform: translate(0, -30%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 768px) {
  #sec_concept {
    padding: 51vw 0 36vw;
  }
  #sec_concept .ttlwrap {
    margin-bottom: 15vw;
  }
  #sec_concept .illust01 {
    width: 18vw;
    height: 18vw;
    left: 0;
    top: -52vw;
  }
  #sec_concept .illust01 .illust01_1, #sec_concept .illust01 .illust01_2 {
    width: 10.8vw;
  }
  #sec_concept .illust02 {
    width: 13.6vw;
    right: 4vw;
    top: -47vw;
  }
  #sec_concept .illust03 {
    width: 16vw;
    height: 17vw;
    right: 35vw;
    top: -53vw;
  }
  #sec_concept .illust03 span {
    width: 4.53vw;
  }
  #sec_concept .illust03 .illust03_2 {
    top: 3vw;
  }
  #sec_concept .illust03 .illust03_3 {
    left: 8vw;
  }
  #sec_concept .illust04 {
    width: 14vw;
    height: 24.93vw;
    right: 16vw;
    bottom: -36vw;
  }
  #sec_concept .illust04 .illust04_1 {
    width: 6vw;
    right: 0;
    top: 0;
  }
  #sec_concept .illust04 .illust04_2 {
    width: 5.47vw;
    left: 0;
    bottom: 0;
  }
  #sec_concept .illust05 {
    width: 13.87vw;
    left: 14vw;
    bottom: -22vw;
    transform: scale(-1, 1) rotate(-100deg);
  }
  #sec_concept .inner .txtimg {
    width: 100%;
    margin-top: 0;
    margin-bottom: 18vw;
    padding-left: 0;
  }
  #sec_concept .inner .txtimg .logo {
    width: 100%;
    margin-top: 15vw;
  }
  #sec_concept .inner .txtimg .logo img {
    width: 100%;
  }
  #sec_concept .inner .txtwrap {
    width: 100%;
  }
  #sec_concept .inner .txtwrap .txt {
    font-size: 2.93vw;
    letter-spacing: 0.08em;
  }
}
/* shop
--------------------------------*/
#sec_shop {
  padding: 147px 0 38px;
  position: relative;
}
#sec_shop::before {
  content: "";
  width: 972px;
  height: 172px;
  background: url(../img/index/shop_head_bg.png) no-repeat center/100% auto;
  position: absolute;
  left: calc(50% - 954px);
  top: 0;
  z-index: -1;
}
#sec_shop .ttlwrap {
  margin-bottom: 25px;
}
#sec_shop .bg {
  position: relative;
  width: 100%;
  /* height: 714px; */
  left: 50%;
  transform: translate(-50%);
  top: 0;
}
#sec_shop .bg::before {
  content: "";
  width: calc(50% + 620px);
  height: calc(100% - 336px);
  background-color: #00b7de;
  border-radius: 0 17px 17px 0;
  position: absolute;
  left: 0;
  top: 326px;
}
#sec_shop .bg::after {
  content: "";
  width: 884px;
  height: 667px;
  background: url(../img/index/shop_bg.png) no-repeat center / 100% auto;
  position: absolute;
  left: calc(50% + 309px);
  top: 50px;
}
#sec_shop .wrap {
  width: 1240px;
}
#sec_shop .shop_list {
  position: relative
}
#sec_shop .shop_list,
.accordion .accordion_inner {
  justify-content: flex-start;
  position: relative;
  gap: 54px 44px;
  z-index: 1;
}
#sec_shop .shop_list .item {
  width: 384px;
}
#sec_shop .shop_list .item .imgwrap::before {
  background-color: #fbc600;
  border-radius: 20px;
}
#sec_shop .shop_list .item .imgwrap {
  position: relative;
  width: 100%;
  height: 255px;
  z-index: 1;
}
#sec_shop .shop_list .item .imgwrap .img {
  border-radius: 20px;
  z-index: 1;
}
#sec_shop .shop_list .item .imgwrap .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#sec_shop .shop_list .item .imgwrap .img.border {
  border: 1px solid #000;
}
#sec_shop .shop_list .item .txtwrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
#sec_shop .shop_list .item .txtwrap .area {
  text-align: center;
  margin-bottom: .3em;
}
#sec_shop .shop_list .item .txtwrap .area span {
  background: #fff;
  display: inline-flex;
  width: auto;
  height: 30px;
  padding: 0 1em;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: calc(24/14);
  font-weight: 500;
}
#sec_shop .shop_list .item .txtwrap .shopname {
  font-size: 2.3rem;
  letter-spacing: .04em;
  font-weight: 700;
  text-align: center;
}
#sec_shop .shop_list .item .txtwrap .btn {
  text-align: center;
  margin-top: 20px;
}
#sec_shop .shop_list .item .txtwrap .btn + .btn {
  margin-top: 20px;
}
#sec_shop .shop_list .item .txtwrap .btn a {
  width: 270px;
}
#sec_shop .shop_list .item .txtwrap .btn.instagram a {
  padding: 0 2.5em 0 4em;
}
#sec_shop .shop_list .item .txtwrap .btn.instagram a::after {
  position: absolute;
  content: "";
  background: url("../img/common/ico_instagram_btn.svg") no-repeat center center/contain;
  width: 19px;
  height: 19px;
  left: 47px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion.open {
  max-height: 2000px; /* 実際の高さより大きめに設定 */
  transition: max-height 0.8s ease;
  margin: 30px 0 50px;
}
.accordion .accordion_inner {
  display: flex;
}
#accordionButtonWrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* ボタンとアコーディオンの間にスペースを確保 */
  width: 100%;
  position: relative;
}
#toggleAccordion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  height: 78px;
  background-color: #ec7993;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 3em;
  border-radius: 40px;
  transition: .3s ease;
  margin: 0 auto;
  position: absolute;
  top: -50px;
}
#toggleAccordion::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/arw_pagetop.svg) no-repeat center / contain;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: .3s ease;
  transform: rotate(180deg);
}
.accordion.open {
  overflow: visible;
}
.accordion.open + #accordionButtonWrapper #toggleAccordion::after {
  transform: rotate(0)
}
@media screen and (min-width: 768px) {
  .accordion:not(.open) + #accordionButtonWrapper #toggleAccordion:hover::after {
    transform: rotate(180deg) translateY(-6px);
  }
  .accordion.open + #accordionButtonWrapper #toggleAccordion:hover::after {
    transform: rotate(0) translateY(-6px);
  }
}
@media screen and (max-width: 768px) {
  #sec_shop {
    padding: 12vw 0 20vw;
  }
  #sec_shop::before {
    width: 84vw;
    height: 14.67vw;
    left: -24vw;
  }
  #sec_shop .ttlwrap {
    margin-bottom: 10vw;
  }
  #sec_shop .secttl {
    margin: 0 auto;
  }
  #sec_shop .bg {
    transform: none;
    /* top: 38.667vw; */
    left: 0;
  }
  #sec_shop .bg::before {
    width: 100%;
    border-radius: 0;
    transform: skewX(0deg);
    height: calc(100% - 9vw);
    top: 29vw;
    z-index: -1;
  }
  #sec_shop .bg::after {
    width: 100.8vw;
    height: 70.4vw;
    background: url(../img/index/shop_bg_sp.png) no-repeat center/100% auto;
    left: auto;
    right: -52vw;
    top: 2vw;
    z-index: -1;
  }
  #sec_shop .wrap {
    width: 84%;
  }
  #sec_shop .shop_list {
    padding-top: 14vw;
  }
  #sec_shop .shop_list .item {
    width: 100%;
  }
  #sec_shop .shop_list .item + .item {
    margin-top: 14.667vw;
  }
  #sec_shop .shop_list .item .imgwrap::before {
    border-radius: 6vw;
  }
  #sec_shop .shop_list .item .imgwrap {
    height: 56vw;
  }
  #sec_shop .shop_list .item .imgwrap .img {
    border-radius: 6vw;
  }
  #sec_shop .shop_list .item .txtwrap {
    margin-top: 6.5vw;
  }
  #sec_shop .shop_list .item .txtwrap .area {
    margin-bottom: 2.133vw;
  }
  #sec_shop .shop_list .item .txtwrap .area span {
    height: 6.667vw;
    font-size: 3.2vw;
  }
  #sec_shop .shop_list .item .txtwrap .shopname {
    font-size: 4.8vw;
    text-align: center;
  }
  #sec_shop .shop_list .item .txtwrap .btn {
    margin-top: 4vw;
  }
  #sec_shop .shop_list .item .txtwrap .btn + .btn {
    margin-top: 4vw;
  }
  #sec_shop .shop_list .item .txtwrap .btn a {
    width: 56vw;
  }
  #sec_shop .shop_list .item .txtwrap .btn.instagram a {
    padding: 0 2.5em 0 3em;
  }
  #sec_shop .shop_list .item .txtwrap .btn.instagram a::after {
    width: 4.053vw;
    height: 4.053vw;
    left: 7.733vw;
  }
  .accordion_inner {
    flex-direction: column;
  }
  .accordion.open {
    margin: 14.667vw 0 8vw;
  }
  .accordion .accordion_inner .item + .item {
    margin-top: 0 !important;
  }
  #accordionButtonWrapper {
    display: inherit;
    justify-content: center;
    margin-top: 20px; /* ボタンとアコーディオンの間にスペースを確保 */
    width: auto;
    position: static;
  }
  #toggleAccordion {
    top: auto;
    font-size: 4.4vw;
    height: 14vw;
    min-width: 83vw;
    bottom: -27vw;
  }
  /* _::-webkit-full-page-media, _:future, :root #toggleAccordion {
    bottom: -22vw;
  }
  _::-webkit-full-page-media, _:future, :root .accordion.open + #accordionButtonWrapper #toggleAccordion {
    bottom: -19vw;
  } */
  #toggleAccordion::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 5.5vw;
    margin-top: -1.2vw;
  }
}
/* app banner
--------------------------------*/
#sec_app {
  padding-top: 76px;
  padding-bottom: 80px;
}
#sec_app .bnr_app {
  text-align: center;
}
#sec_app .bnr_app a {
  transition: .4s ease;
  max-width: 996px;
  display: inline-block;
}
#sec_app .bnr_app a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #sec_app {
    padding-top: 22.867vw;
    padding-bottom: 21.333vw;
  }
  #sec_app .bnr_app {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* news
--------------------------------*/
#sec_news {
  padding: 80px 0 0;
  background-color: #ec7993;
  z-index: 2;
  /* cm gallery
  --------------------------------*/
}
#sec_news .bg {
  position: relative;
  padding: 90px 0 90px;
}
#sec_news .bg::before {
  content: "";
  width: calc(50% + 540px);
  height: 100%;
  background-color: #fff;
  border: 8px solid #ec7993;
  border-left: none;
  border-radius: 0 50px 50px 0;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 1s ease;
}
#sec_news.is-show .bg::before {
  left: 0;
}
#sec_news::after {
  content: "";
  width: 100%;
  height: 124px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#sec_news .ufocatcher {
  display: block;
  width: 776px;
  position: absolute;
  top: 100%;
  left: calc((100% - 1200px) / 2);
  margin-top: -8px;
  z-index: 2;
}
#sec_news .ufocatcher img {
  position: relative;
  left: 50%;
  margin-left: -52px;
  animation: moveToRight 5s infinite linear;
}
#sec_news .ttlwrap {
  margin-bottom: 20px;
  z-index: 1;
}
#sec_news .news {
  width: 100%;
  padding-bottom: 80px;
}
#sec_news .news_list {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
#sec_news .news_list .item {
  width: 282px;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}
#sec_news .news_list .item::before {
  border-radius: 20px;
}
#sec_news .news_list .item:nth-child(odd)::before {
  background-color: #fbc600;
}
#sec_news .news_list .item:nth-child(even)::before {
  background-color: #00b7de;
}
#sec_news .news_list .item a {
  display: block;
  background-color: #fff;
  border-radius: 20px;
}
#sec_news .news_list .item .imgwrap {
  position: relative;
  width: 100%;
  height: 188px;
}
#sec_news .news_list .item .imgwrap .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#sec_news .news_list .item .imgwrap .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#sec_news .news_list .item .txtwrap {
  position: relative;
  padding: 14px 20px 20px;
}
#sec_news .news_list .item .txtwrap .date {
  display: inline-block;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 9px 1em 6px;
  position: absolute;
  left: 0;
  top: -20px;
}
#sec_news .news_list .item .txtwrap .ttl {
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.05em;
  min-height: 3.25em;
}
#sec_news .news_list .item .txtwrap .cate {
  display: inline-block;
  border: 1px solid #000000;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 1em;
  border-radius: 11.5px;
  margin-top: 5px;
  margin-right: 5px;
}
#sec_news .news .btn {
  margin-top: 45px;
}
#sec_news .cm_gallery {
  padding: 110px 0 0;
  position: relative;
}
#sec_news .line {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 50px;
  top: 0;
  left: 0;
}
#sec_news .cm_gallery .ttlwrap {
  margin-bottom: 22px;
  transform: translateY(-50%);
  z-index: 1;
}
#sec_news .cm_gallery .bg::after {
  content: "";
  width: 722px;
  height: 490px;
  background: url(../img/index/gallery_bg.png) no-repeat left top/100% auto;
  position: absolute;
  left: calc(50% + 460px);
  top: 30px;
  z-index: -1;
}
#sec_news .cm_gallery .gallery_list {
  /* justify-content: flex-start; */
  position: relative;
  z-index: 1;
  gap: 40px 15px;
}
#sec_news .cm_gallery .gallery_list .item {
  width: 32%;
}
#sec_news .cm_gallery .gallery_list .item .imgwrap {
  position: relative;
  width: 100%;
  height: 216px;
  z-index: 1;
}
#sec_news .cm_gallery .gallery_list .item .imgwrap::before {
  background-color: #ec7993;
}
#sec_news .cm_gallery .gallery_list .item:nth-child(even) .imgwrap::before {
  background-color: #00b7de;
}
#sec_news .cm_gallery .gallery_list .item .imgwrap .img {
  border-radius: 10px;
  z-index: 1;
}
#sec_news .cm_gallery .gallery_list .item .imgwrap .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#sec_news .cm_gallery .gallery_list .item .imgwrap .img::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_youtube.svg) no-repeat center/100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#sec_news .cm_gallery .gallery_list .item .ttl {
  font-size: 1.5rem;
  margin-top: 1em;
}
/* @media screen and (min-width: 769px) {
  #sec_news .cm_gallery .gallery_list .item + .item:not(:nth-child(4n + 1)) {
    margin-left: 24px;
  }
} */

@keyframes moveToRight {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(340px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-340px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  #sec_news {
    padding: 24vw 0 0;
  }
  #sec_news .bg {
    padding: 15vw 0 21vw;
  }
  #sec_news .bg::before {
    width: 96%;
    border: 1.07vw solid #ec7993;
    border-left: none;
    border-radius: 0 6.67vw 6.67vw 0;
  }
  #sec_news::after {
    height: 39vw;
  }
  #sec_news .ufocatcher {
    position: relative;
    top: auto;
    width: 84vw;
    top: 100%;
    left: 8vw;
    margin-top: -1vw;
  }
  #sec_news .ufocatcher img {
    width: 17vw;
    margin-left: -8.5vw;
    animation: moveToRight-sp 5s infinite linear;
  }
  #sec_news .ttlwrap {
    margin-bottom: 20px;
    transform: translateY(0);
    z-index: 1;
  }
  #sec_news .news {
    width: 100%;
    padding-bottom: 21.333vw;
  }
  #sec_news .inner {
    padding: 0 2vw 0 0;
  }
  #sec_news .news_list .item {
    width: 100%;
    margin: 0 auto;
  }
  #sec_news .news_list .item + .item {
    margin-top: 10vw !important;
  }
  #sec_news .news_list .item::before, #sec_news .news_list .item a {
    border-radius: 5.33vw;
  }
  #sec_news .news_list .item .imgwrap {
    /* height: 56.7vw; */
    height: 50.6vw;
    width: 76vw;
  }
  #sec_news .news_list .item .imgwrap .img {
    border-radius: 5.33vw;
  }
  #sec_news .news_list .item .txtwrap {
    padding: 2.8vw 3.73vw 4vw;
  }
  #sec_news .news_list .item .txtwrap .date {
    border-radius: 1.73vw 1.73vw 0 0;
    font-size: 3.33vw;
    padding: 2.2vw 1em 1vw;
    top: -5vw;
  }
  #sec_news .news_list .item .txtwrap .cate {
    font-size: 2.8vw;
    border-radius: 2.2vw;
    margin-top: 1vw;
  }
  #sec_news .news .btn {
    margin-top: 10.67vw;
  }
  #sec_news .news .btn a {
    min-width: 135px;
  }
  #sec_news .cm_gallery {
    padding: 19.8vw 0 0;
  }
  #sec_news .line {
    width: 76vw;
    height: 1.067vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec_news .cm_gallery .ttlwrap {
    margin-bottom: 8.6vw;
    transform: translate(0);
  }
  #sec_news .cm_gallery .gallery_list {
    width: 100%;
  }
  #sec_news .cm_gallery .gallery_list .item {
    width: 100%;
  }
  /* #sec_news .cm_gallery .gallery_list .item:nth-child(even) {
    margin-left: 5.7%;
  } */
  /* #sec_news .cm_gallery .gallery_list .item:nth-child(n + 3) {
    margin-top: 8vw;
  } */
  #sec_news .cm_gallery .gallery_list .item .imgwrap {
    width: 100%;
    height: 46.2vw;
  }
  #sec_news .cm_gallery .gallery_list .item .imgwrap .img {
    border-radius: 1.4vw;
  }
  #sec_news .cm_gallery .gallery_list .item .imgwrap .img::before {
    width: 6.6vw;
    height: 6.6vw;
  }
  #sec_news .cm_gallery .gallery_list .item .ttl {
    font-size: 3.73vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
}
@keyframes moveToRight-sp {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40vw);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-40vw);
  }
  100% {
    transform: translateX(0);
  }
}
.fadein2 {
  opacity: 0;
  transition: opacity 1s;
}
.fadein2.delay_rt2 {
  transition-delay: 0.3s !important;
}
.fadein2.delay_rt4 {
  transition-delay: 1.6s !important;
}
.fadein2.delay_rt6 {
  transition-delay: 2.5s !important;
}

.scroll.is-show.fadein2,
.scroll.is-show .fadein2 {
  opacity: 1;
}
