@charset "UTF-8";
/* =========================================================
home
========================================================= */
@media screen and (min-width: 769px) {
  body.page-home .wrapper {
    padding: 144px 0 0;
  }
  body.page-home .gnav-list {
    height: 70px;
  }
  body.page-home .gnav-item .ico {
    display: block;
  }
  body.page-home .gnav-item .txt {
    font-weight: bold;
  }
}

.home-block-in {
  padding: 0 12px;
}
@media screen and (min-width: 769px) {
  .home-block-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.home-ttl01 {
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
}
.home-ttl01 .ico {
  width: 58px;
  height: 58px;
  background: #DE0000;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-ttl01 .ico svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.home-ttl01 .txt {
  width: calc(100% - 58px);
  padding: 0 0 0 22px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 340px) {
  .home-ttl01 .txt {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .home-ttl01 {
    margin: 0 auto 30px;
  }
  .home-ttl01 .ico {
    width: 110px;
    height: 110px;
  }
  .home-ttl01 .ico svg {
    width: 40px;
    height: 40px;
  }
  .home-ttl01 .txt {
    width: calc(100% - 110px);
    padding: 0 0 0 30px;
    font-size: 3.2rem;
  }
}
.home-ttl02 {
  padding: 30px 0 0;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 340px) {
  .home-ttl02 {
    font-size: 2rem;
  }
}
.home-ttl02:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #DE0000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .home-ttl02 {
    padding: 70px 0 0;
    font-size: 3.2rem;
  }
  .home-ttl02:before {
    width: 100px;
    height: 4px;
  }
}
/*------------------------------------------
home slider
------------------------------------------*/
.home-hd {
  padding: 25px 0;
  background: url(../images/home/bg_pat01.png) repeat center;
  background-size: 64px 37px;
}
@media screen and (min-width: 769px) {
  .home-hd {
    padding: 40px 0;
    background-size: auto;
  }
}
.home-hd-slider {
  padding: 0 17px;
}
@media screen and (min-width: 769px) {
  .home-hd-slider {
    width: 680px;
    margin: 0 auto;
  }
}
.home-hd-slider .splide__track {
  overflow: initial;
}
.home-hd-slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .home-hd-slider .splide__arrows {
    width: calc(100% + 110px);
  }
}
.home-hd-slider .splide__arrows .splide__arrow {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #DE0000;
  border-radius: 50%;
  pointer-events: initial;
}
@media screen and (min-width: 769px) {
  .home-hd-slider .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
    border: 3px solid #DE0000;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .home-hd-slider .splide__arrows .splide__arrow:hover {
    background: #DE0000;
  }
  .home-hd-slider .splide__arrows .splide__arrow:hover:before {
    border-color: #fff;
  }
}
.home-hd-slider .splide__arrows .splide__arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #DE0000;
  border-left: 2px solid #DE0000;
  position: absolute;
  top: 8px;
  left: 10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .home-hd-slider .splide__arrows .splide__arrow:before {
    width: 16px;
    height: 16px;
    border-top: 3px solid #DE0000;
    border-left: 3px solid #DE0000;
    top: 19px;
    left: 22px;
    transition: border-color 0.2s ease;
  }
}
.home-hd-slider .splide__arrows .splide__arrow--next {
  transform: scale(-1, -1);
}
.home-hd-slider .splide__pagination {
  position: absolute;
  top: calc(100% + 43px);
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .home-hd-slider .splide__pagination {
    top: calc(100% + 70px);
    padding: 0;
  }
}
.home-hd-slider .splide__pagination__page {
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background: #E1E7E6;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .home-hd-slider .splide__pagination__page {
    width: 13px;
    height: 13px;
    margin: 0 10px;
  }
}
.home-hd-slider .splide__pagination__page.is-active {
  background: #DE0000;
}
.home-hd-slide-item {
  border-radius: 10px;
  overflow: hidden;
}
.home-hd-slide-item a {
  display: block;
}

/*------------------------------------------
telop
------------------------------------------*/
.cont-telop .home-block-in {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .cont-telop .home-block-in {
    padding-top: 70px;
  }
}

.telop-tab {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .telop-tab {
    width: 310px;
  }
}
.telop-tab-list {
  display: flex;
  border: 2px solid #E1E7E6;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.telop-tab .tab {
  width: 50%;
  border-right: 2px solid #E1E7E6;
}
.telop-tab .tab:last-child {
  border-right: none;
}
.telop-tab .tab button {
  width: 100%;
  height: 50px;
  background: #E1E7E6;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .telop-tab .tab button {
    height: 70px;
    font-size: 16px;
  }
}
.telop-tab .tab button.current {
  background: #fff;
}
.telop-block {
  margin-top: -2px;
  padding: 20px 20px 25px;
  border: 2px solid #E1E7E6;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .telop-block {
    padding: 30px 65px;
    border-radius: 0 10px 10px 10px;
  }
}
.telop-block [class*=tab-] {
  display: none;
}
.telop-block [class*=tab-].current {
  display: block;
}
@media screen and (min-width: 769px) {
  .telop-block [class*=tab-].current {
    display: flex;
    align-items: flex-end;
  }
}
.telop-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.telop-ttl span {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
}
.telop-list {
  margin: 0 auto 20px;
}
.telop-item {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.telop-item .txt {
  margin: 4px auto 0;
  color: #DE0000;
}
.telop-item a {
  color: #DE0000;
}
.telop-link {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .telop-link {
    flex: 1;
  }
}
.telop-link a {
  padding: 0 18px 0 0;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .telop-link a {
    padding: 0 15px 0 0;
    font-size: 1.4rem;
  }
}
.telop-link a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #4E4E4E;
  border-right: 2px solid #4E4E4E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .telop-ttl {
    width: 130px;
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-right: 2px solid #ccc;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .telop-list {
    width: calc(100% - 160px);
    margin: 0;
  }
  .telop-item {
    margin: 0 auto 15px;
    font-size: 1.6rem;
    display: flex;
  }
  .telop-item:last-child {
    margin-bottom: 0;
  }
  .telop-item .date {
    width: 190px;
    text-align: center;
  }
  .telop-item .txt {
    width: calc(100% - 190px);
    margin: 0;
  }
  .telop-item a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------
sns anchor
------------------------------------------*/
.cont-sns-anchor {
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .cont-sns-anchor {
    display: none;
  }
}

.sns-anchor-list {
  display: flex;
}
.sns-anchor-item {
  width: calc(50% - 5px);
  height: 50px;
  margin: 0 10px 0 0;
}
.sns-anchor-item:last-child {
  margin-right: 0;
}
.sns-anchor-item a {
  height: 100%;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.sns-anchor-item a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
}
.sns-anchor-item .ico {
  width: 25px;
  height: 25px;
}
.sns-anchor-item .ico svg {
  fill: #fff;
}
@media screen and (max-width: 345px) {
  .sns-anchor-item .ico {
    width: 30px;
  }
}
.sns-anchor-item .txt {
  width: calc(100% - 33px);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.25;
}
.sns-anchor-item.insta a {
  background: #FD99CB;
}
.sns-anchor-item.insta svg {
  width: 100%;
  height: 100%;
}
.sns-anchor-item.insta .txt {
  color: #fff;
}
.sns-anchor-item.tw a {
  border: 1px solid #000;
}
.sns-anchor-item.tw .ico {
  background: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-anchor-item.tw .ico svg {
  width: 15px;
}
.sns-anchor-item.tw .txt {
  color: #000;
}
@media screen and (max-width: 345px) {
  .sns-anchor-list {
    display: flex;
  }
  .sns-anchor-item {
    height: 40px;
  }
  .sns-anchor-item a {
    padding: 0 10px;
  }
  .sns-anchor-item a:after {
    width: 10px;
    height: 10px;
    right: 8px;
  }
  .sns-anchor-item .ico {
    width: 30px;
  }
  .sns-anchor-item .ico svg {
    width: 20px;
  }
  .sns-anchor-item .txt {
    font-size: 1.1rem;
  }
  .sns-anchor-item.insta .ico svg {
    height: 20px;
  }
  .sns-anchor-item.tw .ico svg {
    height: 16px;
  }
}
/*------------------------------------------
shop
------------------------------------------*/
.cont-shop {
  margin: 30px auto 0;
  background: #F9F6E7;
  border-top: 3px solid #DE0000;
}
.cont-shop .home-block-in {
  padding-bottom: 50px;
}
.cont-shop .cmn-search01 {
  border: none;
}
.cont-shop .cmn-btn-shop {
  width: calc(100% - 70px);
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .cont-shop {
    border-top: 4px solid #DE0000;
  }
  .cont-shop .home-block-in {
    padding-bottom: 70px;
    position: relative;
  }
  .cont-shop .cmn-search01 {
    width: 400px;
    position: absolute;
    top: 32px;
    right: 260px;
  }
  .cont-shop .cmn-btn-shop {
    width: 190px;
    margin: 0;
    position: absolute;
    top: 32px;
    right: 40px;
  }
}
.home-ctg-nav-wrap {
  margin: 20px auto 0;
}
.home-ctg-nav {
  margin: 0 auto 10px;
  padding: 0 10px 20px;
  background: #fff;
  border-radius: 10px;
}
.home-ctg-nav:last-child {
  margin-bottom: 0;
}
.home-ctg-ttl {
  height: 70px;
  display: flex;
  align-items: center;
}
.home-ctg-ttl .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-ctg-ttl .ico svg {
  fill: #fff;
}
.home-ctg-ttl .txt {
  width: calc(100% - 40px);
  padding: 0 0 0 9px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home-ctg-list {
  display: flex;
  flex-wrap: wrap;
}
.home-ctg-item {
  width: calc(50% - 5px);
  margin: 15px 10px 0 0;
}
.home-ctg-item:first-child {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}
.home-ctg-item:nth-child(2n+1) {
  margin-right: 0;
}
.home-ctg-item a {
  display: block;
}
.home-ctg-item .img {
  height: 23.4666666667vw;
  overflow: hidden;
}
.home-ctg-item .img .inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-ctg-item .txt {
  margin: 7px auto 0;
  font-size: 1.3rem;
  line-height: 1;
  color: #DE0000;
  display: flex;
  align-items: center;
}
.home-ctg-item .ico {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  background: #DE0000;
  position: relative;
}
.home-ctg-item .ico:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 4px;
  left: 5px;
}

@media screen and (min-width: 769px) {
  .home-ctg-nav-wrap {
    margin: 30px auto 0;
    display: flex;
  }
  .home-ctg-nav {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
    padding: 0 20px 20px;
  }
  .home-ctg-nav:last-child {
    margin-right: 0;
  }
  .home-ctg-ttl {
    height: 110px;
  }
  .home-ctg-ttl .ico {
    width: 60px;
    height: 60px;
  }
  .home-ctg-ttl .txt {
    width: calc(100% - 60px);
    padding: 0 0 0 9px;
    font-size: 2.4rem;
  }
  .home-ctg-item .img {
    height: 143px;
  }
  .home-ctg-item .img .inner {
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease;
  }
  .home-ctg-item .txt {
    margin: 10px auto 0;
    font-size: 1.5rem;
    line-height: 1.2;
    align-items: flex-start;
  }
  .home-ctg-item .ico {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  .home-ctg-item .ico:before {
    top: 5px;
    left: 6px;
  }
  .home-ctg-item a:hover .inner {
    transform: translate3d(0, 0, 0) scale(1.1);
  }
}
.home-ctg-nav.eat .home-ctg-ttl .ico {
  background: #FF7800;
}
.home-ctg-nav.eat .home-ctg-ttl .ico svg {
  width: 19px;
  height: 18px;
}
.home-ctg-nav.eat .home-ctg-ttl .txt {
  color: #FF7800;
}
.home-ctg-nav.eat .home-ctg-item:nth-child(1) .img .inner {
  background-image: url(../images/home/ctg_eat01.jpg);
}
.home-ctg-nav.eat .home-ctg-item:nth-child(2) .img .inner {
  background-image: url(../images/home/ctg_eat02.jpg);
}
.home-ctg-nav.eat .home-ctg-item:nth-child(3) .img .inner {
  background-image: url(../images/home/ctg_eat03.jpg);
}
.home-ctg-nav.eat .home-ctg-item:nth-child(4) .img .inner {
  background-image: url(../images/home/ctg_eat04.jpg);
}
.home-ctg-nav.eat .home-ctg-item:nth-child(5) .img .inner {
  background-image: url(../images/home/ctg_eat05.jpg);
}
.home-ctg-nav.buy .home-ctg-ttl .ico {
  background: #07B6FF;
}
.home-ctg-nav.buy .home-ctg-ttl .ico svg {
  width: 18px;
  height: 16px;
}
.home-ctg-nav.buy .home-ctg-ttl .txt {
  color: #07B6FF;
}
.home-ctg-nav.buy .home-ctg-item:nth-child(1) .img .inner {
  background-image: url(../images/home/ctg_buy01.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(2) .img .inner {
  background-image: url(../images/home/ctg_buy02.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(3) .img .inner {
  background-image: url(../images/home/ctg_buy03.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(4) .img .inner {
  background-image: url(../images/home/ctg_buy04.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(5) .img .inner {
  background-image: url(../images/home/ctg_buy05.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(6) .img .inner {
  background-image: url(../images/home/ctg_buy06.jpg);
}
.home-ctg-nav.buy .home-ctg-item:nth-child(7) .img .inner {
  background-image: url(../images/home/ctg_buy07.jpg);
}

@media screen and (min-width: 769px) {
  .home-ctg-nav.eat .home-ctg-ttl .ico svg {
    width: 30px;
    height: 27px;
  }
  .home-ctg-nav.eat .home-ctg-item:nth-child(1) {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
  }
  .home-ctg-nav.eat .home-ctg-item:nth-child(2) {
    width: calc(50% - 10px);
    margin: 0;
  }
  .home-ctg-nav.eat .home-ctg-item:nth-child(3) {
    width: calc(33.33% - 13.33px);
    margin: 25px 20px 0 0;
  }
  .home-ctg-nav.eat .home-ctg-item:nth-child(4) {
    width: calc(33.33% - 13.33px);
    margin: 25px 20px 0 0;
  }
  .home-ctg-nav.eat .home-ctg-item:nth-child(5) {
    width: calc(33.33% - 13.33px);
    margin: 25px 0 0 0;
  }
  .home-ctg-nav.buy .home-ctg-ttl .ico svg {
    width: 34px;
    height: 30px;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(1) {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 0 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(2) {
    width: calc(33.33% - 13.33px);
    margin: 0 20px 0 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(3) {
    width: calc(33.33% - 13.33px);
    margin: 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(4) {
    width: calc(25% - 7.5px);
    margin: 25px 10px 0 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(5) {
    width: calc(25% - 7.5px);
    margin: 25px 10px 0 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(6) {
    width: calc(25% - 7.5px);
    margin: 25px 10px 0 0;
  }
  .home-ctg-nav.buy .home-ctg-item:nth-child(7) {
    width: calc(25% - 7.5px);
    margin: 25px 0 0 0;
  }
}
.home-gnav {
  margin: 30px auto 0;
}
.home-gnav-list {
  display: flex;
  flex-wrap: wrap;
}
.home-gnav-item {
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
}
.home-gnav-item:nth-child(-n+2) {
  margin-top: 0;
}
.home-gnav-item:nth-child(2n) {
  margin-right: 0;
}
.home-gnav-item a {
  padding: 20px 0 20px;
  display: block;
  background: #fff;
  border-radius: 10px;
}
.home-gnav-item .ico {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #DE0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-gnav-item .ico svg {
  fill: #fff;
}
.home-gnav-item .txt {
  margin: 8px auto 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #DE0000;
  text-align: center;
}

.home-gnav-item.item-floor .ico svg {
  width: 22px;
  height: 24px;
}
.home-gnav-item.item-access .ico svg {
  width: 22px;
  height: 24px;
}
.home-gnav-item.item-service .ico svg {
  width: 27px;
  height: 30px;
}
.home-gnav-item.item-coinlocker .ico svg {
  width: 20px;
  height: 27px;
}

@media screen and (min-width: 769px) {
  .home-gnav-item {
    width: calc(25% - 15px);
    margin: 0 20px 0 0;
  }
  .home-gnav-item:nth-child(2n) {
    margin-right: 20px;
  }
  .home-gnav-item:last-child {
    margin-right: 0;
  }
  .home-gnav-item a {
    padding: 55px 0 45px;
  }
  .home-gnav-item .ico {
    width: 130px;
    height: 130px;
    border: 2px solid #DE0000;
    transition: background 0.2s ease;
  }
  .home-gnav-item .ico svg {
    transition: fill 0.2s ease;
  }
  .home-gnav-item .txt {
    margin: 35px auto 0;
    font-size: 1.8rem;
  }
  .home-gnav-item a:hover .ico {
    background: #fff;
  }
  .home-gnav-item a:hover .ico svg {
    fill: #DE0000;
  }
  .home-gnav-item.item-floor .ico svg {
    width: 43px;
    height: 46px;
  }
  .home-gnav-item.item-access .ico svg {
    width: 40px;
    height: 47px;
  }
  .home-gnav-item.item-service .ico svg {
    width: 44px;
    height: 49px;
  }
  .home-gnav-item.item-coinlocker .ico svg {
    width: 40px;
    height: 53px;
  }
}
/*------------------------------------------
人気エリア
------------------------------------------*/
.cont-popularity .home-block-in {
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .cont-popularity .home-block-in {
    padding-bottom: 70px;
  }
}

.popularity-list {
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.popularity-item {
  width: calc(50% - 5px);
  margin: 20px 10px 0 0;
}
.popularity-item:nth-child(-n+2) {
  margin-top: 0;
}
.popularity-item:nth-child(2n) {
  margin-right: 0;
}
.popularity-item.no-link {
  position: relative;
}
.popularity-item a {
  display: block;
  border: 2px solid #E1E7E6;
}
.popularity-item .txt {
  display: none;
}
.popularity-item.no-link .txt {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popularity-item-renewal {
  width: calc(50% - 5px);
  margin: 20px 10px 0 0;
}
.popularity-item-renewal:nth-child(-n+2) {
  margin-top: 0;
}
.popularity-item-renewal:nth-child(2n) {
  margin-right: 0;
}
.popularity-item-renewal a {
  display: block;
  border: 2px solid #E1E7E6;
}
.popularity-item-renewal .txt {
  display: none;
}

@media screen and (min-width: 769px) {
  .popularity-list {
    margin: 45px auto 0;
  }
  .popularity-item {
    width: calc(33.33% - 13.33px);
    margin: 20px 20px 0 0;
    position: relative;
  }
  .popularity-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .popularity-item:nth-child(2n) {
    margin-right: 20px;
  }
  .popularity-item:nth-child(3n) {
    margin-right: 0;
  }
  .popularity-item .txt {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    padding: 0 18px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .popularity-item a:hover .txt {
    opacity: 1;
  }
}
/*------------------------------------------
event&news
------------------------------------------*/
.cont-eventnews {
  border-top: 3px solid #DE0000;
  background: #F9F6E7;
}
.cont-eventnews .home-block-in {
  padding-bottom: 48px;
}
.cont-eventnews .cmn-btn01 {
  width: calc(100% - 76px);
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .cont-eventnews {
    border-top: 4px solid #DE0000;
  }
  .cont-eventnews .home-block-in {
    padding-bottom: 68px;
    position: relative;
  }
  .cont-eventnews .cmn-btn01 {
    width: 115px;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 32px;
    right: 40px;
  }
}
.eventnews-list {
  margin: 33px auto 0;
}
@media screen and (min-width: 769px) {
  .eventnews-list {
    margin: 45px auto 0;
  }
}

/*------------------------------------------
feature
------------------------------------------*/
.cont-feature {
  border-top: 3px solid #DE0000;
}

.cont-feature .home-block-in {
  padding-bottom: 48px;
}

.cont-feature .cmn-btn01 {
  width: calc(100% - 76px);
  margin: 30px auto 0;
}

.cont-feature .no-feature {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .cont-feature {
    border-top: 4px solid #DE0000;
  }
  .cont-feature .home-block-in {
    padding-bottom: 68px;
    position: relative;
  }
  .cont-feature .cmn-btn01 {
    width: 115px;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 32px;
    right: 40px;
  }
  .cont-feature .no-feature {
    font-size: 1.7rem;
  }
}

.feature-list {
  margin: 33px auto 0;
}

.feature-list .cmn-item a {
  background: #F9F6E7;
}

@media screen and (min-width: 769px) {
  .feature-list {
    margin: 45px auto 0;
  }
}
/*------------------------------------------
Instagram
------------------------------------------*/
.cont-insta {
  padding: 50px 0 40px;
}
.cont-insta .btn-insta {
  width: calc(100% - 100px);
  margin: 30px auto 0;
}
.cont-insta .btn-insta .ico svg {
  width: 23px;
  height: 23px;
}
.cont-insta .btn-insta .txt {
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cont-insta {
    padding: 50px 0;
  }
  .cont-insta .btn-insta {
    max-width: 190px;
    margin: 40px auto 0;
  }
}
.home-insta-ttl {
  font-weight: bold;
  font-size: 6.1333333333vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-insta-ttl .ico {
  width: 30px;
  margin: 0 10px 0 0;
}
.home-insta-tag {
  margin: 12px auto 0;
  color: #DE0000;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .home-insta-ttl {
    font-weight: normal;
    font-size: 2.3rem;
  }
  .home-insta-ttl .ico {
    width: 33px;
  }
  .home-insta-tag {
    margin: 15px auto 0;
    font-size: 1.6rem;
  }
}
.home-insta-list-wrap {
  margin: 30px auto 0;
}
.home-insta-item {
  width: 48vw;
  max-width: 180px;
  margin: 0 6px 0 0;
}
.home-insta-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .home-insta-list-wrap {
    margin: 25px auto 0;
  }
  .home-insta-item {
    cursor: pointer;
  }
}
.home-insta-modal .modal-cont {
  width: calc(100% - 34px);
  max-height: 100%;
  padding: 50px 0 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.home-insta-modal .modal-close {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.home-insta-modal .modal-close:before, .home-insta-modal .modal-close:after {
  content: "";
  width: 42px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 26px;
  right: 0;
}
.home-insta-modal .modal-close:before {
  transform: rotate(45deg);
}
.home-insta-modal .modal-close:after {
  transform: rotate(-45deg);
}
.home-insta-modal .modal-footer {
  height: 100px;
  display: none;
}

@media screen and (min-width: 769px) {
  .home-insta-modal .modal-cont {
    width: calc(100% - 80px);
    max-width: 900px;
    padding: 50px 0 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home-insta-modal .modal-close {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .home-insta-modal .modal-close:before, .home-insta-modal .modal-close:after {
    content: "";
    width: 42px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 26px;
    right: 0;
  }
  .home-insta-modal .modal-close:before {
    transform: rotate(45deg);
  }
  .home-insta-modal .modal-close:after {
    transform: rotate(-45deg);
  }
}
.home-insta-box {
  height: calc(100vh - 200px);
  padding: 20px 20px 70px;
  background: #fff;
  border-radius: 10px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
.home-insta-box .account {
  padding: 20px 0 10px;
  border-bottom: 3px solid #DE0000;
}
.home-insta-box .account-name a {
  width: 100%;
  display: flex;
  align-items: center;
}
.home-insta-box .account-name .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.home-insta-box .account-name .name {
  width: calc(100% - 50px);
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.home-insta-box .account .like {
  text-align: right;
  color: #DE0000;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.home-insta-box .account .ico {
  display: inline-block;
  margin: 0 5px 0 0;
}
.home-insta-box .account .ico svg {
  width: 15px;
  height: 13px;
  fill: #DE0000;
}
.home-insta-box .img-list .video a {
  display: block;
  position: relative;
}
.home-insta-box .img-list .video a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 80px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-insta-box .txt-wrap {
  margin: 20px auto 0;
}
.home-insta-box .txt-wrap .date {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8D9191;
}
.home-insta-box .txt-wrap .txt {
  margin: 10px auto 0;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
.home-insta-box .txt-wrap .tag {
  margin: 20px auto 0;
  color: #DE0000;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 769px) {
  .home-insta-box {
    height: auto;
    max-height: calc(100vh - 200px);
    padding: 40px 30px 40px 40px;
    display: flex;
    align-items: flex-start;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
  }
  .home-insta-box .img-list {
    width: 350px;
  }
  .home-insta-box .detail {
    width: calc(100% - 350px);
    max-height: 350px;
    padding: 0 0 0 60px;
    overflow: hidden;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }
  .home-insta-box .account {
    padding: 0 0 10px;
  }
  .home-insta-box .account-name .img {
    width: 70px;
    height: 70px;
  }
  .home-insta-box .account-name .name {
    width: calc(100% - 70px);
  }
  .home-insta-box .txt-wrap .txt {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
  .home-insta-box .txt-wrap .tag {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
}
/* instagram carousel */
.home-insta-list-wrap {
  position: relative;
  max-width: 100%;
  height: 48vw;
  max-height: 180px;
}

.home-insta-list {
  display: flex;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.home-insta-item {
  flex-shrink: 0;
}

.simply-scroll-container {
  position: relative;
  height: 100%;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  list-style: none !important;
  float: left;
  width: 画像の横幅;
  height: 画像の高さ;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li img {
  display: block;
}

/* slick custum */
.home-insta-modal.modal-active {
  height: 100%;
}
.home-insta-modal .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.home-insta-modal .slick-arrow button {
  width: 36px;
  height: 36px;
  background: rgba(141, 145, 145, 0.5);
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .home-insta-modal .slick-arrow button {
    cursor: pointer;
  }
}
.home-insta-modal .slick-arrow button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 15px;
}
.home-insta-modal .slick-arrow.prev {
  left: -13px;
}
.home-insta-modal .slick-arrow.next {
  right: -13px;
}
.home-insta-modal .slick-arrow.next button {
  transform: scale(-1, -1);
}

/*------------------------------------------
Twitter
------------------------------------------*/
.cont-twitter {
  padding: 30px 0 40px;
  background: #F9F6E7;
}
.cont-twitter .btn-twitter {
  width: calc(100% - 76px);
  margin: 30px auto 0;
}
.cont-twitter .btn-twitter .ico svg {
  width: 21px;
  height: 17px;
}
.cont-twitter .btn-twitter .txt {
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cont-twitter {
    padding: 50px 0;
  }
  .cont-twitter .home-block-in {
    padding: 0 25px;
  }
  .cont-twitter .btn-twitter {
    max-width: 190px;
    margin: 40px auto 0;
  }
}
.home-twitter-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-twitter-ttl .ico {
  width: 40px;
  height: 40px;
  background: #1DA1F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-twitter-ttl .ico svg {
  fill: #fff;
  width: 18px;
  height: 15px;
  margin: 1px 0 0 1px;
}
.home-twitter-ttl .txt {
  margin: 0 0 0 10px;
  font-size: 6.1333333333vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .home-twitter-ttl .ico {
    width: 46px;
    height: 46px;
  }
  .home-twitter-ttl .ico svg {
    width: 20px;
    height: 17px;
  }
  .home-twitter-ttl .txt {
    font-size: 2.3rem;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.home-twitter-list {
  margin: 20px auto 0;
}
.home-twitter-item {
  height: 100%;
}
.home-twitter-item a {
  height: 100%;
  padding: 25px 20px;
  display: block;
  background: #fff;
  border-radius: 10px;
}
.home-twitter-item .account {
  padding: 0 0 0 50px;
  position: relative;
}
.home-twitter-item .account .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-twitter-item .account .name {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home-twitter-item .account .id {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #8D9191;
}
.home-twitter-item .account .like {
  text-align: right;
  color: #1DA1F2;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.home-twitter-item .account .ico {
  display: inline-block;
  margin: 0 5px 0 0;
}
.home-twitter-item .account .ico svg {
  width: 15px;
  height: 13px;
  fill: #1DA1F2;
}
.home-twitter-item .img-wrap {
  height: 210px;
  margin: 10px auto 0;
  position: relative;
  background: #ededed;
}
.home-twitter-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-twitter-item .img-wrap .no-image {
  height: 100%;
  border: 1px solid #ededed;
  background: url(../images/common/logo.svg) no-repeat center, #fff;
  background-size: 200px 47px;
}
.home-twitter-item .txt-wrap {
  margin: 15px auto 0;
}
.home-twitter-item .txt-wrap .date {
  font-size: 1.3rem;
  line-height: 1;
  color: #8D9191;
  letter-spacing: 0.1em;
}
.home-twitter-item .txt-wrap .txt {
  margin: 5px auto 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
.home-twitter-item .txt-wrap .tag {
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #8D9191;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .home-twitter-list {
    margin: 35px auto 0;
  }
  .home-twitter-item {
    width: 33.33%;
    padding: 0 15px;
  }
  .home-twitter-item a {
    border-radius: 6px;
  }
  .home-twitter-item .account .img {
    width: 40px;
    height: 40px;
  }
  .home-twitter-item .img-wrap {
    margin: 15px auto 0;
  }
  .home-twitter-item .txt-wrap {
    margin: 15px auto 0;
  }
}
/* slick custum */
.home-twitter-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.home-twitter-list .slick-arrow button {
  width: 47px;
  height: 47px;
  background: rgba(141, 145, 145, 0.5);
  border-radius: 50%;
  position: relative;
}
.home-twitter-list .slick-arrow button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 18px;
  left: 21px;
}
.home-twitter-list .slick-arrow.prev {
  left: -27px;
}
.home-twitter-list .slick-arrow.next {
  right: -27px;
}
.home-twitter-list .slick-arrow.next button {
  transform: scale(-1, -1);
}

@media screen and (min-width: 769px) {
  .home-twitter-list .slick-arrow button {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .home-twitter-list .slick-arrow button:before {
    width: 12px;
    height: 12px;
    top: 23px;
    left: 25px;
  }
  .home-twitter-list .slick-arrow.prev {
    left: -19px;
  }
  .home-twitter-list .slick-arrow.next {
    right: -19px;
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .home-twitter-item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-twitter-notice {
  margin: 10px auto 0;
  text-align: center;
  font-size: 1.3rem;
}
.home-twitter-notice a {
  color: #DE0000;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .home-twitter-notice {
    margin: 15px auto 0;
  }
  .home-twitter-notice a:hover {
    text-decoration: none;
  }
}
/*------------------------------------------
Slid slider
------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: auto;
  min-height: 1px;
}
.slick-slide > * {
  height: 100%;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=../css/maps/home.css.map */
