@charset "UTF-8";
/*=============================================================

	Date: 2026-02-26
	CSS Document ：いこっ、春旅♪ ことりっぷ×リブイン IEDIT コラボ
 
=============================================================*/
:root {
    --theme-color: #1c773c;
}

.pc_lv {
 display: block;
}
.sp_lv {
 display: none !important;
}
#contents_lv img {
 height: auto;
}
#contents_lv a {
 transition: all .3s;
 color: #000;
 text-align: center;
}
#contents_lv a:hover {
 text-decoration: none;
 /*opacity: .75;*/
}
/* PC */
.sr_page-shopping-result__free .fca_container__in {
 max-width: 100%;
 margin-top: 1em;
}
.fca_page-shop-category__body {
margin-top: 0;}
.sr_page-shopping-result__free .fca_container__in.load_lv{	animation: fade_lv 1.0s ease 0s forwards;}
.sr_page-shopping-result__free .fca_container {
 padding: 0;
}
#contents_lv {
 font-family: "A1 Gothic M", 'Hiragino Kaku Gothic W3 JIS2004', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
 line-height: 1.7;
 /* margin-bottom: 1em; */
 letter-spacing: .13em;
 color: #000;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 opacity: 0;
 background-repeat: repeat-y;
 background-position: center;
 background-size: 1211px;
}
.load_lv #contents_lv {
 animation: fade_lv 1.0s ease 0s forwards;
}
#contents_wrap_lv {
 width: 100%;
 margin: 0 auto;
 /* padding-bottom: 5em; */
 background: #deefe5;
}
#contents_lv ul {
 padding-inline-start: 0;
}
#contents_lv li {
 list-style: none;
}
/*------------------------------------
title
------------------------------------*/
.ttl_lv {
 position: relative;
 /* width: 100vw; */
 height: 650px;
 background-image: url(../images/top_pc.webp);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #deefe5;
 animation: fade_lv 2s ease 0s forwards;

}
.ttl_photo {
 max-width: 920px;
 margin: 0 auto;
 height: 100%;
 display: block;
 position: relative;
}
.ttl_photo img.main_ttl01_lv {
 width: 34%;
 position: absolute;
 top: 30.5%;
 left: 1%;
 opacity: 0;
}
.ttl_photo img.main_ttl02_lv {
    position: absolute;
    top: 23%;
    left: 11.5%;
    opacity: 0;
}

.ttl_photo img.ttl_ashirai01 {
    position: absolute;
    top: 17%;
    left: 42%;
    opacity: 0;
}
.ttl_photo img.ttl_ashirai02 {
    position: absolute;
    top: 60%;
    left: 4.2%;
    opacity: 0;
}
.ttl_photo img.ttl_ashirai03 {
    position: absolute;
    top: 51.4%;
    right: 12.4%;
    opacity: 0;
}
.ttl_photo img.ttl_ashirai04 {
    position: absolute;
    top: 5.4%;
    right: 5%;
    opacity: 0;
}


.load_lv .ttl_photo img.main_ttl01_lv {
 animation: fadeIn_lv 1.0s ease 0.8s forwards;
}
.load_lv .ttl_photo img.main_ttl02_lv {
 animation: fadeIn_lv 1.0s ease 0.8s forwards;
}
.load_lv .ttl_photo img.icon_ttl01_lv {
 animation: fadeIn_lv 0.7s ease 0.7s forwards;
}
.load_lv .ttl_photo img.icon_ttl02_lv {
 animation: bound_ttl_lv 0.8s ease 1.5s forwards;
}

@keyframes bound_ttl_lv {
 0% {
  opacity: 0;
  transform: translateY(-0px);
 }
 50% {
  opacity: 1;
  transform: translateY(-8px);
 }
 100% {
  opacity: 1;
  transform: translateY(0px);
 }
}
@keyframes bound_lv {
 0% {
  opacity: 0;
  transform: scale(1, 1) translateY(-0px);
 }
 50% {
  opacity: 1;
  transform: scale(1.07, 1.07) translateY(-5px);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1) translateY(0px);
 }
}

/*------------------------------------
メイン 全体
------------------------------------*/
#wrap_inner_lv {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 2em;
}
.main_lv {
    padding-top: 3em;
    background-color: #FFF;
    text-align: center;
}
/*------------------------------------
リード
------------------------------------*/
.lead_lv {
    text-align: center;
    margin: 0em auto 4em;
        font-size: 90%;
    opacity: 0;
}
.load_lv .lead_lv {
 animation: fadeIn_lv 1.3s ease 2.3s forwards;
}
.lead_lv p.lead_text_lv {
    font-size: 1.15em;
    line-height: 1.8em;
    font-family: "A1 Gothic R";
    letter-spacing: 0.15em;
}

/*------------------------------------
nav
------------------------------------*/
.nav_wrap {
    text-align: center;
}
.nav_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin: 1.5em auto;
}


/* ===== btn ===== */
.spec_btn {
    color: #FFF;
    position: relative;
    background: #1c773c;
    padding: 0.4em 2.9em 0.4em 2.6em;
    border-radius: 3em;
    display: inline-block;
    font-size: 100%;
    transition: all 0.3s;
    letter-spacing: 0.17em;
    font-family: "A1 Gothic M";
}
.spec_btn::after {
	display: block;
	width: 0.5em;
	height: 100%;
	content: '';
	background: url(../images/arrow_w.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 1.4em;
	transition: all 0.3s;
}
a:hover .spec_btn::after {
	right: 1.1em;
	background-size: contain;
}
.more_ct {
    margin: 1em 0 0.3em;
}
#wrap_inner_lv a:hover {
	text-decoration: none;
	opacity: 0.7 ;
}
#wrap_inner_lv a {
	transition: all 0.3s;
}


/*------------------------------------
商品詳細
------------------------------------*/
#item_wrap_lv {
 text-align: center;
 padding-bottom: 1em;
}



.map_ttl_main02_lv {
    width: 62%;
}

@keyframes anime_map_ashirai {
 0% {
  transform: rotate(-2deg);
 }
 50.9% {
  transform: rotate(-2deg);
 }
 51% {
  transform: rotate(6deg);
 }
 99.9% {
  transform: rotate(6deg);
 }
 100% {
  transform: rotate(-2deg);
 }
}

/*------------------------------------
item 01-04
------------------------------------*/
.item_ttl_text {
    margin: 1em auto 2em;
}
.item_ttl_text p {
    font-size: 200%;
    line-height: 1.2em;
    letter-spacing: 2px;
}
.item_ttl_line {
    display: block;
    margin: 0 0 0 auto;
}

.item_link_lv a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0em;
    margin: 2em auto 0;
}
.item_link_lv .spec_lv .itemname p {
    margin: 0.5em auto 0.2em;
    font-size: 130%;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.item_link_lv .spec_lv .min_price_lv {
    font-family: "ヒラギノ角ゴ W5 JIS2004"; 
    font-size: 90%;
    letter-spacing: 1.7px;
    line-height: 1.7em;
}
.item_link_lv .spec_lv .min_price_lv .price_lv {
    font-size: 130%;
}
.item_link_lv .spec_lv .min_price_lv .tax_lv{
    font-size: 80%;
}
.item_link_lv .spec_lv .special_price {
    color: #be2135;
}
.item_link_lv .spec_lv .special_price .price_lv {
    font-size: 155%;
}
.item_link_lv .spec_lv .special_price .tax_lv{
    /* font-size: 60%; */
}
.place_text_lv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
gap: 1em;
text-align: center;
}
.place_lv {
    position: relative;
    padding: 3em 0 4em;
   }


/*------------------------------------
個別設定
------------------------------------*/
/* item01 */
#item01 .item01_main {
    /* margin-bottom: 1em; */
}
.place_box_lv {
display: flex;
justify-content: center;
align-items: center;
gap: 1em;
margin: 0 auto;
position: relative;
}
#item01 .ashirai01 {
top: -0.5em;
right: 39.1%;
z-index: 1;
animation: anime_map_ashirai 1.8s infinite 0.2s;
}
#item01 .ashirai02 {
    bottom: -1em;
    left: 9%;
}
    
/* item02 */
#item02 .place_box_lv {
    flex-direction: row-reverse;
   }
#item02 .ashirai01 {
    top: 3em;
    right: 6.5%;
    z-index: 1;
}
#item02 .ashirai02 {
bottom: 3em;
left: 11%;
animation: anime_map_ashirai 1.8s infinite 0.2s;
z-index: 1;
}
#item02 .item_link_lv a {
    flex-direction: row-reverse;
}


/* 画面に入ってからアニメーション始まる */
#item02 .item01_main.fadeIn_lv .p01_01_lv {
	animation: change-img-anim 6.5s infinite;
  animation-iteration-count: infinite;
}
#item02 .item01_main {
    background-image: url(../images/item02_main02.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 420px;
}

@keyframes change-img-anim {
	/* 表示中 */
  0%{ opacity: 1;}
	40%{ opacity: 1;}

	/* フェードで消える */
	41%{ opacity: 1;}
	50%{ opacity: 0;}
	90%{ opacity: 0;}
	
	/* フェードで表示 */
	91%{ opacity: 0;}
	100%{ opacity: 1;}
}

/* item03 */
#item03 .ashirai01 {
top: 0em;
right: 46%;
z-index: 1;
animation: anime_map_ashirai 1.8s infinite 0.2s;
}
#item03 .ashirai02 {
    bottom: -0.5em;
    left: 7%;
}

/* item04 */
#item04 .item_ttl_text p span {
    position: relative;
    top: -0.1em;
}


#item04 .place_box_lv {
    flex-direction: row-reverse;
   }
#item04 .ashirai01 {
    top: 1em;
    right: 5%;
    z-index: 1;
}
#item04 .ashirai02 {
bottom: 5em;
left: 8%;
animation: anime_map_ashirai 1.8s infinite 0.2s;
z-index: 1;
}
#item04 .item_link_lv a {
    flex-direction: row-reverse;
}



/*------------------------------------
いっしょ買いキャンペーン
------------------------------------*/

.issyo_wrap_lv {
    background-color: #faf8ee;
    text-align: center;
    padding-top: 2em;
   }
   .issyo_campaign_lv {
    margin: 0em auto 3em;
    position: relative;
   }
   .issyo_campaign_lv img.pc_lv {
    margin: 0 auto;
}

   .issyo_campaign_lv.fadeIn_lv a {
    animation: anime_pin 0.7s forwards 1s;
   }

   @keyframes anime_pin {
    0% {
     transform: translateY(-110px);
     opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100% {
     transform: translateY(0px);
     opacity: 1;
    }
   }
   .issyo_campaign_lv a img {
    transition: all 0.3s;
   }
   .issyo_campaign_lv a:hover {
    opacity: 1 !important;
   }
   .issyo_campaign_lv a:hover img {
    opacity: 0;
   }
   .issyo_campaign_lv .pin_a {
    top: 5%;
    left: 18%;
    position: absolute;
    animation: anime_map_ashirai 1.8s infinite 0.2s;

   }
   .issyo_campaign_lv .pin_b {
       position: absolute;
       bottom: -5%;
       right: 10%;
   }

   .issyo_ex_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em auto;
    }
.issyo_last_comm {
    margin-bottom: -1.5em;
}
.issyo_ex_flex01 .issyo_ex_flex_model {
    margin-top: 1.2em;
}
/*------------------------------------
ことりっぷ 詳細
------------------------------------*/
.campaign_lv {
    text-align: center;
    width: 80%;
    margin: 0 auto;
   }
.campaign_main_lv {}
.cotrip_wrap_lv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecf2ec;
    padding: 1.8em 2.7em 1.8em 2.3em;
    max-width: 770px;
    margin: 4em auto;
    gap: 1em;}

.cotrip_wrap_lv .cotrip_text_lv p {
font-family: "太ゴB101 JIS2004 AP";
letter-spacing: 1.7px;
line-height: 2.1em;
font-size: 87%;
text-align: justify;
}
.cotrip_wrap_lv .cotrip_text_lv a span {
    color: #3fa9f5;
    text-decoration: underline;
}
.cotrip_wrap_lv a:hover {
opacity: 0.7;
}

/*------------------------------------
コラボアイテムを見る
------------------------------------*/

.jump_btn {
    margin: 4em auto 0;
}

#place_list_lv {
 margin: 1% auto 3em;
 width: 85%;
}
.place_photo_pc_lv {}
.place_photo_sp_lv {
 display: none;
}
.place_photo_sp_lv img {}

.ashirai_lv {
 position: absolute;
}
#place_list_lv .ashirai_lv {
 opacity: 0;
}

@keyframes fade_left {
 0% {
  transform: translateX(65px);
  opacity: 0;
 }
 100% {
  transform: translateX(0);
  opacity: 1;
 }
}
   
#place_list_lv #place_c .ashirai_lv.anime_lv {
 animation: fadeIn_lv 1.8s forwards 0s;
}
@keyframes fade_fly {
 0% {
  transform: translate(-100px, 100px);
  opacity: 0;
 }
 100% {
  transform: translateX(0);
  opacity: 1;
 }
}
#place_list_lv #place_f .ashirai_lv.anime_lv {
 animation: fadeIn_lv 1.8s forwards 0s;
}


/* アニメーション */
.fade_lv {
 opacity: 0;
}
.fade_lv.fadeIn_lv {
 animation: fadeIn_lv 1.0s forwards 0s;
}
@keyframes fade_lv {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes fadeIn_lv {
 0% {
  transform: translateY(15px);
  opacity: 0;
 }
 100% {
  transform: translateY(0px);
  opacity: 1;
 }
}
/* ---------------------------------

　ハンバーガーメニュー
	
--------------------------------- */
.menu-wrappr #item-nav .item-nav-list a {
    display: flex;
    width: 31%;
    text-align: center;
    flex-direction: column;
  }
  #item-nav .item-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    /* width: 100%; */
    margin: 0 auto;
    justify-content: center;
  }

  #menu-btn {
    left: 0;
    width: 32vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5vw 5vw 0;
    padding: 0 3.5vw 0 2vw;
    cursor: pointer;
    border-left: 0;
    gap: 9%;
  }
  #menu-btn svg {
    width: 87%;
  }
  /* ハンバーガーアイコン */
  .openbtn {
    /* background:#57a2c7; */
    cursor: pointer;
    width: 17%;
    /* height: 50px; */
    aspect-ratio: 1.2/1;
    border-radius: 5px;
    position: relative;
    z-index: 10;
  }
  #menu-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(-10px);
  }
  
  #menu-btn.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 1px;
    background: var(--theme-color);
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .openbtn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .openbtn span:nth-of-type(3) {
    bottom: 0;
  }
  /*active*/
  #menu-btn.active-menu .openbtn span:nth-of-type(1) {
    top: 50%;
    left: 0;
    transform: translateY(0) rotate(-45deg);
    width: 100%;
  }
  #menu-btn.active-menu .openbtn span:nth-of-type(2) {
    opacity: 0;
  }
  #menu-btn.active-menu .openbtn span:nth-of-type(3) {
    top: 50%;
    left: 0%;
    transform: translateY(0) rotate(45deg);
    width: 100%;
  }
  

  .fixed-btn {
    background: #FFF;
    position: fixed;
    bottom: 40px;
    z-index: 10;
    border: 1px solid #1c773c;
  }
  .path-color {
    fill: var(--theme-color);
    transition: fill .3s;
  }
  #pagetop-btn {
    right: 3vw;
    width: 10vw;
    border-radius: 50%;
  }
  #pagetop-btn svg {}
  @media (hover: hover) {
    .fixed-btn:hover {
      background: var(--theme-color);
    }
    .fixed-btn:hover .path-color {
      fill: #FFF;
    }
    .fixed-btn:hover .openbtn span {
      background: #FFF;
    }
  }
  /*------------------------------------
  
  menuボタン 中身
  
  ------------------------------------*/
  .menu-wrappr {
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    transition: all 0.5s;
    z-index: 9;
    /* display: none; */
  }
  
  .menu-wrappr.active-menu {
    left: 0vw;
  }
  .menu-wrappr .menu-inner {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center;
    background-size: 5em;
    height: 100vh;
    overflow: auto;
  }
  .menu-wrappr .menu-title {
    display: block;
    margin: 8em auto 2em;
    width: 68%;
  }
  
  .menu-wrappr .close-btn {
    display: block;
    width: 5vw;
    aspect-ratio: 1;
    content: '';
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 6vw;
    right: 6vw;
    cursor: pointer;
  }
  .menu-wrappr .menu-title img {}
  

  .menu-wrappr .menu-inner #item-nav .item-nav-list a .item-name {
    font-size: 100%;
    line-height: 1.2;
    letter-spacing: 1px;
  }


/************ PC ************/
@media (min-width: 920px) {
 .place_left_lv .place_text_lv {
  order: 1;
  /* margin-left: 10%; */
 }
 .place_left_lv .place_photo_lv {
  order: 0;
 }
}





/************ SP ************/
@media (max-width: 768px) {
 .pc_lv {
  display: none !important;
 }
 .sp_lv {
  display: block !important;
 }
 .sr_page-shopping-result__free .fca_container__in {
  padding: 0 0 0em;
 }
 #contents_lv img {}
 #contents_lv a {}
 #contents_lv {
  background-size: 121%;
  padding-bottom: 0em;
 }
 #contents_wrap_lv {
    width: 100%;
    margin: 0 auto;
    background-position: -50px -10px;
    background-size: 470%;
 }
 #contents_lv ul {}
 #contents_lv li {}
 /*------------------------------------
title
------------------------------------*/
 .ttl_lv {
  background-image: url(../images/title_sp.webp);
  background-size: contain;
  height: 118.5vw;
  background-position: top;
  /* margin-top: 40%; */
  background-color: #fff;
 }
 .ttl_photo {}

  .ttl_photo img.ttl_ashirai01 {
    top: 24%;
    left: 30%;
    width: 11%;
}
.ttl_photo img.ttl_ashirai02 {
    top: 65.6%;
    left: 7.2%;
    width: 28%;
}
.ttl_photo img.ttl_ashirai04 {
    width: 15%;
    top: 1.7%;
    right: 41.2%;
}
 /*------------------------------------
リード
------------------------------------*/
.lead_lv {}
.lead_lv p.lead_text_lv {
   width: 90%;
   margin: 0 auto;
   font-size: 3.3vw;
}

 /*------------------------------------
nav
------------------------------------*/
.nav_wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 1.5em auto;
    width: 88%;
}
.nav_wrap .nav_ttl {
    width: 52vw;
}
  /*------------------------------------
メイン
------------------------------------*/
#wrap_inner_lv {
    width: 100%;
    padding-bottom: 1.5em;
}
.main_lv {
    padding-top: 2.5em;
}
 /*------------------------------------
item01 02 03 04
------------------------------------*/
#item_wrap_lv {
    margin-top: 23vw;
}

.item_ttl_line {
    display: inline-block;
    margin: 0px -60% 0 auto;
}
.place_box_lv {
    flex-direction: column-reverse;
    width: 80%;
}
.place_text_lv {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
}
.item_link_lv a {
    flex-direction: column;
    margin: 1em auto 0
}
.item01_main {
    width: 100%;
}
.item_ttl_text {
    margin: 1em auto 1.3em;
}
.item_ttl_text p {
    font-size: 6vw;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.spec_lv {
    font-size: 3.4vw;
}
.link_item_img {
    width: 60%;
}
.place_ttl_lv {
    padding-bottom: 0.4em;
    min-width: fit-content;
}
 .place_ttl_lv > img {
    width: 43vw;
 }

 .itemname {
    font-size: 105%;
}

/* 01 */
#item01 .ashirai01 {
    top: -0.5em;
    left: 27%;
    width: 17%;
}
#item01 .ashirai02 {
    bottom: 0em;
    right: -7%;
    left: inherit;
    width: 25%;
}
#item01 .link_item_img {
    width: 70%;
}
/* 02 */
#item02 .place_box_lv {
    flex-direction:column-reverse;
}
#item02 .item_link_lv a {
    flex-direction: column;
}
#item02 .ashirai01 {
    top: 70%;
    left: 95%;
    width: 12%;
}
#item02 .ashirai02 {
    width: 16%;
    top: 0.5em;
    left: -4%;
}
#item02 .place_text_lv {
    flex-direction: row-reverse;
}
#item02 .place_text_lv .margin_r {
    margin-right: 1em;
}
/* 03 */
#item03 .item_ttl_line {
    margin: 0 -68% 0 auto;
}
#item03 .ashirai01 {
    top: -0.4em;
    right: 69%;
    width: 17%;
}
#item03 .ashirai02 {
    bottom: -10%;
    left: 87%;
    width: 19%;
}
#item03 .link_item_img {
    width: 50%;
}
/* 04 */
#item04 .item_ttl_line {
    margin: 0 -74% 0 auto;
}
#item04 .place_text_lv {
    flex-direction: row-reverse;
}
#item04 .place_text_lv .margin_r {
    margin-right: 1em;
}
#item04 .ashirai01 {
    top: 70%;
    right: -11%;
    width: 22%;
}
#item04 .ashirai02 {
    bottom: inherit;
    top: -1%;
    left: 78%;
    width: 26%;
}
#item04 .place_box_lv {
    flex-direction:column-reverse;
}
#item04 .item_link_lv a {
    flex-direction: column;
}
#item04 .link_item_img {
    width: 45%;
}




 #place_list_lv {
  margin: 0em auto 3em;
 }
 .place_lv {
  padding: 0em 0 6em;
  border-width: 2px;
 }

 /*------------------------------------
いっしょ買いキャンペーン
------------------------------------*/
.issyo_ex_lv {
    margin-bottom: 4em;
    padding: 2em 0 0.5em;
}
.issyo_campaign_lv {
    width: 93%;
   }
  
.issyo_campaign_lv img.sp_lv {
    margin: 0 auto;
}
.issyo_campaign_lv .pin_a {
    top: 0vw;
    left: 0%;
    position: absolute;
    width: 13%;
}
.issyo_campaign_lv .pin_b {
    position: absolute;
    bottom: -8%;
    right: 0%;
    width: 17%;
}
.issyo_ex_lv img.issyo_ttl {
width: 65%;
}

.issyo_ex_flex img {
    width: 53%;
}
.issyo_ex_flex .issyo_ex_flex_model {
    width: 45%;
}
.issyo_ex_flex01 {
    gap: 0em;
    padding: 0 5% 0 0;
    margin-left: -1.5em;
}
.issyo_ex_flex02 {
    gap: 0em;
    padding: 0 0 0 5%;
    margin-right: -1.5em;
}
.issyo_ex_lv .issyo_last_comm {
    width: 60%;
}



 /*------------------------------------
ことりっぷ 詳細
------------------------------------*/
.cotrip_wrap_lv img {
    width: 30vw;
}
.cotrip_wrap_lv{
    display: block;
    width: 90%;
    padding: 1.5em 1.7em;
}
 .cotrip_wrap_lv a {
    /* font-size: 80%; */
 }
 .cotrip_wrap_lv .cotrip_text_lv p {
    letter-spacing: 1.7px;
    line-height: 1.9em;
    font-size: 2.8vw;
}

/* コラボアイテムを見る */
.jump_btn {
    width: 70%;
}



}

@media (max-width: 540px) {
    #item02 .item01_main {
        width: 80vw;
        overflow: hidden;
        /* height: 112.4vw; */
        background-size: cover;
    }
}


/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop_lv {
	position: relative;
	height: 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	z-index: 10000;
}
.pageTop_lv a {
	position: fixed;
    bottom: 15px;
    right: 20px;
	left: auto;
	display: block;
	width: 80px;
	height: 80px;
	padding-bottom: 10px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10000;
}
@media (min-width: 768px) {
	.pageTop_lv a:hover {
		bottom: 20px;
		opacity: 1.0;
	}
}
@media (max-width: 768px) {
	.pageTop_lv a {
		right: 10px;
		bottom: 25px;
		width: 13vw;
		height: 13vw;
	}
}

/* ---------------------------------

　PC
	
--------------------------------- */
@media screen and (min-width: 769px) {
    #outer #menu-btn, .menu-wrappr {
      display: none;
    }
    #pagetop-btn {
      right: 3vw;
      width: 65px;
      border-radius: 50%;
    }
  }