@charset "UTF-8";
/* title
------------------ */
.line_tit {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 3rem !important;
  letter-spacing: 0.2em;
  line-height: 1.5 !important;
  color: #cecece;
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 50px;
}

.line_tit:before,
.line_tit:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #cecece;
}

.line_tit:before {
  margin-right: 4rem;
}

.line_tit:after {
  margin-left: 4rem;
}

.title {
  margin-top: 100px !important;
}

/* mainmv
------------------ */
#mvarea {
  width: 100%;
  margin: 0 auto;
}

#mvarea img {
  width: 100%;
  height: auto;
  display: block;
}

/* fv_slider
------------------ */
#fv_slider {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}
#fv_slider .slider-for {
  margin-bottom: 15px;
}

#fv_slider .slider-nav div {
  padding: 0 2px;
}

#fv_slider .slider img {
  width: 100%;
  height: auto;
}
#fv_slider .slider-nav div img {
  opacity: 1;
  cursor: pointer;
}
#fv_slider .slider-nav .slick-center img {
  opacity: 0.5;
}

#fv_slider .slick-dots li button:before {
  font-size: 5rem;
}

#fv_slider .slick-track {
  margin: auto;
}

/* important
------------------ */
#important {
  width: 100%;
  padding-top: 50px;
}
#important dl {
  border: solid 1px #ddd;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 50px;
  padding: 30px;
  position: relative;
  font-size: 1.5rem;
  justify-content: center;
}
#important dl dt {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-right: 50px;
}

#important dl dt::before {
  content: "TOPIC／";
  display: block;
  font-size: 1.5rem;
  font-family: "Montserrat";
}

#important dl dt span {
  background: #fff;
  padding-left: 10px;
  font-weight: bold;
}

#important dl dd {
  margin-inline-start: 0;
}
#important dl dd a {
  display: block;
  text-decoration: underline;
}
#important dl dd a:hover {
  text-decoration: none;
}

/* first_user
------------------ */
.first_user {
  margin: 60px 0 100px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}

.first_user--sub {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

/* pickup
------------------ */
#pickup {
  width: 100%;
  padding-top: 0px;
}
#pickup .title img {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -350px;
}

#pickup .item-slider {
}
#pickup .item-slider .item a {
  width: 100%;
  display: block;
  padding: 0 15px;
}
#pickup .item-slider .item a .pht img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#pickup .item-slider .item a:hover .pht img {
  opacity: 0.7;
}

#pickup .item-slider .item a h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
}

#pickup .item-slider .item a p {
  font-size: 1.3rem;
}
#pickup .item-slider .item a:hover p {
  text-decoration: none;
}

#pickup .item-slider .item a .price {
  font-size: 1.2rem;
}
#pickup .item-slider .item a .price span {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 3px;
}

#pickup .owl-buttons {
  display: none !important;
}

#pickup .owl-theme .owl-controls {
  margin-top: 25px;
}
#pickup .owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: solid 1px #000;
}
#pickup .owl-theme .owl-controls .active span {
  background: #000;
  border: solid 1px #000;
}

#tokushu {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
}

#tokushu .box p {
  margin: 0;
}

#tokushu .box {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}

/* letter
------------------ */
#letter {
  width: 100%;
  padding-top: 100px;
}
#letter .title {
  text-align: center;
  margin-inline: auto;
}
#letter .title img {
  position: absolute;
  bottom: -20px;
  left: -60px;
}

#letter .bnr01 .box {
  width: 100%;
}

#letter .box a {
  display: block;
}
#letter .box a .pht img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  -webkit−transition: 0.3s;
  display: block;
}
#letter .box a:hover .pht img {
  opacity: 0.7;
}

#letter .box a .text h3 {
  font-size: 1.5rem;
  line-height: 1.4em;
}

#letter .box a .text p {
  font-size: 1.3rem;
}
#letter .box a:hover p {
  text-decoration: none;
}
#letter .flex-start {
  justify-content: center;
}

/* shouchikubai
------------------ */
#shouchikubai {
  width: 100%;
  padding-top: 40px !important;
}
#shouchikubai .title img {
  position: absolute;
  bottom: -75px;
  left: -60px;
}

#shouchikubai .box {
  margin-bottom: 25px;
}

#shouchikubai .bnr01 .box {
  width: 49%;
}
#shouchikubai .bnr02 .box {
  width: 23.5%;
  margin-bottom: 0;
}
#shouchikubai .box a {
  display: block;
}
#shouchikubai .box a .pht img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#shouchikubai .box a:hover .pht img {
  opacity: 0.7;
}

#shouchikubai .box a .text {
  padding-top: 10px;
}
#shouchikubai .box a .text h3 {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
}

#shouchikubai .box a .text p {
  font-size: 1.3rem;
}
#shouchikubai .box a:hover p {
  text-decoration: none;
}

/* story
------------------ */
#story {
  width: 100%;
}
#story .title {
  margin-bottom: 55px;
}
#story .title img {
  position: absolute;
  bottom: -20px;
  left: -60px;
}

/* catlist
------------------ */
#catlist {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 80px;
  width: 100%;
  padding-top: 0;
}

#catlist .cat_list_sp {
  padding: 0;
}

#catlist .title img {
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-left: -60px;
}

/* about
------------------ */
#about {
  width: 100%;
  margin-top: 40px;
}
#about .flex .box {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}
#about .flex .box:nth-child(1) {
  width: 49%;
}
#about .flex .box:nth-child(3) {
  margin-right: 0;
}
#about .flex .box:nth-child(7) {
  margin-right: 0;
}
#about .flex .box a {
  display: block;
}
#about .flex .box a .pht {
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 6px;
  text-align: center;
}
#about .flex .box a .pht img {
  width: auto;
  height: 150px;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#about .flex .box a:hover .pht img {
  opacity: 0.7;
}

#about .flex .box a .text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 6px;
}

#about .flex .box a .text p {
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 0;
}
#about .flex .box a:hover .text p {
  text-decoration: none;
}

/* news
------------------ */
#news {
  width: 100%;
}
#news .title {
  margin-bottom: 55px;
}

#news .title img {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin-left: -60px;
}

#news .tabbox .tab li {
  width: 120px;
}

#news .pht img {
  display: block;
}

#news .text time {
  padding-bottom: 0 !important;
}

#news .text h3 {
  margin: 0;
}

.grids {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 20px 30px;
}

.grids .box {
  width: 100% !important;
  margin: 0 !important;
}

.mores {
  width: 100%;
  max-width: 200px;
  margin: 30px auto -20px;
  font-size: 1.3rem;
}

.mores a {
  display: block;
  width: 100%;
  background: url(../common/icon-arrow.svg) no-repeat calc(100% - 20px) center;
  border: 1px solid #cecece;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  -webkit−transition: 0.3s;
  border-radius: 40px;
  padding: 10px 20px;
}

/* insta
------------------ */
#insta {
  width: 100%;
  padding-top: 130px;
  overflow: hidden;
}
#insta .title img {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: 150px;
}

#insta .iswd-copyright-wrapper {
  display: none !important;
}

#insta #insta-window {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#insta #insta-window .iswd-images-item {
  width: 20% !important;
  padding: 0 !important;
  line-height: 0 !important;
}
#insta #insta-window .iswd-images-item a {
  display: block !important;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
#insta #insta-window .iswd-images-item a:hover {
  opacity: 0.7;
}

/* info
------------------ */
#info {
  width: 100%;
}
#info .title {
  margin-bottom: 55px;
}
#info .title img {
  position: absolute;
  bottom: -40px;
  left: -60px;
}

/* shop
------------------ */
#shop,
#shop-f {
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}
#shop .title,
#shop-f .title {
  width: 100%;
}
#shop .title img,
#shop-f .title img {
  position: absolute;
  bottom: -25px;
  left: -60px;
}

#shop .shop,
#shop-f .shop {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  padding-bottom: 100px;
  position: relative;
}
#shop #calendar,
#shop-f #calendar {
  width: 33%;
  position: absolute;
  top: 50%;
  left: 0;
}

#shop .atelier,
#shop-f .atelier {
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

#shop .pht,
#shop-f .pht {
  width: 33%;
}
#shop .pht img,
#shop-f .pht img {
  width: 100%;
  height: auto;
}

#shop .text,
#shop-f .text {
  width: 63%;
}
#shop .text .head,
#shop-f .text .head {
  width: 130px;
  height: 32px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#shop .shop .text .head,
#shop-f .shop .text .head {
  background: #005073;
}
#shop .atelier .text .head,
#shop-f .atelier .text .head {
  background: #ea6b48;
}

#shop .text h3,
#shop-f .text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Montserrat";
  margin: 15px 0 30px;
}

.shop--infotxt li {
  line-height: 2 !important;
}

#shop .text ul li,
#shop-f .text ul li {
  line-height: 1.6em;
  margin-top: 20px;
  padding-left: 25px;
}
#shop .text ul li.address,
#shop-f .text ul li.address {
  background: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/icon-flag.png) no-repeat left 5px / 15px;
}
#shop .text ul li.phone,
#shop-f .text ul li.phone {
  background: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/icon-phone.png) no-repeat 2px 2px / 9px;
}
#shop .text ul li.clock,
#shop-f .text ul li.clock {
  background: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/icon-clock.png) no-repeat left 5px / 17px;
}
#shop .text ul li.train,
#shop-f .text ul li.train {
  background: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/common/icon-train.png) no-repeat left 5px / 17px;
}
#shop .text ul li span,
#shop-f .text ul li span {
  font-size: 1.2rem;
}

#shop .btn,
#shop-f .btn {
  width: 100%;
  max-width: 280px;
  margin: auto;
  font-size: 1.3rem;
}
#shop .btn a,
#shop-f .btn a {
  display: block;
  width: 100%;
  background: url(../common/icon-arrow.svg) no-repeat calc(100% - 20px) center;
  border: 1px solid #cecece;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  -webkit−transition: 0.3s;
  border-radius: 40px;
  padding: 10px 20px;
}
#shop .btn a:hover,
#shop-f .btn a:hover {
  color: #fff;
  background: url(../common/icon_warrow.svg) no-repeat calc(100% - 20px) center #845e61;
}

/* tabbox
------------------ */
.tabbox {
  border: solid 1px #333333;
  padding: 70px 50px 70px 50px;
  position: relative;
}

.leftbox .tabbox {
  padding: 0px 50px 70px 50px;
}

.tabbox .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: -21px;
  left: 0;
}
.tabbox .tab li {
  width: 160px;
  height: 40px;
  border: solid 1px #bebebe;
  border-radius: 40px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #808080;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.tabbox .tab li.select {
  border: solid 1px #333333;
  background: #f7f7f7;
  color: #333333;
  position: relative;
}
.tabbox .tab li.select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.tabbox .tab li:nth-last-child(1) {
  margin-right: 0;
}
#story .tabbox .tab li br {
  display: none;
}

.tabbox .content .cell {
  position: relative;
}
.tabbox .content .hide {
  display: none;
}
.tabbox .content .box {
  width: 23.5%;
  margin-right: 2%;
}
.tabbox .content .box:nth-last-child(1) {
  margin-right: 0;
}
.tabbox .content .box a {
  display: block;
}
.tabbox .content .box a .pht img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
.tabbox .content .box a:hover .pht img {
  opacity: 0.7;
}

.tabbox .content .box a .text {
  padding-top: 10px;
}
.tabbox .content .box a .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

.tabbox .content .box a .text p {
  font-size: 1.3rem;
}
.tabbox .content .box a:hover .text p {
  text-decoration: none;
}

.tabbox .content .box a .text time {
  display: block;
  font-size: 1.2rem;
  font-family: "Montserrat";
  letter-spacing: 3px;
  padding-bottom: 5px;
}

.tabbox .content .btn {
  width: 170px;
  position: absolute;
  bottom: -94px;
  left: 50%;
  margin-left: -85px;
}
.tabbox .content .btn a {
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  border: solid 1px #333333;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  transition: 0.3s;
  -webkit−transition: 0.3s;
}
.tabbox .content .btn a:hover {
  color: #fff;
  background: #333333;
}

/*category*/
.update {
  text-align: center;
  line-height: 1;
  padding: 6px 20px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  width: max-content;
  margin: 0 auto 30px;
}

.rank_scp {
  text-align: center;
  margin: 0 auto 40px;
}

/*add*/
.newitem_piuckup {
  margin-top: 20px;
}

.newitem_piuckup .slick-track {
  display: flex;
}

.newitem_piuckup .slick-track .slick-slide > div,
.gridslider--slide {
  height: 100% !important;
}

.gridslider--slide a {
  position: relative;
}

.if_rank {
  width: 80px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}

.title.newitem {
  margin-bottom: 35px;
}

.newitem_piuckup a {
  display: block;
  position: relative;
  /* height: 100%; */
}

.newitem_piuckup h3 {
  font-weight: bold;
  font-size: 1.3rem;
}

.newitem_piuckup .item-text {
  padding-bottom: 24px;
}

.gridslider--slide {
  display: flex !important;
  flex-direction: column;
}

.gridslider--slide-btn,
.ranking_slide .ranking-item a.gridslider--slide-btn {
  width: 100%;
  text-align: center;
  padding: 10px !important;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #cecece;
  border-radius: 40px;
  background: url(../common/icon-arrow.svg) no-repeat calc(100% - 20px) center;
}

.gridslider--slide-un {
  margin-top: auto;
}

.newitem_piuckup img {
  width: 100%;
  height: auto;
  display: block;
}

.newitem_piuckup .slick-prev,
.newitem_piuckup .slick-next {
  width: 50px;
  height: 50px;
  z-index: 3;
}

.newitem_piuckup .slick-prev {
  left: 50px;
}

.newitem_piuckup .slick-next {
  right: 50px;
}

.newitem_piuckup .slick-prev::before,
.newitem_piuckup .slick-next::before {
  display: none;
}

.newitem_piuckup .item-text.pickups::after {
  content: "この商品を詳しく見る";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  letter-spacing: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #cecece;
  border-radius: 40px;
  background: url(../common/icon-arrow.svg) no-repeat calc(100% - 20px) center;
}

.newitem_piuckup .item-text.pickups {
  padding-bottom: 60px;
}

.newitem_piuckup .slick-prev:hover,
.newitem_piuckup .slick-prev {
  background: url(../common/i-slide_prev.svg) no-repeat center center !important;
}

.newitem_piuckup .slick-next:hover,
.newitem_piuckup .slick-next {
  background: url(../common/i-slide_next.svg) no-repeat center center !important;
}

.newitem_piuckup .slick-track {
  display: flex;
}
.newitem_piuckup .slick-slide {
  height: auto !important;
}

.newitem_piuckup .slick-slide {
  margin: 0 10px;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 0 2%;
}

#reasons_cover .i-scroll {
  display: none;
}

.newitem_piuckup .item-text.pickups::after {
  content: none;
}

/*20231031*/

.tpimport .important-li {
  grid-template-columns: 90px 118px auto;
}

.important-li-category {
  text-align: center;
  padding: 4px 5px;
  font-size: 1.2rem;
  line-height: 1;
}

.tpimport .important-ul {
  max-width: 780px;
}

.tpimport__box {
  display: grid;
  justify-content: center;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.tpimport__box .mores {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 1.2rem;
}

.tpimport .title {
  margin-top: 20px !important;
}

.-category_event {
  /* イベントのスタイル */
  background: #d8b13a;
  color: #fff;
  border: none !important;
}
.-category_media {
  /* メディア情報のスタイル */
  background: #96a053;
  color: #fff;
  border: none !important;
}
.-category_shopinfo {
  /* 実店舗情報のスタイル */
  background: #c16e6e;
  color: #fff;
  border: none !important;
}
.-category_onlinenews {
  /* オンラインストアのスタイル */
  background: #d36643;
  color: #fff;
  border: none !important;
}

/* 1000px */
@media screen and (max-width: 1000px) {
  /* catlist
------------------ */
  #catlist .catbox .cat_list_sp li a {
    border: solid 1px #ddd;
    border-radius: 6px;
  }
  #catlist .catbox .cat_list_sp li a br {
    display: none;
  }

  /* about
------------------ */
  #about .flex .box a .pht img {
    width: auto;
    height: 100px;
  }

  /* shop
------------------ */
  #shop .shop,
  #shop-f .shop {
    padding-bottom: 30px;
  }

  #shop #calendar,
  #shop-f #calendar {
    top: 30%;
  }

  /* tabbox
------------------ */
  .tabbox .content .flex-start {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabbox .content .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .tabbox .content .box:nth-child(3) {
    margin-right: 0;
  }
  .tabbox .content .box:nth-child(4) {
    margin-bottom: 0;
  }
  .tabbox .content .box:nth-child(5) {
    margin-bottom: 0;
    margin-right: 0;
  }

  .gridslider--slide-btn,
  .ranking_slide .ranking-item a.gridslider--slide-btn {
    font-size: 1rem;
    background: url(../common/icon-arrow.svg) no-repeat calc(100% - 16px) center / 6px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  /* title
------------------ */
  .title {
    margin-top: 60px !important;
    font-size: 2.2rem;
  }

  .line_tit {
    font-size: 2.4rem !important;
    margin-bottom: 40px;
  }

  .line_tit:before {
    margin-right: 2rem;
  }

  .line_tit:after {
    margin-left: 2rem;
  }

  .first_user--sub {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }

  /* fv_slider
------------------ */
  #fv_slider {
    padding-top: 0;
  }
  #fv_slider .area {
    padding: 0;
  }
  #fv_slider .slider-for {
    margin-bottom: 0;
  }
  #fv_slider .slider-nav div {
    padding: 0 1px;
  }

  #fv_slider .slick-dots li {
    margin: 0;
  }
  #fv_slider .slick-dots li button:before {
    font-size: 4rem;
  }

  /* important
------------------ */
  #important {
    padding-top: 20px;
  }
  #important dl {
    padding: 5%;
    grid-template-columns: 100%;
    gap: 10px 0;
    margin-bottom: 0;
  }
  #important dl dt {
    font-size: 1.6rem;
    text-align: center;
    justify-content: center;
    border: none;
    padding-right: 0;
  }

  #important dl dd {
    margin-inline-start: 0;
  }
  #important dl dd a {
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0px;
  }

  /* pickup
------------------ */
  #pickup {
    padding-top: 0;
  }
  #pickup .area {
    padding: 0 2.5%;
  }
  #pickup .title img {
    width: 20%;
    top: -40px;
    left: 0;
    margin-left: 0;
  }

  #pickup .item-slider .item a {
    padding: 0 9px;
  }
  #pickup .item-slider .item a h3 {
    font-size: 1.3rem;
  }

  #pickup .item-slider .item a p {
    font-size: 1.1rem;
  }

  #pickup .item-slider .item a .price {
    font-size: 1rem;
  }
  #pickup .item-slider .item a .price span {
    font-size: 1.4rem;
  }

  #pickup .owl-theme .owl-controls {
    margin-top: 10px;
  }
  #pickup .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
  }

  #tokushu {
    grid-template-columns: 100%;
    gap: 0 0;
  }

  #tokushu .box p {
    margin: 10px 0 20px !important;
  }

  /* letter
------------------ */
  #letter {
    padding-top: 60px;
  }
  #letter .title {
    width: 100%;
  }
  #letter .title img {
    width: 85px;
    top: -60px;
    bottom: inherit;
    left: 60%;
    margin-right: 0;
  }

  #letter .box {
    margin-bottom: 25px;
  }
  #letter .bnr01 {
    display: block;
  }
  #letter .bnr02 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #letter .bnr01 .box {
    width: 100%;
  }
  #letter .bnr02 .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #letter .bnr02 .box:nth-child(2n) {
    margin-right: 0;
  }
  #letter .box a .text h3 {
    font-size: 1.3rem;
  }

  #letter .box a .text p {
    font-size: 1.1rem;
  }

  /* shouchikubai
------------------ */
  #shouchikubai {
    padding-top: 30px !important;
  }

  #shouchikubai .title img {
    width: 95px;
    top: -55px;
    bottom: inherit;
    left: 58%;
    margin-right: 0;
    height: auto;
    display: block;
  }

  #shouchikubai .box {
    margin-bottom: 15px;
  }

  #shouchikubai .box img {
    display: block;
  }

  #shouchikubai .box:last-of-type {
    margin-bottom: 0;
  }

  #shouchikubai .bnr01.flex-start {
    display: block;
  }

  .fuser.my-true {
    display: block;
    height: 60px;
  }
  #shouchikubai .bnr02 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #shouchikubai .bnr01 .box {
    width: 100%;
  }
  #shouchikubai .bnr02 .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #shouchikubai .bnr02 .box:nth-child(2n) {
    margin-right: 0;
  }
  #shouchikubai .box a .text h3 {
    font-size: 1.3rem;
  }

  #shouchikubai .box a .text p {
    font-size: 1.1rem;
  }

  #shouchikubai2 {
    padding-top: 10px;
  }
  #shouchikubai2 .title img {
    width: 20%;
    top: 10px;
    right: 0;
    margin-right: 0;
  }

  #shouchikubai2 .box {
    margin-bottom: 25px;
  }
  #shouchikubai2 .bnr01 {
    display: block;
  }
  #shouchikubai2 .bnr02 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #shouchikubai2 .bnr01 .box {
    width: 100%;
  }
  #shouchikubai2 .bnr02 .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #shouchikubai2 .bnr02 .box:nth-child(2n) {
    margin-right: 0;
  }
  #shouchikubai2 .box a .text h3 {
    font-size: 1.3rem;
  }

  #shouchikubai2 .box a .text p {
    font-size: 1.1rem;
  }

  #shouchikubai .bnr01 .box p {
    margin-bottom: 20px;
  }

  #shouchikubai .bnr01 .box:last-of-type p {
    margin-bottom: 0;
  }

  /* story
------------------ */
  #story {
    padding-top: 20px;
  }
  #story .title {
    margin-bottom: 45px !important;
  }
  #story .title img {
    width: 102px;
    top: -60px;
    bottom: inherit;
    left: 60%;
    margin-left: 0;
  }

  /* catlist
------------------ */
  #catlist {
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  #catlist .title img {
    width: 30%;
    top: 15px;
    left: 50%;
    margin-left: 25%;
  }

  #catlist .catbox .cat_list_sp li a {
    line-height: 1.2em;
  }
  #catlist .catbox .cat_list_sp li a br {
    display: block;
  }

  /* about
------------------ */
  #about {
    padding-top: 0;
  }
  #about .flex .box {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  #about .flex .box:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  #about .flex .box:nth-child(3),
  #about .flex .box:nth-child(5),
  #about .flex .box:nth-child(7) {
    margin-right: 0;
  }
  #about .flex .box a .pht {
    padding: 15px;
  }
  #about .flex .box a .pht img {
    height: 80px;
  }
  #about .flex .box a:hover .pht img {
    opacity: 0.7;
  }

  #about .flex .box a .text h3 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  #about .flex .box a .text p {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  /* news
------------------ */
  #news {
    padding-top: 0;
  }
  #news .title {
    margin-bottom: 60px !important;
  }
  #news .title img {
    display: none;
    width: 20%;
    top: 35px;
    left: 0;
    margin-left: 0;
  }

  .grids {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  }

  .mores {
    margin: 30px auto 0px;
  }

  #news .tabbox .content .grids .box:nth-child(3),
  #news .tabbox .content .grids .box:nth-child(4) {
    margin-bottom: 0 !important;
  }

  #news .tabbox {
    padding-top: 50px;
  }

  /* insta
------------------ */
  #insta {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
  }
  #insta .title img {
    width: 30%;
    top: -45px;
    left: 50%;
    margin-left: 20%;
  }

  #insta #insta-window .iswd-images-item {
    width: 33.3333333% !important;
  }
  #insta #insta-window .iswd-images-item:nth-child(10) {
    display: none !important;
  }

  /* info
------------------ */
  #info {
    width: 100%;
    padding-top: 70px;
  }
  #info .title {
    margin-bottom: 45px !important;
  }
  #info .title img {
    width: 112px;
    top: -60px;
    left: 60%;
    margin-left: 0;
  }

  /* shop
------------------ */
  #shop,
  #shop-f {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #shop .title img,
  #shop-f .title img {
    width: 83px;
    top: -60px;
    left: 60%;
  }

  #shop .shop,
  #shop-f .shop {
    display: block;
    padding-bottom: 0;
  }
  #shop #calendar,
  #shop-f #calendar {
    width: 100%;
    position: static;
    margin-top: 20px;
  }

  #shop .atelier,
  #shop-f .atelier {
    display: block;
    position: relative;
  }

  #shop .pht,
  #shop-f .pht {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
  }

  #shop .pht img,
  #shop-f .pht img {
    width: 100%;
    height: auto;
    display: block;
  }

  #shop .text,
  #shop-f .text {
    width: 100%;
  }
  #shop .text .head,
  #shop-f .text .head {
    width: 140px;
    margin: 20px 0 5px;
  }

  #shop .text h3,
  #shop-f .text h3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Montserrat";
    margin: 0;
  }

  #shop .text ul li,
  #shop-f .text ul li {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 15px;
  }
  #shop .text ul li:nth-child(1),
  #shop-f .text ul li:nth-child(1) {
    width: 100%;
  }
  #shop .text ul li span,
  #shop-f .text ul li span {
    font-size: 1.2rem;
    line-height: 1.5em;
    display: block;
  }

  #shop .btn a,
  #shop-f .btn a {
    width: 100%;
    height: 40px;
    line-height: 20px;
  }

  /* tabbox
------------------ */
  .tabbox {
    padding: 30px 20px 40px 20px;
  }
  .tabbox .tab {
    top: -21px;
    left: 0;
  }
  .tabbox .tab li {
    width: 30%;
    height: 30px;
    font-size: 1.1rem;
    letter-spacing: 0;
    border-radius: 30px;
    margin-right: 5px;
  }
  #story .tabbox .tab li {
    width: 22%;
  }
  #story .tabbox .tab li br {
    display: block;
  }

  .tabbox .content .box a .text h3 {
    font-size: 1.3rem;
  }

  .tabbox .content .box a .text p {
    font-size: 1.1rem;
  }

  .tabbox .content .box a .text time {
    font-size: 1rem;
  }

  .tabbox .content .btn {
    bottom: -60px;
  }
  .tabbox .content .btn a {
    height: 40px;
    line-height: 40px;
  }

  #news .tabbox .content .flex,
  #info .tabbox .content .flex {
    display: block;
  }
  #news .tabbox .content .box,
  #info .tabbox .content .box {
    width: 100%;
  }
  #news .tabbox .content .box:nth-child(3),
  #info .tabbox .content .box:nth-child(3),
  #news .tabbox .content .box:nth-child(4),
  #info .tabbox .content .box:nth-child(4) {
    margin-bottom: 4% !important;
  }
  #news .tabbox .content .box a,
  #info .tabbox .content .box a {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
  }
  #news .tabbox .content .box a .pht,
  #info .tabbox .content .box a .pht {
    width: 40%;
  }
  #info .tabbox .content .box:nth-child(2n) a .pht {
    width: 38.5%;
  }

  #news .tabbox .content .box a .text,
  #info .tabbox .content .box a .text {
    width: 60%;
    padding-top: 0;
    padding-left: 5%;
  }

  /*add*/
  #yosanbetsu .box,
  #scenebetsu .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  #catlist .cat_list_sp {
    margin-bottom: 30px;
  }

  .reasons {
    display: flex;
    grid-template-columns: 100%;
    gap: 30px 0;
    width: max-content;
  }

  .reasons article {
    width: 280px;
    margin-right: 30px;
  }

  .reasons article:last-child {
    margin-right: 0;
  }

  .reasons article a {
    padding: 0;
  }

  #reasons_cover .i-scroll {
    display: grid;
  }

  .newitem_piuckup {
    width: 100vw;
    margin: 5px calc(50% - 50vw);
  }

  .ranking_slide {
    width: 100vw;
    margin: 5px calc(50% - 50vw);
  }

  .title {
    margin-bottom: 40px !important;
  }

  #story {
    padding-top: 40px;
  }

  .tpimport .important-li {
    grid-template-columns: 75px auto;
  }

  .important-li-category {
    width: 144px;
  }

  .tpimport .important-li-txt {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .tpimport__box {
    display: none;
  }
}

@media (max-width: 560px) {
  #news .tabbox .tab li {
    width: 90px;
  }
}

@media (max-width: 519px) {
  .line_tit {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .first_user {
    width: 100vw;
    margin: 60px 0 120px -20px;
    overflow: hidden;
  }

  .first_user .bnr01 {
    padding-inline: 20px;
  }

  .newitem_piuckup .slick-slide {
    margin: 0 10px;
  }

  .newitem_piuckup .slick-next {
    right: 0;
  }

  .newitem_piuckup .slick-prev {
    left: 0;
  }

  .newitem_piuckup .item-text {
    padding-bottom: 8px;
  }

  #news .tabbox .tab li {
    width: 75px;
  }

  #news .tabbox .tab {
    top: -16px;
    left: 0;
  }
}

/* 240626_松竹梅バナーエリア お財布バナー追加_ここから */
.flex-center{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
  .flex-center{
    margin-top: 15px;
  }
}
/* 240626_松竹梅バナーエリア お財布バナー追加_ここまで */