/*-----------
ナビメニュー
------------*/
#ttl .box_inner ul li{
  width: calc(100%/3);
}
.sp #ttl .box_inner ul{
  flex-wrap: wrap;
}
.sp #ttl .box_inner ul li{
  width: calc(100%/2 - 3px);
}
#ttl .box_inner ul li a {
  background-color: #ef611f;
  color: #fff;
  display: block;
  padding: 13px 0 26px;
}
/*.sp #ttl .box_inner ul li:nth-child(1){width: calc(100% - 1px)}*/

/*#ttl .box_inner ul li:nth-of-type(1) a,
#ttl .box_inner ul li:nth-of-type(2) a,
#ttl .box_inner ul li:nth-of-type(3) a{
  padding: 15px 0 30px;
}*/
/*#ttl .box_inner ul li:nth-of-type(2) a,
#ttl .box_inner ul li:nth-of-type(3) a{
  padding: 10px 0 26px;
}*/


/*-----------------------
* コンテンツ背景スタイル
------------------------*/
/* .bg_tresale{
    position: relative;
    height: 510px;
    background-image: url("./bg_tresale.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    box-sizing: border-box;
}
.sp .bg_tresale{
  height: 235px;
} */
.bg_15th{
  position: relative;
  background-image: url("./bg_15th-dec.png"),url("./bg_15th.png");
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 20px;
}
.bg_season-item{
  position: relative;
  background-image: url("./bg_season-item-top.png"), url("./bg_season-item.png");
  background-repeat: no-repeat,repeat;
  background-size: contain;
  background-position: top center, center;
  padding: 60px 0 40px;
}
.sp .bg_season-item{
  padding: 20px 0 10px;
}
.bg_sweetsfesta{
  position: relative;
  background-image: url("./bg_sweetsfesta.jpg");
  background-repeat: repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
}





/*------------------------------
アイテム説明テキスト共通スタイル
--------------------------------*/
.item-desc{
  text-align: left;
  font-size: 85%;
  line-height: 1.4;
  font-weight: bold;
}
.gray{ color: #707f87;}
.white{ color: #fff;}
.red{ color: #e94734;}
.gold{ color: #C47A47;}

.item-desc.gray span{}
.item-desc.gold span{color: #333}
.item-desc.red span{ color: #655852;}
.shopinfo{
  display: inline-block;
  padding-top: 5px;
}
.shopinfo.black{ color: #000; }
.shopinfo.white{ color: #fff; }


/*------------------------
コンテンツ共通スタイリング
--------------------------*/
#contents-main .section h3{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-family: "Quicksand", sans-serif;
	padding: 5px 0 ;
	border-bottom: 2px solid #ddd;
	width: 800px;
	margin: 0 auto 30px;
	text-align: left;
}


.contents_single-col{position: relative;}
.rounded-box{ /*角丸ボックス・背景白*/
  border-radius: 20px;
  background-color: #fff;
}
.border-orange{border: solid 3px #dd5f0e;}

/*FlexBox*/
.flex-contents{display: flex;}
.sp .flex-contents{flex-direction: column;}
.flex-contents > .fw15{width: 15%;}
.flex-contents > .fw30{width: 30%;}
.flex-contents > .fw35{width: 35%;}
.flex-contents > .fw40{width: 40%;}
.flex-contents > .fw45{width: 45%;}
.flex-contents > .fw50{width: 50%;}
.flex-contents > .fw55{width: 55%;}
.flex-contents > .fw60{width: 60%;}
.flex-contents > .fw65{width: 65%;}
.flex-contents > .fw70{width: 70%;}
.flex-contents > .fw95{width: 95%;}
.flex-contents > .fw100{width: 100%;}

.sp .flex-contents > .spfw60{width: 60%;}
.sp .flex-contents > .spfw80{width: 80%;}
.sp .flex-contents > .spfw90{width: 90%;}
.sp .flex-contents > .spfw100{width: 100%;}

/*2カラム横並びバナー*/
.bnr-flex{
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.bnr-flex a{
  display: block;
  width: 50%;
}
.bnr-flex a.pc_view{
    width: 100%;
}

/*イベント記事などへのmoreボタン*/
.more-link{
  position: relative;
}
.more-link::before{
  content: "more";
  position: absolute;
  width: 20%;
  padding: 0px 0px 5px;  
  color: #fff;
  border-radius: 50px;
  border: solid 2px #fff;
}
.more-link::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.more-link.more_orange::before{background-color: #dd5f0e;}
.more-link.more_red::before{background-color: #e61851;}
.more-link.more_blue::before{background-color: #44c0f0;}
.more-link.more_yellow::before{background-color: #f49a00;}

.more-link_sp{
  position: relative;
  display: inline-block;
  width: 200px;
  margin-top: 10px;
  padding: 5px 0 7px;
  border-radius: 50px;
  color: #fff;
}
.more-link_sp.more_orange{background-color:#dd5f0e;}
.more-link_sp.more_blue{background-color:#44c0f0;}
.more-link_sp::after{
  content: "";
  position: absolute;
  bottom: 10px;
  right: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.more-link_circle{
  position: relative;
}
.more-link_circle::before{
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
}
.more-link_circle::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  animation: morelink-circle 2s ease-in-out infinite;
}
.more-link_circle.more_orange::before{background-color: #dd5f0e;}
.more-link_circle.more_red::before{background-color: #e61851;}
.more-link_circle.more_blue::before{background-color: #44c0f0;}
.more-link_circle.more_yellow::before{background-color: #f49a00;}

/*アニメーション設定*/
@keyframes morelink-top {
  0% {right: 19px;}
  20% {right: 14px;}
  35% {right: 16px;}
  50%{right: 14px;}
  100% {right: 19px;}
}
@keyframes morelink-bottom {
  0% {right: 15px;}
  20% {right: 10px;}
  35% {right: 12px;}
  50%{right: 10px;}
  100% {right: 15px;}
}
@keyframes morelink-circle {
  0% {right: 19px;}
  20% {right: 14px;}
  35% {right: 16px;}
  50%{right: 14px;}
  100% {right: 19px;}
}

/*--------------------------------
各タイトルとコンテンツ間の余白調整
----------------------------------*/
.gourmet .contents-item .item-list{
  padding: 20px 0 50px;
}


/*----------------------------
#ttl タイトル部分
------------------------------*/
#ttl .box_inner ul{
    gap: 10px;
}


/*----------------------------
#box_01 15th
------------------------------*/
.kitatou15th .contents-ttl{
  padding: 20px 0 0;
}
.sp .kitatou15th .contents-ttl{
  padding: 10px 0 0;
}
.sp .kitatou15th .contents-ttl>img{
  width: 90%; 
}
.kitatou15th .content_box.flex-contents{
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.sp .kitatou15th .content_box.flex-contents{
  margin: 0 15px;
    flex-direction: inherit;
}
.kitatou15th .content_box.flex-contents .evnt_box{
  width: calc(50% - 8px);
}
/*.sp .kitatou15th .content_box.flex-contents .evnt_box{
  width: 100%;
} */
.kitatou15th .content_box.flex-contents .evnt_box.wide{
  width: 100%;
  background-color: #FFF9EF;
  margin: 0 auto;
  padding: 15px 10px;
  border: solid 2px #CFA527;
  box-sizing: border-box;
}
.sp .kitatou15th .content_box.flex-contents .evnt_box.wide .bnr-flex
.img_box img{
  width: 100%;
}
.kitatou15th .content_box.flex-contents .evnt_box.wide .bnr-flex{
  padding: 20px;
}
.kitatou15th .content_box.flex-contents .evnt_box.wide .bnr-flex>a{
  position: relative;
}
.kitatou15th .content_box.flex-contents .evnt_box.wide .bnr-flex>a:first-of-type::after{
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 2px;
  height: 110px;
  background-color: #CFA527;
}
.sp .kitatou15th .campaignttl img{
  width: 90%;
}
.sp .kitatou15th .content_box.flex-contents .evnt_box.wide .bnr-flex>a:first-of-type::after{
  display: none;
}

/*リニューアルフェア*/
.kitatou15th .content_box.renewal-fair{
  background-color: #FFF9EF;
  border-radius: 20px;
  width: 90%;
  margin: 20px auto;
}
.sp .kitatou15th .content_box.renewal-fair{
    border-radius: 10px;
}
.kitatou15th .content_box.renewal-fair .flex-contents{
  flex-wrap: wrap;
  gap: 40px 0px;
  padding: 30px 0;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents{
  padding: 20px 0;
    gap:0;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents p{
  width: 90%;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom:2px solid #bc8e30;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents p:first-of-type{

    margin-bottom: 15px;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents p:last-of-type{
    border-bottom:0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kitatou15th .content_box.renewal-fair .flex-contents>p:first-of-type{
  position: relative;
  margin: 0 auto;
}
.kitatou15th .content_box.renewal-fair .flex-contents>p:first-of-type::after{
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 660px;
  height: 2px;
  background-color: #E0C57D;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents>p:first-of-type::after{
  display: none;
}


.kitatou15th .content_box.renewal-fair .flex-contents>p:not(:first-of-type){
  width: calc(50% - 8px);
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents>p:not(:first-of-type){
  width: 90%;
}
.kitatou15th .content_box.renewal-fair .flex-contents>p:nth-of-type(2){
  position: relative;
}
.kitatou15th .content_box.renewal-fair .flex-contents>p:nth-of-type(2)::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 2px;
  height: 285px;
  background-color: #E0C57D;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents>p:nth-of-type(2)::after{
  display: none;
}
.sp .kitatou15th .content_box.renewal-fair .flex-contents>p img{
  width: 100%;
}

.kitatou15th .content_box.renewal-fair .link-btn{
  padding: 35px 0;
}
.kitatou15th .content_box.renewal-fair .link-btn p{
  font-size: 22px;
  color: #EA5E00;
}
.kitatou15th .content_box.renewal-fair .link-btn a{
  background: #b53141;
    color: #FFF;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 15px auto 0;
    width: 50%;
    position: relative;
}
.sp .kitatou15th .content_box.renewal-fair .link-btn p{
    font-size: 18px;
    padding: 0 15px;
}
.sp .kitatou15th .content_box.renewal-fair .link-btn a{
    font-size: 16px;
    width: 60%;
}

.kitatou15th .content_box.renewal-fair .link-btn a::before{
    position: absolute;
    content: url("../icon_arrow.svg");
    width: 15px;
    bottom: 28%;
    right: 25px;
    transform: rotate(-90deg);
}




/*------------------------------
#box_02 イベントキャンペーン
--------------------------------*/
/*---SweetsFesta---*/
.tag{
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
}
.tag.brown{
  background-color: #8D5F2D;
}
.sweets-festa{
  margin: 0 auto 30px;
  width: 800px;
}
.sp .sweets-festa{
  width: 100%;
}
.sweets-festa >a{
  display: block;
}

/* タイトル部分 */
.sweets-festa a .title{
  width: 85%;
  margin: 0 auto;
  padding: 25px 0 15px;
}
.sweets-festa a .place{
  font-size: 25px;
  line-height: 2;
  padding-bottom: 10px;
  font-weight: bold;
}
.sp .sweets-festa a .place{
  font-size: 18px;
}
.sweets-festa a .place .tag{
  padding: 0 15px;
}


/* イベントコンテンツ */
.sweets-festa a >.detail{
  gap: 20px;
  justify-content: center;
  padding: 20px 0 0;
    background: #FFF;
}
.sp .sweets-festa a >.detail{
  flex-direction: column;
  align-items: center;
} 
.sweets-event{
  background-color: #fff;
  border: solid 2px #F5AF7E;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;

}
.sweets-festa a >.detail .sweets-event{width: calc(100%/3 - 10px);}

.sp .sweets-festa a >.detail .sweets-event{
  width: 90%;
}
.sweets-event .day{
  background-color: #8D5F2D;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}
.sweets-event .day span{
  font-size: 14px;
}
.sweets-event .logo{
  display: block;
  margin: 15px auto 5px;
}
.sweets-event .logo img{
  height: 40px;
  object-fit: contain;
}
.sweets-event .store-time{
  text-align: left;
  padding: 5px 0;
  margin-bottom: 5px;
  line-height: 1.8;
  font-weight: bold;
}
.sweets-event .store-time b{
    line-height: 1.3;
display: inline-block;
}
.sp .sweets-event .store-time{
  text-align: center;
}
.sweets-event .store-time .tag{
  padding: 1px 10px;
  letter-spacing: 2px;
}
.sweets-event .description{
  padding: 5px;
  text-align: left;
}
.sp .sweets-event .description{
  padding: 10px 0 5px;
}

/*---キャンペーン＆セールバナー部分---*/
.campaign_bnr{
  padding-bottom: 30px;
}
.campaign_bnr a{
  box-shadow: 3px 3px 3px 3px #ccc;
}

/*---イベント---*/
.events{
  margin: 20px 0;
}

/*各ボックス共通*/
.event-box{
  position: relative;
  border: solid 3px #BC8E30;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px 3px #ccc;
  background-color: #fffcd6;
  margin: 0 auto 30px;
}
.event-box.ramen,
.event-box.kimono{
  width: 800px;
}
.event-box.pc_view{
  border: solid 3px #eb5e00;
  box-shadow: 3px 3px 3px 3px #ccc;
  background-color: #FFF;
}
.sp .event-box{
  width: 100%;
}
.event-box::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  z-index: 1;
  border-width: 25px;
  border-color: transparent #BC8E30 #BC8E30 transparent;
  border-style: solid;
}
.event-box.pc_view::after{
  border-color: transparent #e50012 #e50012 transparent;    
}

.event-box h5{
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    color: #BC8E30;
    padding: 10px 0;
    margin-bottom: 10px;
}
.event-box .event-detail{
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.sp .event-box .event-detail{
  gap: 10px;
  margin: 20px 0;
}
.event-box .event-detail dt{
  width: calc(30% - 40px);
  background: #BC8E30;
  padding: 3px 10px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px
}
.sp .event-box .event-detail dt{
  padding: 3px 0;
}
.event-box .event-detail dd{
  width: calc(70% - 20px);
  color: #333;
  text-align: left;
}
.sp .event-box .event-detail dt,
.sp .event-box .event-detail dd{
  width: 100%;
  text-align: center;
}

/*ラーメンフェア*/
.event-box.ramen h5{
  text-align: left;
  padding: 0 0 10px;
}
.sp .event-box.ramen h5{
  line-height: 1.4;
  text-align: center;
}
.event-box.ramen h5>img{
  vertical-align: middle;
  padding: 0 10px 5px 0;
  width: 35%;
}
.sp .event-box.ramen h5>img{
  width: 100%;
}
.event-box.ramen .event-text p{
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #BC8E30;
  line-height: 1.4;
}
.event-box.ramen .event-text p span{
  color: #BC8E30;
  font-weight: bold;
}

/*着物*/

.event-box.kimono>a>.flex-contents{
  gap: 30px;
}
.event-box.kimono h5{
  line-height: 1.3;
}
.sp .event-box.kimono h5{
  padding: 0;
}
.pc .event-box.kimono .campaign{
    position: relative;
}
.pc .event-box.kimono .campaign::after{
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
    width: 2px;
    height: 375px;
  background-color: #E0C57D;
}

.event-box.kimono .campaign p{
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}
.event-box.kimono .campaign-img{
  margin-top: 30px;
  align-items: center;
}
.sp .event-box.kimono .campaign-img{
  gap: 10px;
    margin-top: 10px;
}
.event-box.kimono .campaign-img p{
  text-align: center;
}
.event-box.kimono .workshop p.img_box>img,
.event-box.kimono .workshop h5,
.event-box.kimono .workshop p{
  text-align: left;
}
.event-box.kimono .workshop h5{
  padding: 8px 0;
    margin-bottom: 0;
    font-size: 20px;
}
.sp .event-box.kimono .workshop{
    padding-top: 25px;
    border-top: 2px solid #bc8e30;
}

.sp .event-box.kimono .workshop h5{
  text-align: center;
}
.sp .event-box.kimono .workshop>.img_box{
  text-align: center;
}
.sp .event-box.kimono .workshop>.img_box img{
  width: 60%;
}
.event-box.kimono .workshop p:nth-of-type(2){
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: dashed 1px #BC8E30;
}


/* イベント写真 */
.event-box .days img{
  width: 60%;
}
.event-box:nth-of-type(3) .days img{
  width: 50%;
}


/* サブテキスト */
.event-text{
  line-height: 1.3;
  color: #333;
  min-height: 75px;
  text-align: left;
    padding-right: 15px;
    box-sizing: border-box;
}
.sp .event-text{
  min-height: 85px;
    padding-right: 0;
}

/*================
秋アイテム
================*/
.season-item .navibox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
.sp .season-item .navibox{
  gap: 10px;
  padding: 20px 0;
}
.season-item .navibox li{
    width: calc(100%/3 - 80px)
}
.sp .season-item .navibox li{
  width: 80%;
}
.season-item .navibox li a{
  display: block;
  color: #fff;
  padding: 15px 40px;
  font-weight: bold;
    position: relative;
}
.season-item .navibox li a:before{
    position: absolute;
content: url("../icon_arrow.svg");
width: 15px;
bottom: 28%;
right: 10px;
transform: translateX(-50%);
}
.sp .season-item .navibox li a{
  padding: 10px 5px;
}
.season-item .navibox li:first-of-type{
  background-color: rgba(231,97,79,0.45);
}
.season-item .navibox li:nth-of-type(2){
  background-color: rgba(154,88,155,0.45);
}
.season-item .navibox li:last-of-type{
  background-color: rgba(202,93,81,0.45);
}


.season-item .contents-ttl.img_box{
  margin-bottom: 30px;
}
.sp .season-item .box_inner .contents-ttl:first-of-type img{
  width: 90%;
}
.season-item .box_inner .contents-ttl:first-of-type{
  margin-top: 20px;
}
.season-item .box_inner .contents-ttl:not(:first-of-type){
  margin-top: 80px;
}
.sp .season-item .box_inner .contents-ttl img{
  width: 90%;
}
.sp .season-item .box_inner .contents-ttl:not(:first-of-type){
  margin-top: 50px;
}


/*------------------------------------------
アイテム紹介（画像＋テキストの2カラムリスト）
--------------------------------------------*/
.contents-item .item-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.contents-item .item-list li{
  width: calc(100%/2 - 100px);
}
.contents-item .item-list li:not(.w80) .item-desc{
  padding-top: 5px;
}
.contents-item .item-list li:last-of-type .item-desc{
	background: none;
}
/*最後1アイテム残る時のスタイル*/
.contents-item .item-list li.w80{
  width: 80%;
}
.contents-item .item-list li.w70{
  width: 70%;
}
.contents-item .item-list li.w80.flex-contents{
  align-items: center;
  gap: 15px;
}
.contents-item .item-list li.w80.flex-contents.coordinate > p:first-of-type{
  width: 45%;
}


/*************************************************/
/******************スマホスタイル*****************/
/*************************************************/

/*----------------------------------------------
ナビメニュー
（1行タイトルと複数行タイトルでpadding変更）
-----------------------------------------------*/
.sp #ttl .box_inner ul li:nth-of-type(1) a,
.sp #ttl .box_inner ul li:nth-of-type(2) a,
.sp #ttl .box_inner ul li:nth-of-type(3) a,
.sp #ttl .box_inner ul li:nth-of-type(4) a,
.sp #ttl .box_inner ul li:nth-of-type(5) a{
    padding: 12px 0 12px;
}
.sp #ttl .box_inner ul li::after {
    bottom: 35%;
    right: 5%;
    left: auto;
}
.sp #ttl .box_inner ul li:nth-of-type(3)::after{
    right: 2.5%;
}

/*.sp #ttl .box_inner ul li:nth-of-type(2) a,
.sp #ttl .box_inner ul li:nth-of-type(3) a{
  padding: 5px 0 20px;
}*/

/*-----------------------
* コンテンツ背景スタイル
------------------------*/
.sp .bg_spring-fashion{
  padding: 50px 0 40px;
}
.sp .bg_gourmet{
  padding: 10px 0;
}
/*.sp .bg_white{
  margin: 0 10px;
}*/

/*------------------------
コンテンツ共通スタイリング
--------------------------*/
.sp .section{
	margin: 0 auto 40px;
}
.sp #contents-main .section h3{
font-size: 90%;
width: 100%;
padding: 0px 0 5px;
margin: 0 auto 20px;
}

/*アイテム紹介コンテンツ*/
.sp .contents-item {
  padding: 0 0 30px;
}
.sp .contents-item .item-list li p.img_box img{
  width: 90%;
}

/*2カラム横並びバナー*/
.sp .bnr-flex{
  flex-direction: column;
  gap: 20px;
}
.sp .bnr-flex a{
  width: 100%;
}

.sp .bnr-flex a.pc_view{
    display: none;
}

/*イベント記事などへのmoreボタン*/
.sp .more-link::before,
.sp .more-link::after{
  display: none
}


/*--------------------------------
各タイトルとコンテンツ間の余白調整
----------------------------------*/
.spring-fashion .contents-item .item-list{
  padding: 30px 0;
}
.sp .spring-fashion .contents-item .item-list{
  padding: 30px 0 0;
}
.sp .gourmet .contents-item .item-list{
  padding: 20px 0 0px;
}


/*------------------------------
アイテム説明テキスト共通スタイル
--------------------------------*/
.sp .item-desc{
  font-size: 12px;
}


/*------------------------------------------
アイテム紹介（画像＋テキストの2カラムリスト）
--------------------------------------------*/
.sp .contents-item .item-list{
  gap: 20px 0px;
}
.sp .contents-item .item-list li{
  /*width: calc(100%/2 - 35px);*/
  width: 80%;
}

.sp .contents-item:last-of-type .item-list li:last-of-type{
    width: 100%;
}
/*最後1アイテム残る時のスタイル*/
.sp .contents-item .item-list li.w80{
  width: 80%;
  gap: 20px;
  display: block;
}
.sp .contents-item .item-list li.w80 .img_box,
.sp .contents-item .item-list li.w80.flex-contents.coordinate > p:first-of-type{
  width: 100%;
}
.sp .contents-item .item-list li.w80 .item-desc{
  width: 100%;
  padding-right: 0;
  padding-top: 5px;
}






















