@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/* ▼▼▼ top
====================================================== */
#main {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 1126px;
  }
}

/* 共通セクションタイトル */
.top_sec_ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
.top_sec_ttl .sub {
  display: block;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .top_sec_ttl {
    font-size: 36px;
    margin-bottom: 1em;
  }
  .top_sec_ttl .sub {
    margin-top: 10px;
  }
}

/* ▼ mv_area
--------------------------------------- */
#mv {
  padding: 35px 0 15px;
}
#mv:before {
  content: "";
  width: 70%;
  height: 100%;
  background: linear-gradient(45deg, rgb(244, 205, 229) 0%, rgb(244, 206, 229) 10%, rgb(237, 236, 250) 50%, rgb(143, 200, 240) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #mv {
    padding: 68px 0 45px;
  }
  #mv:before {
    max-width: 880px;
    width: 100%;
    height: 400px;
  }
}
#mv .swiper-wrapper .swiper-slide a {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border: 1px solid rgba(57, 57, 57, 0.1);
  box-shadow: 0 5px 5px rgba(57, 57, 57, 0.1);
}
#mv .swiper-wrapper .swiper-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .main_slide {
    overflow: hidden;
    max-width: calc(100% - 160px);
    margin: 0 0 0 auto;
  }
  .main_slide .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
.swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: 0 !important;
  margin-top: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #B71F59;
}
@media screen and (min-width: 769px) {
  .swiper-pagination {
    margin-top: 25px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
  }
}

/* ▼ POP UP SHOP
--------------------------------------- */
#popup_shop {
  padding: 30px 0 40px;
  /*&:before {
  	width: 45%;
  	height: calc(100% - 70px);
  	background: linear-gradient(90deg, rgba(255, 232, 247, 1) 0%, rgba(237, 236, 250, 1) 35%, rgba(160, 226, 255, 1) 100%);
  	top: 100px;
  }*/
}
#popup_shop:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
#popup_shop:after {
  width: 70%;
  height: 65%;
  background: linear-gradient(43deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 35%, rgb(143, 200, 240) 100%);
  top: 35%;
}
#popup_shop .ttl_box {
  margin-bottom: 32px;
}
#popup_shop .ttl_box .top_sec_ttl {
  margin-bottom: 10px;
}
#popup_shop .ttl_box .txt {
  text-align: center;
  letter-spacing: 0.05em;
}
#popup_shop .article_list {
  gap: 15px;
  margin-bottom: 40px;
}
#popup_shop .article_list li .article_desc .tag.b1 {
  background-color: #0287A7;
}
#popup_shop .article_list li .article_desc .tag.labo {
  background-color: #D41265;
}
#popup_shop .himeji_uketori {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  #popup_shop {
    padding: 70px 0 140px;
  }
  #popup_shop:before, #popup_shop:after {
    content: none;
  }
  #popup_shop .container {
    max-width: 1226px;
    padding: 0;
  }
  #popup_shop .ttl_box {
    position: absolute;
    top: 35%;
    left: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
  #popup_shop .ttl_box .txt {
    margin-bottom: 30px;
  }
  #popup_shop .article_list {
    max-width: 870px;
    gap: 40px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0 40px 40px;
    position: relative;
  }
  #popup_shop .article_list:before {
    content: "";
    width: 100%;
    height: 80%;
    background: linear-gradient(80deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 40%, rgb(143, 200, 240) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  #popup_shop .article_list .date_circle p {
    font-size: 16px;
    font-weight: 500;
  }
  #popup_shop .more {
    width: 270px;
  }
  #popup_shop .himeji_uketori {
    margin: 70px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  #popup_shop .container {
    max-width: 90%;
  }
  #popup_shop .article_list {
    max-width: calc(100% - 380px);
  }
}

/* ▼ SEARCH
--------------------------------------- */
#search {
  padding: 48px 0 32px;
}
#search:before {
  content: "";
  background: linear-gradient(54deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
}
#search .word_box form .input_box {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#search .keyword_box {
  margin-bottom: 15px;
}
#search .keyword_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 13px;
}
#search .keyword_box ul .tag_keyword {
  background-color: #9898A7;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.46;
  padding: 3px 10px;
  border: 1px solid #9898A7;
  border-radius: 3px;
}
#search .keyword_box ul .tag_keyword:before {
  content: "＃";
}
#search .keyword_box ul .tag_keyword:hover {
  background-color: transparent;
  color: #9898A7;
}
#search .keyword_box ul .tag_keyword.active {
  background-color: #B71F59;
  border-color: #B71F59;
}
#search .menu_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#search .menu_box ul li a {
  font-size: 11px;
  line-height: 1.42;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  padding: 60px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search .menu_box ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 52%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
}
#search .menu_box ul li a.link_shopguide:before {
  background-image: url(../img/icon_shopguide.svg);
}
#search .menu_box ul li a.link_restaurant:before {
  background-image: url(../img/icon_restaurant.svg);
}
#search .menu_box ul li a.link_floormap:before {
  background-image: url(../img/icon_floormap.svg);
}
#search .menu_box ul li a.link_event:before {
  background-image: url(../img/icon_event.svg);
}
#search .menu_box ul li a.link_service:before {
  background-image: url(../img/icon_service.svg);
}
#search .menu_box ul li a.link_access:before {
  background-image: url(../img/icon_access.svg);
}
@media screen and (min-width: 769px) {
  #search {
    order: 2;
    padding: 90px;
  }
  #search:before {
    height: 100%;
  }
  #search .word_box form {
    margin-bottom: 30px;
  }
  #search .keyword_box {
    margin-bottom: 40px;
  }
  #search .keyword_box ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  #search .menu_box ul {
    gap: 30px;
  }
  #search .menu_box ul li a {
    font-size: 14px;
    padding: 65px 0 10px;
    box-shadow: 0 20px 20px rgba(60, 60, 60, 0.1);
    min-height: 130px;
  }
  #search .menu_box ul li a:before {
    top: 20%;
  }
}

/* PCの時にINFORMATIONとSEARCHを横並びにする */
@media screen and (min-width: 769px) {
  .pc_2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* ▼ INFORMATION
--------------------------------------- */
#information:after {
  content: "";
  display: inline-block;
  background: linear-gradient(54deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
  width: 240px;
  height: 135px;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
#information .info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#information .fix_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/information_fix_bg.png) center top/cover no-repeat;
  z-index: -1;
}
#information .info_cont {
  padding-top: 48px;
  padding-bottom: 80px;
}
#information .top_sec_ttl {
  text-align: left;
}
#information .top_sec_ttl .sub {
  text-align: left;
}
#information .info_list {
  margin-bottom: 26px;
}
#information .info_list li {
  border-bottom: 1px solid #707070;
}
#information .info_list li.noentry {
  border-bottom: none;
}
#information .info_list li a {
  color: #151515;
  margin-top: 16px;
  padding-bottom: 18px;
  display: block;
}
#information .info_list li a .info_ttl .date {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
}
#information .more a.btn {
  background-color: transparent;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  #information {
    width: 100%;
    margin: 0;
  }
  #information.himeji {
    height: 100% !important;
  }
  #information:after {
    content: none;
  }
  #information .fix_bg {
    background: url(../img/top/information_fix_bg_pc.png) center/cover no-repeat;
    width: 50%;
  }
  #information .info_cont {
    max-width: 370px;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #information .top_sec_ttl span {
    text-align: left;
  }
  #information .info_list {
    margin-bottom: 45px;
  }
}

/* ▼ SHOP NEWS
--------------------------------------- */
#shopnews {
  padding: 75px 0 60px;
}
#shopnews .top_sec_ttl,
#shopnews .top_sec_ttl .sub {
  text-align: left;
}
#shopnews .keyword_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 13px;
}
#shopnews .keyword_box ul .tag_keyword {
  background-color: #9898A7;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.46;
  padding: 3px 10px;
  border: 1px solid #9898A7;
  border-radius: 3px;
}
#shopnews .keyword_box ul .tag_keyword:before {
  content: "＃";
}
#shopnews .keyword_box ul .tag_keyword:hover {
  background-color: transparent;
  color: #9898A7;
}
#shopnews .keyword_box ul .tag_keyword.active {
  background-color: #B71F59;
  border-color: #B71F59;
}
#shopnews .shopnews_wrap {
  --shopnews-box-gap-n: 16px;
  --shopnews-box-gap-d: 20px;
  --shopnews-box-gap-pc: 30px;
  --shopnews-box-width-n: 160px;
  --shopnews-box-width-d: 200px;
  --shopnews-box-width-pc: 260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#shopnews .shopnews_inner {
  padding: 20px 20px 0;
  position: relative;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 30px;
}
#shopnews .shopnews_inner::-webkit-scrollbar {
  display: none;
}
#shopnews .top_news.article_list {
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(100, var(--shopnews-box-width-n));
  -webkit-column-gap: var(--shopnews-box-gap-n);
  -moz-column-gap: var(--shopnews-box-gap-n);
  column-gap: var(--shopnews-box-gap-n);
  width: auto;
  gap: 45px 13px;
}
#shopnews .top_news a {
  display: block;
}
#shopnews .top_news a .thumb {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#shopnews .top_news a .date_new_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 17px;
  background-color: #D41265;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-top: -10px;
}
#shopnews .top_news a .title {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin: 10px 0 3px;
}
#shopnews .top_news a .name {
  color: #707070;
  font-size: 12px;
  line-height: 1.42;
}
#shopnews .shopnews_box {
  max-width: var(--shopnews-box-width-n) !important;
}
@media screen and (min-width: 769px) {
  #shopnews {
    padding: 110px 0 140px;
  }
  #shopnews .top_sec_ttl,
  #shopnews .top_sec_ttl .sub {
    text-align: center;
  }
  #shopnews .keyword_box {
    margin-bottom: 20px;
  }
  #shopnews .keyword_box ul {
    justify-content: center;
  }
  #shopnews .shopnews_wrap {
    --shopnews-box-width-n: var(--shopnews-box-width-pc);
    --shopnews-box-width-d: var(--shopnews-box-width-pc);
    --shopnews-box-gap-n: var(--shopnews-box-gap-pc);
    --shopnews-box-gap-d: var(--shopnews-box-gap-pc);
  }
  #shopnews .shopnews_inner {
    max-width: calc((var(--shopnews-box-width-n) + var(--shopnews-box-gap-n)) * 4 - var(--shopnews-box-gap-n) + 40px);
    margin: 0 auto 60px;
  }
  #shopnews .top_news.article_list {
    gap: 70px 30px;
  }
  #shopnews .top_news a .date_new_icon {
    width: 45px;
    height: 25px;
    font-size: 14px;
  }
}

.top_news_slide {
  overflow: hidden;
  margin-right: -20px;
  margin-bottom: 24px;
}
.top_news_slide .swiper {
  overflow: visible;
}
.top_news_slide .swiper .swiper-slide {
  max-width: 200px;
}
.top_news_slide .swiper .swiper-slide a {
  display: block;
}
.top_news_slide .swiper .swiper-slide a .thumb {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 12px;
}
.top_news_slide .swiper .swiper-slide a .title {
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-bottom: 3px;
}
.top_news_slide .swiper .swiper-slide a .name {
  font-size: 12px;
  line-height: 1.42;
}
@media screen and (min-width: 769px) {
  .top_news_slide {
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-bottom: 56px;
  }
  .top_news_slide .swiper .swiper-slide {
    max-width: 350px;
  }
}

/* ▼ STAFF STYLE +
--------------------------------------- */
#staffstyle {
  padding-bottom: 40px;
}
#staffstyle:before {
  content: "";
  background: linear-gradient(52deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 40%, rgb(143, 200, 240) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
}
#staffstyle .title_box {
  margin-bottom: 26px;
}
#staffstyle .top_sec_ttl {
  margin-bottom: 10px;
}
#staffstyle .lead {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#staffstyle .carousel_wrap {
  overflow: visible;
  position: relative;
}
#staffstyle .carousel_inner_wrap {
  display: flex;
  position: absolute;
  transition: all 0.35s linear;
}
#staffstyle .coordinates_article {
  width: 200px;
  margin-right: 20px;
}
#staffstyle .coordinates_article .main_image {
  margin-bottom: 8px;
  box-shadow: 0 3px 3px rgba(56, 56, 56, 0.08);
}
#staffstyle .coordinates_article .label_name {
  color: #383838;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 3px;
}
#staffstyle .coordinates_article .staff_name {
  color: #383838;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
#staffstyle .coordinates_article .staff_height {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #staffstyle {
    padding: 60px 0;
  }
  #staffstyle:before {
    height: 480px;
    bottom: auto;
    top: 0;
  }
  #staffstyle .title_box {
    position: absolute;
    top: 35px;
    margin-bottom: 0;
  }
  #staffstyle .title_box .top_sec_ttl {
    font-size: 33px;
    margin-bottom: 1em;
  }
  #staffstyle .title_box .lead {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  #staffstyle .more {
    width: 270px;
  }
  #staffstyle .top_news_slide {
    max-width: 860px;
    margin-left: auto;
    margin-bottom: 0;
  }
  #staffstyle .coordinates_article {
    width: 346px;
    margin-right: 30px;
  }
  #staffstyle .coordinates_article .main_image {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1440px) {
  #staffstyle > .container {
    max-width: 80%;
    padding: 0;
  }
  #staffstyle .top_news_slide {
    max-width: 80%;
  }
}

/* ▼ EVENT
--------------------------------------- */
#event {
  padding: 48px 0 35px;
}
#event .calendar_list_wrap {
  overflow: scroll hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #event .calendar_list_wrap {
    width: 63%;
    margin: 0 auto 70px;
  }
}
#event .event_calendar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  width: 280%;
}
#event .event_calendar li {
  width: 60px;
  height: 60px;
}
#event .event_calendar li a {
  background-color: #F7F7F7;
  border-radius: 50%;
  display: block;
  height: 100%;
}
#event .event_calendar li a .data {
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
}
#event .event_calendar li a .data:before {
  content: "";
  width: 75%;
  height: 1px;
  background: #383838;
  position: absolute;
  top: 22px;
  left: 5px;
  transform: rotate(135deg);
}
#event .event_calendar li a .data .month {
  position: absolute;
  top: 8px;
  left: 4px;
  line-height: 1;
}
#event .event_calendar li a .data .day {
  position: absolute;
  bottom: 3px;
  right: 0;
  line-height: 1;
}
#event .event_calendar li a .week {
  font-size: 10px;
  text-align: center;
  line-height: 1.37;
  font-weight: 500;
}
#event .event_calendar li.active a {
  background-color: #B71F59;
  color: #fff;
}
#event .event_calendar li.active .data:before {
  background-color: #fff;
}
#event .article_list {
  gap: 20px;
  margin-bottom: 24px;
}
#event .article_list li .article_thumb {
  padding-top: 100%;
}
#event .article_list li .article_desc .ttl {
  color: #707070;
}
#event .article_list li .article_desc .date {
  color: #C10053;
}
#event .noentry {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #event {
    padding: 60px 0;
  }
  #event .event_calendar {
    gap: 25px;
    width: 200%;
  }
  #event .event_calendar li {
    width: 75px;
    height: 75px;
  }
  #event .event_calendar li a {
    padding: 4px 0;
  }
  #event .event_calendar li a .data {
    font-size: 16px;
  }
  #event .event_calendar li a .data:before {
    width: 85%;
    top: 25px;
    left: 6px;
  }
  #event .event_calendar li a .data .day {
    font-size: 1.1em;
  }
  #event .event_calendar li a .data .week {
    font-size: 11px;
  }
  #event .article_list {
    gap: 50px;
    margin-bottom: 80px;
  }
  #event .article_list li .article_desc {
    margin-top: 22px;
  }
  #event .article_list li .article_desc .date {
    margin-top: 20px;
  }
  #event .noentry {
    margin-bottom: 70px;
  }
}

/* ▼ ぴおれっこくらぶ
--------------------------------------- */
#piolekko_club {
  background: linear-gradient(135deg, rgba(255, 247, 203, 0.5) 0%, rgba(197, 232, 240, 0.5) 90%, rgba(206, 246, 255, 0.5) 100%);
  padding: 60px 0;
  margin-top: 40px;
}
#piolekko_club:before, #piolekko_club:after {
  content: "";
  display: inline-block;
  background: url(../img/top/piolekko_bg_wave.png) center/100% no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
}
#piolekko_club:before {
  top: -30px;
}
#piolekko_club:after {
  bottom: -30px;
}
#piolekko_club > .container {
  background: url(../img/top/piolekko_bg_illust_sp.png) bottom 40% right 30%/85% no-repeat;
}
#piolekko_club .txt {
  color: #4B3700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 0.2em;
}
#piolekko_club .more a.btn {
  color: #2C7A8B;
  border: 4px solid #ABD2CD;
  border-radius: 25px;
  box-shadow: 3px 3px 0 rgba(108, 129, 124, 0.16);
}
#piolekko_club .more a.btn:after {
  background-image: url(../img/top/btn_arw_green.svg);
}
@media screen and (min-width: 769px) {
  #piolekko_club {
    padding: 100px 0;
    margin: 0;
  }
  #piolekko_club:before, #piolekko_club:after {
    background: url(../img/top/piolekko_bg_wave_pc.png) center/100% no-repeat;
  }
  #piolekko_club .kids_bg {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/top/piolekko_kids_img.png) center/cover no-repeat;
  }
  #piolekko_club > .container {
    background: url(../img/top/piolekko_bg_illust_pc.png) center bottom/600px no-repeat;
  }
  #piolekko_club .txt {
    margin-bottom: 32px;
  }
  #piolekko_club .more a.btn {
    max-width: 250px;
    height: 50px;
    font-size: 13px;
  }
}

/* ▼ INSTAGRAM
--------------------------------------- */
#instagram {
  padding: 42px 0;
}
#instagram .top_sec_ttl {
  margin-bottom: 8px;
}
#instagram .top_sec_ttl:before {
  content: "";
  display: inline-block;
  background: url(../img/icon_instagram.png) center/contain no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
}
#instagram .ig_account {
  color: #383838;
  font-weight: 700;
  text-align: center;
  line-height: 1.42;
  margin-bottom: 28px;
}
#instagram .ig_list {
  margin: 0 -20px;
}
@media screen and (min-width: 769px) {
  #instagram {
    padding: 60px 0 115px;
  }
  #instagram .top_sec_ttl {
    margin-bottom: 14px;
  }
  #instagram .top_sec_ttl:before {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    vertical-align: bottom;
  }
  #instagram .ig_account {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #instagram .ig_list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* ▼ ABOUT
--------------------------------------- */
#about {
  padding: 30px 0 35px;
}
#about:before, #about:after {
  content: "";
  background: linear-gradient(45deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
  position: absolute;
  opacity: 0.47;
  z-index: -1;
}
#about:before {
  width: 174px;
  height: 166px;
  top: 50px;
  left: 0;
}
#about:after {
  width: 188px;
  height: 160px;
  top: 41%;
  right: 0;
}
#about .about_img_box {
  margin: 0 -20px;
}
#about .about_img_box .about_img1 {
  max-width: 307px;
  margin-left: auto;
}
#about .about_img_box .about_img2 {
  max-width: 274px;
  margin-top: 15px;
}
#about .lead {
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
  margin: 32px 0 15px;
}
@media screen and (min-width: 769px) {
  #about {
    padding: 140px 0;
  }
  #about::before {
    content: none;
  }
  #about:after {
    content: "";
    background: linear-gradient(135deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 65%, rgb(206, 246, 255) 100%);
    position: absolute;
    top: 140px;
    right: 0;
    width: 272px;
    height: 647px;
    opacity: 0.47;
    z-index: -1;
  }
  #about > .container {
    max-width: none;
    padding: 0;
  }
  #about .about_img_box {
    max-width: 55%;
    position: relative;
  }
  #about .about_img_box::before {
    content: "";
    width: 645px;
    height: 468px;
    background: linear-gradient(-45deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 55%, rgb(143, 200, 240) 100%);
    position: absolute;
    z-index: -1;
    bottom: 50px;
    right: -70px;
    opacity: 0.42;
  }
  #about .about_img_box .about_img1 {
    max-width: 645px;
    width: 100%;
    margin-left: 0;
  }
  #about .about_img_box .about_img2 {
    max-width: 630px;
    margin-top: 30px;
    margin-left: auto;
  }
  #about .top_sec_ttl {
    position: absolute;
    top: 20%;
    width: 45%;
    left: 55%;
  }
  #about .text_box {
    position: absolute;
    top: 30%;
    width: 45%;
    left: 55%;
  }
  #about .lead {
    font-size: 20px;
    line-height: 1.73;
    letter-spacing: 0.05em;
    margin: 50px 0 60px;
  }
}
@media screen and (min-width: 1440px) {
  #about > .container {
    max-width: 90%;
  }
  #about .about_img_box {
    max-width: 60%;
  }
  #about .about_img_box::before {
    right: -50px;
  }
  #about .about_img_box .about_img1 {
    margin: auto;
  }
  #about .top_sec_ttl {
    top: 25%;
    left: 60%;
    width: 30%;
  }
  #about .text_box {
    top: 35%;
    left: 60%;
    width: 30%;
  }
  #about .lead {
    font-size: 17px;
  }
}

/* ▼ JOY ONE CARD
--------------------------------------- */
#jo_card {
  padding: 32px 0 70px;
}
#jo_card:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 95%, rgb(206, 246, 255) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 114px);
  z-index: -1;
}
#jo_card .inner_wrap {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#jo_card .top_sec_ttl {
  background: linear-gradient(315deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 93%, rgb(206, 246, 255) 100%);
  padding: 18px 0;
  margin-bottom: 0;
}
#jo_card .card_wrap {
  background-color: #fff;
  padding: 20px 35px;
}
#jo_card .card_wrap .card_head {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.025em;
}
#jo_card .card_wrap .card_head .wester_point {
  font-size: 0;
  background: url(../img/westerpoint_logo.png) center/contain no-repeat;
  display: inline-block;
  width: 180px;
  height: 34px;
  vertical-align: middle;
  margin-right: 5px;
}
#jo_card .card_wrap .card_head .large {
  font-size: 1.18em;
  font-weight: 500;
}
#jo_card .card_wrap .card_img {
  margin-bottom: 16px;
}
#jo_card .card_wrap a.btn {
  max-width: none;
}
@media screen and (min-width: 769px) {
  #jo_card {
    padding: 0 0 70px;
    margin-bottom: 200px;
  }
  #jo_card::before {
    content: none;
  }
  #jo_card .container::before {
    content: "";
    background: linear-gradient(280deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 90%, rgb(206, 246, 255) 100%);
    position: absolute;
    top: 60px;
    left: 80px;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  #jo_card .inner_wrap {
    display: flex;
  }
  #jo_card .top_sec_ttl {
    width: 400px;
    margin-bottom: 0;
    display: grid;
    place-content: center;
    background: linear-gradient(45deg, rgb(255, 250, 224) 0%, rgb(217, 241, 247) 75%, rgb(206, 246, 255) 100%);
  }
  #jo_card .top_sec_ttl .sub {
    margin-top: 55px;
  }
  #jo_card .card_wrap {
    width: calc(100% - 400px);
    box-shadow: none;
    padding: 45px 70px;
  }
  #jo_card .card_wrap .card_head {
    font-size: 20px;
  }
  #jo_card .card_wrap .card_head .wester_point {
    width: 200px;
    height: 44px;
  }
  #jo_card .card_wrap .card_img {
    margin-bottom: 30px;
  }
  #jo_card .card_wrap a.btn {
    max-width: 280px;
    font-size: 14px;
  }
}

/* ▼ Google Map
--------------------------------------- */
#map {
  padding: 0 0 40px;
}
#map .map_wrap {
  position: relative;
  padding-top: 75%;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
#map .map_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#map .address_wrap {
  margin-top: 40px;
}
#map .address_wrap .address {
  text-align: center;
  margin-bottom: 12px;
}
#map .address_wrap .address .logo_footer {
  display: inline-block;
  max-width: 82px;
  margin-bottom: 12px;
}
#map .address_wrap .address .addr {
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#map .address_wrap .link_box .btn {
  background-color: #EDEDED;
  border: none;
}
@media screen and (min-width: 769px) {
  #map {
    padding: 60px 0;
    background-color: #F7F7F7;
  }
  #map > .container {
    display: flex;
    align-items: center;
    max-width: 960px;
    gap: 45px;
  }
  #map .map_wrap {
    width: 70%;
    margin: 0;
    padding-top: 40%;
  }
  #map .address_wrap {
    width: 30%;
    margin-top: 0;
  }
  #map .address_wrap .address {
    margin-bottom: 30px;
  }
  #map .address_wrap .address .logo_footer {
    max-width: 160px;
    margin-bottom: 20px;
  }
  #map .address_wrap .address .addr {
    font-size: 15px;
  }
  #map .address_wrap .link_box .btn {
    background: linear-gradient(14deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 90%, rgb(206, 246, 255) 100%);
  }
}

/* ---------------------------------------
ピオレ明石個別style
--------------------------------------- */
.akashi {
  /* 検索 */
  /* ショップニュース */
  /* イベント */
  /* インフォメーション */
  /* インスタグラム */
  /* ピオレについて */
}
@media screen and (min-width: 769px) {
  .akashi #search .keyword_box ul {
    justify-content: center;
  }
  .akashi #search .menu_box ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
  }
  .akashi #search .menu_box ul li a {
    min-height: 140px;
  }
}
.akashi #shopnews {
  padding: 50px 0 30px;
}
.akashi #shopnews::before {
  content: "";
  display: inline-block;
  background: linear-gradient(11deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 40%, rgb(143, 200, 240) 100%);
  width: 70%;
  height: 45%;
  position: absolute;
  top: 200px;
  right: 0;
  opacity: 0.5;
}
.akashi #shopnews .more {
  margin-top: 24px;
}
.akashi #shopnews .more a.btn {
  margin: auto;
}
.akashi #shopnews .shopnews_inner {
  padding: 0;
  margin-right: -20px;
}
@media screen and (min-width: 769px) {
  .akashi #shopnews {
    padding: 130px 0 60px;
  }
  .akashi #shopnews::before {
    width: calc(100vw - 120px);
    height: calc(100% - 200px);
    top: auto;
    bottom: 0;
  }
  .akashi #shopnews > .container {
    max-width: 1300px;
    width: 100vw;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  .akashi #shopnews .flex_pc {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .akashi #shopnews .shopnews_wrap {
    overflow: scroll;
    padding: 0;
    scrollbar-width: none;
  }
  .akashi #shopnews .shopnews_inner {
    margin: 0;
    max-width: calc((var(--shopnews-box-width-n) + var(--shopnews-box-gap-n)) * 4 - var(--shopnews-box-gap-n));
    overflow: visible;
  }
  .akashi #shopnews .top_news.article_list {
    grid-template-rows: repeat(2, auto);
    gap: 50px;
  }
  .akashi #shopnews .title_box .lead {
    text-align: center;
  }
  .akashi #shopnews .more {
    width: 270px;
    margin-top: 40px;
  }
}
.akashi #event {
  padding: 30px 0 50px;
}
@media screen and (min-width: 769px) {
  .akashi #event {
    padding: 120px 0 105px;
  }
}
.akashi .article_list li .article_desc .tag.west {
  color: #E3A71D;
  border: 1px solid;
  background-color: transparent;
}
.akashi .article_list li .article_desc .tag.east {
  color: #638B4B;
  border: 1px solid;
  background-color: transparent;
}
.akashi #information {
  padding-bottom: 190px;
}
.akashi #information:after {
  height: 34px;
  bottom: -34px;
}
.akashi #information .fix_bg {
  background-image: url(../img/top/information_fix_bg_akashi.png);
}
.akashi #information .info_cont {
  padding-top: 55px;
  padding-bottom: 75px;
}
.akashi #information .more a.btn {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .akashi #information {
    width: calc(100vw - 120px);
    padding: 80px 0;
    background-color: #fff;
  }
  .akashi #information::after {
    content: "";
    display: inline-block;
    background: linear-gradient(75deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 60%);
    width: 710px;
    height: 346px;
    position: absolute;
    bottom: -50px;
    right: -120px;
    z-index: -1;
  }
  .akashi #information .fix_bg {
    width: 100%;
    background-image: url(../img/top/information_fix_bg_akashi_pc.png);
  }
  .akashi #information .info_cont {
    position: static;
    max-width: 960px;
    transform: none;
    padding-top: 80px;
  }
  .akashi #information .info_cont .info_list {
    display: inline-block;
    max-width: 470px;
    width: 100%;
    margin-bottom: 25px;
  }
  .akashi #information .top_sec_ttl {
    margin-bottom: 20px;
  }
  .akashi #information .more a.btn {
    margin-left: 0;
  }
}
.akashi #instagram {
  padding: 40px 0 50px;
}
@media screen and (min-width: 769px) {
  .akashi #instagram {
    padding: 80px 0 100px;
  }
}
.akashi #about {
  padding: 0 0 60px;
}
.akashi #about::before, .akashi #about::after {
  content: none;
}
.akashi #about .flex {
  display: block;
}
.akashi #about .about_img_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.akashi #about .about_img_box > div {
  position: relative;
}
.akashi #about .about_img_box .about_img1 {
  max-width: 335px;
  margin-left: 0;
}
.akashi #about .about_img_box .about_img1::before {
  content: "";
  display: inline-block;
  background: linear-gradient(90deg, rgb(244, 205, 229) 0%, rgb(237, 236, 250) 55%, rgb(143, 200, 240) 100%);
  width: 205px;
  height: 94px;
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: -1;
  opacity: 0.42;
}
.akashi #about .about_img2 {
  max-width: 285px;
  margin: 0 -20px 0 auto;
}
.akashi #about .about_img2::before {
  content: "";
  display: inline-block;
  background: linear-gradient(107deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 70%, rgb(206, 246, 255) 100%);
  width: 311px;
  height: 148px;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: -1;
  opacity: 0.55;
}
.akashi #about .text_box {
  margin: 60px auto 35px;
}
.akashi #about .text_box .top_sec_ttl .sub {
  font-size: 0.76em;
}
.akashi #about .text_box .subttl {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.akashi #about .text_box .lead {
  color: #707070;
  font-size: 13px;
  line-height: 1.92;
  margin: 20px 0 0;
}
.akashi #about .more {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .akashi #about::after {
    content: "";
    display: inline-block;
    background: linear-gradient(25deg, rgb(255, 247, 203) 0%, rgb(197, 232, 240) 95%, rgb(206, 246, 255) 100%);
    width: 274px;
    height: 646px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
  }
  .akashi #about .flex {
    display: flex;
  }
  .akashi #about .about_img_box {
    width: 55%;
    display: block;
    height: auto;
    margin: 0;
  }
  .akashi #about .about_img_box .about_img1 {
    max-width: 645px;
  }
  .akashi #about .about_img_box .about_img1::before {
    content: none;
  }
  .akashi #about .about_img_box .about_img2 {
    max-width: 645px;
    margin-top: 30px;
    text-align: right;
  }
  .akashi #about .about_img_box .about_img2::before {
    content: none;
  }
  .akashi #about .text_box {
    position: static;
    width: 45%;
    transform: none;
    padding-top: 90px;
    margin: 0 auto;
  }
  .akashi #about .text_box .top_sec_ttl {
    position: static;
    width: auto;
  }
  .akashi #about .text_box .top_sec_ttl .sub {
    font-size: 0.5em;
  }
  .akashi #about .text_box .subttl {
    font-size: 23px;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
  .akashi #about .text_box .lead {
    font-size: 17px;
    margin: 60px 0 0;
  }
  .akashi #about .more {
    position: absolute;
    bottom: 10%;
    right: 12%;
    width: 300px;
  }
}

/* ▼ ATELIER
--------------------------------------- */
#atelier {
  background-image: url(../img/top/atelier_sec_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 80px 0 0;
  padding: 150px 0;
}
#atelier .lead {
  text-align: center;
  margin-bottom: 30px;
}
#atelier .more a.btn {
  color: #2C7A8B;
  border: 4px solid #ABD2CD;
  border-radius: 25px;
  box-shadow: 3px 3px 0 rgba(108, 129, 124, 0.16);
}
#atelier .more a.btn::after {
  background-image: url(../img/top/btn_arw_green.svg);
}
@media screen and (min-width: 769px) {
  #atelier {
    background-image: url(../img/top/atelier_sec_bg_pc.png);
    padding: 9vw 0;
    margin: 120px 0 0;
  }
  #atelier .lead {
    margin-bottom: 35px;
  }
  #atelier .lead img {
    width: 310px;
  }
  #atelier .more a.btn {
    max-width: 250px;
    height: 50px;
  }
}

/* ▼ AKASHI TIGER
--------------------------------------- */
#akashi-tiger {
  padding: 24px 20px;
}
@media screen and (min-width: 769px) {
  #akashi-tiger {
    padding: 80px 0 20px;
  }
  #akashi-tiger > .container {
    max-width: 960px;
  }
}