body{
  overflow-x: hidden;
}

.tab_content h5{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.tab_content_inboxes{
  display: flex;
  flex-wrap: wrap;
}
.tab_content_inboxes .list{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.tab_content_inboxes .list:nth-child(3n){
  margin-right: 0;
}

.tab_content_inboxes .list ul{
  width: 50%;
}
.tab_content_inboxes .list ul li{
  list-style: none;
}
.tab_content_inboxes .list ul li a{
  display: block;
  padding: 3px 0;
}
.tab_content_inboxes .list ul li i{
  padding-right: 3px;
}

.tab_content_inboxes .list p{
  background-color: #e6e6e6;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.tab_content_inboxes .list .list_inbox{
  display: flex;
  justify-content: space-between;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(calc(100%/5) - 5px);
  height: 50px;
  font-size: 13px;
  background-color: #e6e6e6;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 5px;
}
.tab_item_first{
  border-radius: 50px 0 0 50px;
}
.tab_item_last{
  border-radius: 0 50px 50px 0;
}
.tab_item:last-child{
  margin-right: 0;
}


.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}
.tab_content_inbox{
  padding-top: 35px;
  border-top: #c0c0c0 1px solid;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ec6486;
  color: #fff;
}


.button_center{
  display: flex;
  margin :0 auto;
    justify-content: center;
}



.tab001 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAx.png?cmsp_timestamp=20231214005207') no-repeat 10px 50%;
  padding-left: 40px;
}

.tab002 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAy.png?cmsp_timestamp=20231214004042') no-repeat 10px 50%;
  padding-left: 40px;
}

.tab003 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAz.png?cmsp_timestamp=20231214004042') no-repeat 10px 50%;
  padding-left: 30px;
}

.tab004 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0.png?cmsp_timestamp=20231214004042') no-repeat 10px 50%;
  padding-left: 30px;
}

.tabs input:checked + .tab_item.tab001 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAxX19vbg.png?cmsp_timestamp=20231214004708') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab002 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAyX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab003 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDAzX19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}

.tabs input:checked + .tab_item.tab004 span{
  background: url('https://img21.shop-pro.jp/PA01490/787/etc_base64/aWNvbl9fMDA0X19vbg.png?cmsp_timestamp=20231214005424') no-repeat 10px 50%;
}



.slick-slide{
  margin:0 5px;
}

.slick-slide img{
  width: 100%;
}



.instagram__box{
  background-color: #eeeeee;
  padding: 40px 50px;
  margin-bottom: 70px;
}
.instagram__box .txt{
  word-break: break-all;
}

.info__section .section__title-h2{
  padding-bottom: 10px;
}

.instagram__box .section__title-h2{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.instagram__box .section__title-h2 span{
  color: #ec6486;
  font-size: 14px;
  padding-left: 5px;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.insta_list a{
  width: 19.5%;
  margin-bottom: 20px;
}
.insta_list a span{
  position: relative;  display: block;
}
.insta_list a span::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.insta_list a span img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}



.insta_list a p{
  font-size: 13px;
}


@media screen and (min-width: 901px) {
.insta_list a:not(:nth-child(5n)){
  margin-right: 0.625%;
}
  .slick-num{
    display:none;
  }
}


@media screen and (max-width: 900px) {
  .instagram__box .section__title-h2{
    padding-bottom: 0;
  }
  
  .instagram__box{
    padding: 20px 10px;
    margin-bottom: 0;
  }
.insta_list a:nth-child(odd){
  margin-right: 2%;
}
.insta_list a{
  width: 49%;
  margin-bottom: 20px;
}
  .insta_list a p{
    font-size: 10px;
  }
  
}

/* -- grid -- */
@media screen and (max-width: 576px) {
  .grid2to1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .grid2to1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
}

