.slick-slide img.sp{ display: block; }
.slick-slide img.pc{ display: none; }

.mv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: calc(80vh - 56px);
}
.mv_container {
  position: relative;
  margin: 0;
  max-width: 768px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  order: 1;
}
.mv_container::before {
  position: absolute;
  content: "";
}
.mv .mv_slide_dots {
  position: relative;
}
.mv .slick-dots, .mv .mv_slide_dot {
  cursor: default;
  display: flex;
  justify-content: center;
  z-index: 8;
}
.mv .slick-dots li, .mv .mv_slide_dot li {
  display: inline-block;
  margin-bottom: 5px;
  background: #D9D9D9;
  color: transparent;
  cursor: pointer;
  transition: all 0.5s;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  line-height: 8px;
  margin-right: 6px;
}
.mv .slick-dots li:last-child, .mv .mv_slide_dot li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.mv .slick-dots li.slick-active, .mv .mv_slide_dot li.slick-active {
  background: #654734;
}
.mv .slick-dots li:focus, .mv .mv_slide_dot li:focus {
  outline: 0;
}
.mv .slick-dots button, .mv .mv_slide_dot button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: transparent;
}
.mv_slide {
  opacity:0;
  height: 100%;
  width: 100%;
  transition:opacity .5s;
}
.mv_slide.slick-initialized{
  display: block;
  opacity:1;
}
.mv_slide_item {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv_slide_item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv_slide .slick-list, .mv_slide .slick-slide, .mv_slide .slick-slide > div {
  height: 100%;
  padding: 0 !important;
}
.mv_slide .slick-track {
  height: 100%;
}
.mv_info01 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.mv_info02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mv_info02_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
}
.mv_info02_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/top/bg_mv_sp_01.png) no-repeat center/cover;
  filter: blur(50px);
  z-index: -1;
}
.mv_info02_ttl {
  position: relative;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.9375rem;
  font-weight: 400;
  letter-spacing: 0.19em;
  color: #fff;
  line-height: 1.62em;
  z-index: 2;
}
.mv_img {
  height: 100%;
  width: 100%;
}
.mv_heading {
  display: flex;
  flex-direction: column;
}
.mv_heading_en, .mv_heading_jp {
  display: block;
}
.mv_heading .heading_en {
  position: relative;
  padding: 10px;
  background: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.23em;
  word-break: break-all;
}
.mv_heading .heading_jp {
  position: relative;
  padding: 10px;
  display: inline-block;
  background: #fff;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  word-break: break-all;
}
.mv_scroll {
  order: 2;
  width: 100%;
  text-align: center;
}
.mv_scroll_btn {
  text-align: center;
  display: none;
  align-items: center;
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 0;
}
.mv_scroll_txt {
  position: relative;
  -moz-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-family: "Market Deco", "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
  display: inline-block;
  line-height: 1.5em;
  text-transform: uppercase;
}
.mv_scroll_arrow {
  display: inline-block;
  width: 9px;
  height: 75px;
}
.mv_slide_item03 img {
  -o-object-position: 40% 0;
  object-position: 40% 0;
}

.feature {
  position: relative;
  padding-top: 70px;
}
.feature .container {
  padding: 0 30px;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: -106px;
  background: url(../images/top/bg_feature_sp_gradient.png) no-repeat center/contain;
  width: 583px;
  height: 404px;
  z-index: -1;
}
.feature .c_ttl {
  margin-bottom: 20px;
}
.feature_main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.feature_btn_list {
  margin-bottom: 60px;
}
.feature_desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 2.1em;
  margin-bottom: 30px;
}
.feature_info {
  position: relative;
  z-index: 2;
  width: 100%;
  flex-shrink: 0;
}
.feature_btn02 {
  text-align: center;
}
.feature_btn {
  position: relative;
  height: 70px;
}
.feature_btn_link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 0;
  border-bottom: solid 1px #DEDEDE;
  height: 100%;
}
.feature_btn_link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 39%;
  width: 26px;
  height: 8px;
  background: url(../images/common/icon_arr_lg.svg) no-repeat center/contain;
}
.feature_btn_txt {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.44em;
  display: inline-block;
}
.feature_btn.is_hover {
  padding-left: 0;
}
.feature_btn.is_hover .feature_btn_link {
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.feature_btn.is_hover .feature_btn_link::after {
  opacity: 1;
}
.feature_imgs {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  display: none;
  flex-shrink: 0;
}
.feature_img {
  height: 100%;
  width: 100%;
}
.feature_imgs01_sp {
  position: relative;
  margin: -70px 0 34px;
  width: calc(100% + 60px);
  left: -30px;
  height: 390px;
}
.feature_imgs01_sp .slick-list, .feature_imgs01_sp .slick-track, .feature_imgs01_sp .slick-slide, .feature_imgs01_sp .slick-slide > div, .feature_imgs01_sp .feature_info_img {
  height: 100%;
}
.feature_imgs01_sp .feature_info_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign {
  position: relative;
  padding-top: 80px;
}
.campaign .container {
  padding: 0 30px;
}
.campaign_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}
.campaign_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 27px;
  background: #F2F2F2;
}
.campaign_main {
  display: flex;
  flex-wrap: wrap;
}
.campaign_wrap_ttl {
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
}
.campaign_slide {
  width: calc(100% + 30px);
  order: 2;
  margin-bottom: 60px;
}
.campaign_slide_list {
  position: relative;
  left: -20px;
}
.campaign .slick-list {
  overflow: inherit;
}
.campaign .slick-slide {
  width: 308px;
  padding: 0 10px;
}
.campaign_slide_arrow {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 57%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.campaign_slide_info {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 10px;
}
.campaign_slide_img {
  display: block;
}
.campaign_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.campaign_slide_date {
  text-align: center;
}
.campaign_slide_date .txt_date {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  padding-left: 20px;
}
.campaign_slide_date .txt_date::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  background: url(../images/common/icon_calendar.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
}
.campaign_slide_ttl {
  text-align: center;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.campaign .c_btn02 {
  order: 3;
  position: relative;
  margin: 0 auto;
}
.campaign .c_btn03 {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.campaign .slick-dots, .campaign .campaign_slide_dots {
  max-width: 100%;
  cursor: default;
  z-index: 8;
}
.campaign .slick-dots li, .campaign .campaign_slide_dots li {
  display: inline-block;
  margin-right: 9px;
  background: #D9D9D9;
  color: transparent;
  cursor: pointer;
  transition: all 0.5s;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  line-height: 6px;
}
.campaign .slick-dots li:last-child, .campaign .campaign_slide_dots li:last-child {
  margin-right: 0;
}
.campaign .slick-dots li.slick-active, .campaign .campaign_slide_dots li.slick-active {
  background: #654734;
}
.campaign .slick-dots li:focus, .campaign .campaign_slide_dots li:focus {
  outline: 0;
}
.campaign .slick-dots button, .campaign .campaign_slide_dots button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: transparent;
}

.menu {
  position: relative;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 0 0;
}
.menu::after {
  position: absolute;
  content: "";
  top: -70px;
  left: -139px;
  background: url(../images/top/bg_menu_sp_gradient.png) no-repeat center/contain;
  width: 834px;
  height: 778px;
  z-index: -1;
}
.menu_main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.menu .container {
  padding: 0 30px;
  width: 100%;
}
.menu_info {
  width: 100%;
}
.menu_info .c_ttl {
  margin-bottom: 30px;
}
.menu_info .top_ttl01 {
  margin-bottom: 10px;
}
.menu_desc {
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 54px;
}
.menu_imgs {
  display: flex;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin-bottom: 40px;
}
.menu_imgs_col {
  width: 33.33%;
}
.menu_imgs_col02 {
  margin-top: 33px;
}
.menu_imgs_col03 {
  margin-top: 66px;
}
.menu_imgs_col img {
  width: 100%;
}
.menu .c_btn02 {
  text-align: center;
  margin: 0 auto;
}

.photo_gallery {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.photo_gallery::before {
  position: absolute;
  content: "";
  top: -88px;
  left: -318px;
  width: 616px;
  height: 539px;
  z-index: -1;
  background: url(../images/top/bg_photo_gallery_sp_gradient.png) no-repeat center/contain;
}
.photo_gallery .container {
  padding: 0;
  max-width: 100%;
}
.photo_gallery .c_ttl {
  padding: 0 30px;
  margin-bottom: -10px;
}
.photo_gallery_main {
  position: relative;
  margin: 0 auto;
}
.photo_gallery_slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.photo_gallery_slide_big {
  height: 390px;
  width: 100%;
}
.photo_gallery_slide_big .slick-track {
  height: 100%;
}
.photo_gallery_slide_big .slick-list {
  height: 100%;
  width: 100%;
  padding: 0 !important;
}
.photo_gallery_slide_big .img {
  display: block !important;
  width: 100%;
  height: 100%;
}
.photo_gallery_slide_big img {
  transition: opacity 0.2s ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photo_gallery_slide_big .slick-slide, .photo_gallery_slide_big .slick-slide > div {
  height: 100%;
}
.photo_gallery_info {
  padding: 0 30px;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.photo_gallery_wrap_slide_thumb {
  position: relative;
  height: 120px;
  width: 100%;
}
.photo_gallery_wrap_slide_thumb .img {
  height: 100%;
  width: 100%;
  display: block !important;
}
.photo_gallery_wrap_slide_thumb .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}
.photo_gallery_slide_thumb {
  position: relative;
  left: 15px;
  top: -30px;
  z-index: 3;
}
.photo_gallery_slide_thumb .slick-slide {
  width: 25vw;
  height: 120px;
  cursor: pointer;
}
.photo_gallery_slide_thumb .slick-slide div {
  height: 100%;
}
.photo_gallery_slide_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.photo_gallery_desc {
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.photo_gallery .top_slide_arrow_prev {
  pointer-events: auto;
}
.photo_gallery .top_slide_arrow_next {
  pointer-events: auto;
}
.photo_gallery .top_ttl01 {
  margin-bottom: 14px;
}
.photo_gallery .c_btn02 {
  text-align: center;
}
.costume .container {
  padding: 0 30px;
}
.costume_main {
  padding: 0 0 63px;
  position: relative;
}
.costume_main::before {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  background: #F2F2F2;
  width: 100%;
  height: 100%;
}
.costume_imgs {
  display: none;
  margin-bottom: 30px;
}
.costume_img {
  width: 33.3333333333%;
}
.costume_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.costume_info {
  width: 100%;
  margin-bottom: 44px;
}
.costume_info .c_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.costume_info .c_ttl .ttl_en {
  font-size: 2.8125rem;
  letter-spacing: 0.09em;
}
.costume_desc {
  font-size: 0.875rem;
  font-weight: 400;
}
.costume_slide {
  height: 174px;
}
.costume_slide .slick-list {
  height: 100%;
  overflow: visible;
}
.costume_slide01 {
  margin-bottom: 10px;
}
.costume_wrap_slide_sp {
  margin-bottom: 10px;
}
.costume .slick-slide {
  position: relative;
  width: 116px;
  height: 100%;
  padding: 0 10px;
  z-index: 1;
}
.costume_slides {
  margin-bottom: 45px;
}
.costume .c_btn02 {
  text-align: center;
}

.pri_pro_shop {
  padding-top: 80px;
}
.pri_pro_shop .container01 {
  padding: 0 30px;
}
.pri_pro_shop_list {
  display: flex;
  flex-wrap: wrap;
}
.pri_pro_shop_item {
  width: 100%;
  margin-bottom: 50px;
}
.pri_pro_shop_item:last-child {
  margin-bottom: 0;
}
.pri_pro_shop_item .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.pri_pro_shop_item .c_ttl {
  text-align: center;
  margin: -37px 0 25px;
}
.pri_pro_shop_item .c_ttl .ttl_en {
  left: 0;
  letter-spacing: 0.05em;
}
.pri_pro_shop_item .c_ttl .ttl_jp {
  font-size: 1rem;
  letter-spacing: 0;
}
.pri_pro_shop_item .desc {
  font-family: "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}
.pri_pro_shop_item .c_btn03 {
  text-align: center;
  margin-top: auto;
}
.pri_pro_shop_info {
  padding: 10px 10px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.voice {
  padding-top: 70px;
}
.voice .container {
  padding: 0 30px;
}
.voice_main {
  display: flex;
  flex-wrap: wrap;
}
.voice_wrap_ttl {
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
}
.voice .c_ttl .ttl_en {
  letter-spacing: 0.08em;
}
.voice_slide {
  order: 2;
  position: relative;
  left: -18px;
  margin-bottom: 60px;
  width: calc(100% + 30px);
}
.voice_slide .slick-slide {
  width: 330px;
  padding: 0 18px;
}
.voice_slide_link {
  display: block;
  text-decoration: none;
}
.voice_slide_img {
  position: relative;
  overflow: hidden;
}
.voice_slide_info {
  padding: 15px;
}
.voice_slide_cats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}
.voice_slide_cats li {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  border-right: solid 1px #000;
  margin: 0 4px 10px 0;
  padding-right: 6px;
}
.voice_slide_cats li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.voice_slide_ttl {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.voice_slide_desc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}
.voice_slide_item {
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
}
.voice_slide .c_btn03 {
  display: flex;
  justify-content: flex-end;
}
.voice_slide .slick-list {
  overflow: visible;
}
.voice .c_btn02 {
  order: 3;
  margin: 0 auto;
}

.news {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
}
.news .container {
  padding: 0 30px;
}
.news::before {
  position: absolute;
  content: "";
  top: -11px;
  left: -153px;
  background: url(../images/top/bg_news_sp_gradient.png) no-repeat center/contain;
  width: 318px;
  height: 389px;
  z-index: -1;
}
.news .c_ttl {
  margin-bottom: 20px;
}
.news .c_ttl .ttl_en {
  letter-spacing: 0.08em;
}
.news_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .c_btn02 {
  margin: 0 auto;
}
.news_info .c_btn02 {
  display: none;
}
.news_posts {
  margin-bottom: 60px;
  width: 100%;
}
.news_desc {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 55px;
}
.news_post_link {
  display: flex;
  text-decoration: none;
  padding: 17px 0 7px;
  border-top: solid 1px #E8E8E8;
}
.news_post .news_post_link {
  border-bottom: solid 1px #E8E8E8;
}
.news_post_thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 76px;
  flex-shrink: 0;
}
.news_post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_post_thumb .new {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: #FFDA74;
  line-height: 1em;
  padding: 4px 8px 7px;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
}
.news_post_main {
  width: calc(100% - 114px);
  padding: 0 0 0 10px;
}
.news_post_ttl {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 4px;
}
.news_post_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_post_date {
  color: #B9B9B9;
  letter-spacing: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  -ms-text-kashida-space: 1.46em;
}
.news .c_btn03 {
  display: none;
}

.top_ttl01 {
  color: #000;
  letter-spacing: 0;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.83em;
}

.top_slide_arrow {
  z-index: 4;
}
.top_slide_arrow .slick-arrow {
  position: relative;
  width: 58px;
  height: 58px;
  background: #000;
  color: transparent;
}
.top_slide_arrow .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  padding: 5px;
}
.top_slide_arrow_prev {
  pointer-events: auto;
  left: 0;
}
.top_slide_arrow_prev::before {
  left: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.top_slide_arrow_next {
  pointer-events: auto;
  right: 0;
}
.top_slide_arrow_next::before {
  right: calc(50% - 13px);
  transform: translate(-50%, -50%) rotate(135deg);
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
}

.media_main {
  align-items: center;
}
.m_btn {
  display: none;
}

#instagram_thubmnails{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.instagram_thubmnails__child{
  width:32%;
}
.instagram_thubmnails__child img{
  width:100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.instagram_thubmnails__child:nth-child(3n+2){
  margin-left:2%;
}
.instagram_thubmnails__child:nth-child(3n){
  margin-left:2%;
}
.instagram_thubmnails__child:nth-child(n+4){
  margin-top:2%;
}

@media screen and (min-width: 768px) {
  .slick-slide img.pc{ display: block; }
	
  .mv {
    flex-direction: row;
    flex-wrap: nowrap;
    height: calc(100vh - clamp(7.125rem, 6.25vw + 4.125rem, 8.125rem));
  }
  .mv_container {
    order: 2;
    max-width: 93.8%;
    margin-bottom: 0;
  }
  .mv_container::before {
    background: url(../images/common/bg_head_gradient.png) no-repeat center/contain;
    width: 1358px;
    height: 1298px;
    right: -300px;
    top: -500px;
  }
  .mv .mv_slide_dots {
    top: -26px;
  }
  .mv .slick-dots, .mv .mv_slide_dot {
    align-items: center;
    flex-direction: column;
  }
  
  
  
  .mv .slick-dots li, .mv .mv_slide_dot li {
    margin-bottom: 9px;
    margin-right: 0;
    width: 11px;
    height: 11px;
    line-height: 11px;
  }
  .mv .slick-dots button, .mv .mv_slide_dot button {
    transition: all 0.5s;
  }
  .mv .slick-dots button:hover, .mv .mv_slide_dot button:hover {
    background: #654734;
  }
  .mv_info01 {
    top: auto;
    bottom: 38px;
    width: 57%;
  }
  .mv_info02 {
    right: 0;
    left: auto;
    width: 47%;
  }
  .mv_info02_wrap {
    padding: 50px clamp(1.25rem, 2.5240384615vw + 0.0384615385rem, 2.5625rem) 31px 0;
  }
  .mv_info02_wrap::after {
    background: url(../images/top/bg_mv_01.png) no-repeat center/cover;
  }
  .mv_info02_ttl {
    font-size: clamp(1.9375rem, 3.8461538462vw + 0.0913461538rem, 3.9375rem);
    text-align: right;
  }
  .mv_heading .heading_en {
    bottom: 6px;
    padding: 8px 18px;
    font-size: 2.6875rem;
  }
  .mv_heading .heading_jp {
    top: 3px;
    padding: 14px 20px 10px;
    z-index: 2;
    font-size: 1.25rem;
  }
  .mv_scroll {
    order: 1;
    width: 6.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mv_scroll_btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
  .mv_scroll_txt {
    margin: 0 0 16px;
    font-size: 0.75rem;
    left: -5px;
    top: -3px;
  }
  .mv_slide_item03 img {
    -o-object-position: center;
    object-position: center;
  }
  
  

  
  .feature {
    padding-top: 184px;
  }
  .feature .container {
    padding: 0 20px;
  }
  .feature::before {
    left: calc(50% - 180px);
    background: url(../images/top/bg_feature_gradient.png) no-repeat center/contain;
    width: 1424px;
    height: 1158px;
  }
  .feature .c_ttl {
    width: calc(100% + clamp(26.875rem, 27.6442307692vw + 13.6057692308rem, 41.25rem));
    margin-bottom: clamp(1.875rem, 2.8846153846vw + 0.4903846154rem, 3.375rem);
  }
  .feature_main {
    flex-wrap: nowrap;
  }
  .feature_btn_list {
    margin-bottom: clamp(2.1875rem, 9.1346153846vw + -2.1971153846rem, 6.9375rem);
  }
  .feature_desc {
    margin-bottom: clamp(2.8125rem, 11.6586538462vw + -2.7836538462rem, 8.875rem);
  }
  .feature_info {
    width: 49%;
    top: -49px;
  }
  .feature_btn02 {
    text-align: left;
  }
  .feature_btn {
    height: auto;
    padding-left: clamp(0.625rem, 0.7211538462vw + 0.2788461538rem, 1rem);
    margin-bottom: clamp(0.625rem, 1.2019230769vw + 0.0480769231rem, 1.25rem);
  }
  .feature_btn_link {
    height: auto;
    padding: clamp(0.625rem, 1.8028846154vw + -0.2403846154rem, 1.5625rem) clamp(0.625rem, 2.4038461538vw + -0.5288461538rem, 1.875rem) clamp(0.625rem, 1.8028846154vw + -0.2403846154rem, 1.5625rem) 0;
    border-bottom: 0;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .feature_btn_link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .feature_btn_link::after {
    top: 38%;
    transition: all 0.5s;
    width: clamp(2rem, 2.4038461538vw + 0.8461538462rem, 3.25rem);
    height: clamp(0.375rem, 0.4807692308vw + 0.1442307692rem, 0.625rem);
    right: clamp(0.625rem, 2.6442307692vw + -0.6442307692rem, 2rem);
    opacity: 0;
  }
  .feature_btn_txt {
    font-size: clamp(1rem, 0.2403846154vw + 0.8846153846rem, 1.125rem);
  }
  .feature_btn.is_hover .feature_btn_link {
    padding: clamp(0.625rem, 1.8028846154vw + -0.2403846154rem, 1.5625rem) 0 clamp(0.625rem, 1.8028846154vw + -0.2403846154rem, 1.5625rem) clamp(0.625rem, 2.4038461538vw + -0.5288461538rem, 1.875rem);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  }
  .feature_btn.is_hover .feature_btn_txt {
    padding-right: 74px;
  }
  .feature_imgs {
    left: 20px;
    display: block;
    width: 50%;
    height: 650px;
    margin-left: auto;
  }
  .feature_imgs01_sp {
    display: none;
  }
  .feature .c_btn02_txt {
    padding-right: clamp(3.25rem, 2.0432692308vw + 2.2692307692rem, 4.3125rem);
  }
  .campaign {
    padding-top: 50px;
  }
  .campaign .container {
    padding: 0 20px;
  }
  .campaign_wrapper {
    padding-bottom: 0;
  }
  .campaign_wrapper::before {
    top: 55px;
    width: 81.8%;
    height: 99%;
  }
  .campaign_wrapper::before {
    top: clamp(2.5rem, 2.6086956522vw + 0.8288043478rem, 3.4375rem);
  }
  .campaign_main {
    padding-bottom: 30px;
  }
  .campaign_wrap_ttl {
    width: auto;
    padding-right: 20px;
    margin-bottom: 67px;
  }
  .campaign_slide {
    width: 100%;
    order: 3;
    margin-bottom: 0;
  }
  .campaign_slide_list {
    left: 0;
  }
  .campaign .slick-slide {
    padding: 0 8px;
    width: 405px;
    transition: all 0.5s;
  }
  .campaign .slick-slide:hover {
    cursor: pointer;
    opacity: 1;
    transform: translateY(-20px);
  }
  .campaign_slide_info {
    padding: 20px 10px 14px;
  }
  .campaign_slide_img {
    height: 389px;
  }
  .campaign_slide_date .txt_date {
    font-size: 0.8125rem;
  }
  .campaign_slide_date .txt_date::before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .campaign_slide_ttl {
    font-size: 1.1875rem;
  }
  .campaign .c_btn02 {
    order: 2;
    margin: 0;
    top: 30px;
  }
  .campaign .c_btn03 {
    right: clamp(0rem, 1.8028846154vw + -0.8653846154rem, 0.9375rem);
  }
  .campaign .slick-dots, .campaign .campaign_slide_dots {
    margin: 9px auto 0;
    display: flex;
    justify-content: center;
  }
  .campaign .slick-dots li, .campaign .campaign_slide_dots li {
    width: 11px;
    height: 11px;
    line-height: 11px;
  }
  .campaign .slick-dots button, .campaign .campaign_slide_dots button {
    transition: all 0.5s;
  }
  .campaign .slick-dots button:hover, .campaign .campaign_slide_dots button:hover {
    background: #654734;
  }
  .menu {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 257px;
  }
  .menu::after {
    top: -103px;
    left: calc(50% - 275px);
    width: 1354px;
    height: 1254px;
    background: url(../images/top/bg_menu_gradient.png) no-repeat center/contain;
  }
  .menu_main {
    flex-wrap: nowrap;
  }
  .menu .container {
    padding: 0 20px;
  }
  .menu_info {
    width: 40.7%;
    padding-top: clamp(0rem, 13.2211538462vw + -6.3461538462rem, 6.875rem);
  }
  .menu_info .c_ttl {
    margin-bottom: clamp(2.1875rem, 2.7644230769vw + 0.8605769231rem, 3.625rem);
  }
  .menu_info .c_ttl .ttl_en {
    left: -3px;
  }
  .menu_info .top_ttl01 {
    margin-bottom: 20px;
  }
  .menu_desc {
    padding-right: clamp(0rem, 2.2836538462vw + -1.0961538462rem, 1.1875rem);
    margin-bottom: clamp(3.125rem, 7.0913461538vw + -0.2788461538rem, 6.8125rem);
  }
  .menu_imgs_list {
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    width: 57%;
  }
  .menu_imgs {
    margin-bottom: 0;
    width: 100%;
  }
  .menu_imgs_col02 {
    margin-top: 76px;
  }
  .menu_imgs_col03 {
    margin-top: 149px;
  }
  .menu .c_btn02 {
    margin: 0;
    text-align: left;
  }
  .photo_gallery {
    padding-bottom: 0;
    padding-top: clamp(8.75rem, 34.2548076923vw + -7.6923076923rem, 26.5625rem);
  }
  .photo_gallery::before {
    background: url(../images/top/bg_photo_gallery_gradient.png) no-repeat center/contain;
    width: 1316px;
    height: 1244px;
    left: auto;
    right: calc(50% - 451px);
  }
  .photo_gallery .c_ttl {
    padding: 0;
    margin-bottom: 35px;
  }
  .photo_gallery .c_ttl .ttl_en {
    left: 0;
    margin-bottom: 12px;
  }
  .photo_gallery_slide {
    padding: 0 20px 0 0;
  }
  .photo_gallery_slide_big {
    width: clamp(25rem, 72.1153846154vw + -9.6153846154rem, 62.5rem);
    height: clamp(25rem, 72.1153846154vw + -9.6153846154rem, 62.5rem);
    overflow: hidden;
    margin-bottom: clamp(6.5625rem, -33.203125vw + 27.8125rem, 11.875rem);
  }
  .photo_gallery_info {
    position: absolute;
    width: 58%;
    padding: 0 20px 0 0;
    margin-left: auto;
  }
  .photo_gallery_wrap_slide_thumb {
    height: 258px;
    width: 90%;
    margin-left: auto;
    margin-top: clamp(-6.25rem, -39.0625vw + 18.75rem, 0rem);
  }
  .photo_gallery_slide_thumb {
    left: 0;
    top: 0;
  }
  .photo_gallery_slide_thumb .slick-slide {
    width: 190px;
    height: 258px;
    padding: 0 9px;
  }
  .photo_gallery_desc {
    line-height: 2.142em;
    margin-bottom: 33px;
  }
  .photo_gallery .top_slide_arrow_prev {
    left: -30px;
  }
  .photo_gallery .top_ttl01 {
    margin-bottom: 15px;
  }
  .photo_gallery .c_btn02 {
    text-align: left;
  }
  .costume {
    padding-top: clamp(9.375rem, 11.2980769231vw + 3.9519230769rem, 15.25rem);
  }
  .costume .container {
    padding: 0;
    max-width: 100%;
  }
  .costume_main {
    padding-top: 80px;
    padding-bottom: 98px;
  }
  .costume_main::before {
    top: 0;
  }
  .costume_imgs {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .costume_info {
    margin-bottom: 88px;
  }
  .costume_info .c_ttl {
    margin: clamp(-7.75rem, -1.5625vw + -6.1875rem, -6.9375rem) 0 34px;
  }
  .costume_info .c_ttl .ttl_en {
    left: 0;
    font-size: clamp(3.125rem, 3.6057692308vw + 1.3942307692rem, 5rem);
    margin-bottom: -5px;
  }
  .costume_desc {
    text-align: center;
  }
  .costume_slide {
    height: 238px;
  }
  .costume_slide01 {
    margin-bottom: 88px;
  }
  .costume_wrap_slide_sp {
    display: none;
    margin-bottom: 90px;
  }
  .costume .slick-slide {
    width: 179px;
    transition: all 0.5s;
  }
  .costume .slick-slide:hover {
    z-index: 2;
    cursor: pointer;
  }
  .costume_slides {
    margin-bottom: 88px;
  }
  .pri_pro_shop {
    padding-top: 138px;
  }
  .pri_pro_shop .container01 {
    padding: 0 20px;
  }
  .pri_pro_shop_list {
    flex-wrap: nowrap;
  }
  .pri_pro_shop_item {
    margin-bottom: 0;
    width: 33.3333333333%;
  }
  .pri_pro_shop_item:hover .img img {
    transform: scale(1.05);
  }
  .pri_pro_shop_item .img {
    height: 200px;
  }
  .pri_pro_shop_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
  }
  .pri_pro_shop_item .c_ttl {
    margin: -38px 0 27px;
  }
  .pri_pro_shop_item .c_ttl .ttl_en {
    font-size: clamp(2.3125rem, 1.4423076923vw + 1.6201923077rem, 3.0625rem);
    margin-bottom: 5px;
  }
  .pri_pro_shop_item .desc {
    margin-bottom: 37px;
  }
  .pri_pro_shop_info {
    padding: 10px 1px 0;
    height: calc(100% - 200px);
  }
  .voice {
    padding-top: 144px;
  }
  .voice .container {
    padding: 0 20px;
  }
  .voice_wrap_ttl {
    width: auto;
    padding-right: 20px;
    margin-bottom: 63px;
  }
  .voice .c_ttl .ttl_en {
    margin-bottom: 2px;
  }
  .voice_slide {
    width: 100%;
    left: 0;
    margin-bottom: 0;
    order: 3;
  }
  .voice_slide .slick-slide {
    width: 32.417%;
    margin-right: 18px;
    padding: 0;
    transition: all 0.5s;
  }
  .voice_slide .slick-slide:hover img {
    transform: scale(1.05);
  }
  .voice_slide .slick-slide:last-child {
    margin-right: 0;
  }
  .voice_slide_link {
    transition: all 0.5s;
  }
  .voice_slide_img img {
    transition: all 0.5s;
  }
  .voice_slide_info {
    padding: 30px clamp(0.625rem, 1.2019230769vw + 0.0480769231rem, 1.25rem);
    background: #fff;
  }
  .voice_slide_cats {
    margin-bottom: 5px;
  }
  .voice_slide_cats li {
    font-size: 0.8125rem;
    line-height: 1em;
  }
  .voice_slide_ttl {
    font-size: 1.1875rem;
    margin-bottom: 14px;
    line-height: 1.4210526316;
  }
  .voice_slide_desc {
    margin-bottom: 23px;
    font-size: 0.875rem;
  }
  .voice_slide_item {
    box-shadow: none;
  }
  .voice_slide .c_btn03 {
    right: 7px;
  }
  .voice_slide .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex;
  }
  .voice .c_btn02 {
    top: 75px;
    right: -5px;
    order: 2;
    margin: 0;
  }
  .voice .c_btn02_txt {
    padding-right: clamp(3.125rem, 2.4038461538vw + 1.9711538462rem, 4.375rem);
  }
  .news {
    padding-top: 145px;
    /* padding-bottom: 126px; */
  }
  .news .container {
    padding: 0 20px;
  }
  .news::before {
    width: 1250px;
    height: 1232px;
    left: auto;
    right: calc(50% + 430px);
    top: -462px;
    background: url(../images/top/bg_news_gradient.png) no-repeat center/contain;
  }
  .news .c_ttl {
    margin-bottom: 40px;
  }
  .news .c_ttl .ttl_en {
    margin-bottom: 1px;
  }
  .news_main {
    flex-wrap: nowrap;
  }
  .news .c_btn02 {
    display: none;
  }
  .news_info .c_btn02 {
    display: block;
  }
  .news_info {
    width: 37%;
  }
  .news_info.instagram_info{
    width: 72%;
  }
  .news_posts {
    width: 60%;
    margin-bottom: 0;
  }
  .news_desc {
    line-height: 2.143em;
    margin-bottom: 114px;
  }
  .news_post_link {
    transition: all 0.5s;
  }
  .news_post_link:hover {
    background: #E8E8E8;
  }
  .news_post_thumb {
    width: 150px;
    height: 100px;
  }
  .news_post_thumb .new {
    font-size: 0.75rem;
  }
  .news_post_main {
    width: calc(100% - 150px);
    padding: 11px 0 9px 29px;
  }
  .news_post_ttl {
    font-size: 1.125rem;
    line-height: 1.44em;
    margin-bottom: 8px;
    padding-right: clamp(0rem, 12.1739130435vw + -7.7989130435rem, 4.375rem);
  }
  .news_post_date {
    font-size: 0.8125rem;
  }
  .news .c_btn03 {
    display: block;
    top: -2px;
  }
  .news .c_btn03_txt {
    padding-right: 40px;
  }
  .top_ttl01 {
    font-size: clamp(1.5rem, 1.3221153846vw + 0.8653846154rem, 2.1875rem);
    line-height: 1.8857em;
  }
  .top_slide_arrow .slick-arrow::before {
    padding: 8px;
  }
  .top_slide_arrow .slick-arrow {
    transition: all 0.5s;
  }
  .top_slide_arrow .slick-arrow:hover {
    background: #707070;
    cursor: pointer;
  }
  .media .m_btn {
    text-align: right;
  }
  .m_btn {
   display: block;
  }
  #instagram_thubmnails{
    margin-bottom: 114px;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    height: calc(100vh - clamp(8.625rem, 2.0869565217vw + 7.2880434783rem, 9.375rem));
  }
  .mv_info01 {
    width: 49%;
  }
  .feature_info {
    width: 43.563%;
  }
  .feature_btn {
    margin-bottom: clamp(-0.5625rem, -3.3043478261vw + 2.7418478261rem, 0.625rem);
  }
  .feature_btn.is_hover .feature_btn_txt {
    padding-right: 105px;
  }
  .feature_imgs {
    height: 830px;
    width: 66.7%;
    left: clamp(1.25rem, 9.9130434783vw + -5.1005434783rem, 4.8125rem);
  }
  .campaign {
    padding-top: clamp(0rem, 21.0434782609vw + -13.4809782609rem, 7.5625rem);
  }
  .campaign_slide_date .txt_date {
    padding-left: 9px;
  }
  .campaign_slide_date .txt_date::before {
    left: -13px;
  }
  .campaign .c_btn02 {
    top: 45px;
  }
  .campaign .c_btn02_txt {
    padding-left: 53px;
    padding-right: 56px;
  }
  .menu_imgs_list {
    left: calc(50% - 57px);
    width: calc(50% + clamp(4.8125rem, 31.3043478261vw + -15.2418478261rem, 16.0625rem));
  }
  .photo_gallery .c_ttl {
    margin-bottom: clamp(1.875rem, 3.4782608696vw + -0.3532608696rem, 3.125rem);
  }
  .photo_gallery_slide_big {
    margin-left: clamp(-9.375rem, -17.3913043478vw + 8.0163043478rem, -3.125rem);
    margin-bottom: clamp(0rem, -18.2608695652vw + 18.2608695652rem, 6.5625rem);
  }
  .photo_gallery_info {
    flex-shrink: 0;
    width: 521px;
    padding-top: clamp(0rem, 15.3043478261vw + -9.8043478261rem, 5.5rem);
    padding-right: 0;
  }
  .photo_gallery_wrap_slide_thumb {
    width: 87.5%;
    margin-left: auto;
    margin-top: -122px;
  }
  .photo_gallery_desc {
    padding-right: clamp(1.25rem, 14.2608695652vw + -7.8858695652rem, 6.375rem);
    margin-bottom: clamp(1.875rem, 4.347826087vw + -0.910326087rem, 3.4375rem);
  }
  .photo_gallery .top_ttl01 {
    margin-bottom: 28px;
  }
  .costume_img {
    height: 377px;
  }
  .pri_pro_shop_item .img {
    height: 310px;
  }
  .pri_pro_shop_item .desc {
    font-size: clamp(0.875rem, 0.347826087vw + 0.652173913rem, 1rem);
  }
  .pri_pro_shop_info {
    height: calc(100% - 310px);
  }
  .news_info {
    width: 30%;
  }
  .news_posts {
    width: 63.8%;
    padding-top: 3px;
  }
  .news .c_btn03 {
    right: -8px;
  }
}
@media screen and (min-width: 1280px) {
  .photo_gallery_slide_thumb {
    left: -11px;
  }
}
@media screen and (min-width: 1601px) {
  .feature {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
  }
  .feature_btn.is_hover .feature_btn_link {
    padding: 25px 28px;
  }
  .feature_btn.is_hover .feature_btn_txt {
    padding-right: 82px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
