@charset "utf-8";

/* 

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

*/



/*--------------------------------
	　common
--------------------------------*/
.zen {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*R400,B700*/

html {
  /*scroll-behavior: smooth;*/
}

.inner-1180 {
	width:90%;
  max-width: 1180px;
  margin:0 auto;
}
.inner-980 {
	width:90%;
  max-width: 980px;
  margin:0 auto;
}
br.b-980,
br.b-750,
br.b-480 {
  display: none;
}
main {
  overflow-x:clip;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
.img {
  width: 100%;
  height: auto;
  display: block;
}

.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.hover--opacity {
  transition: 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}



/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  background-color: #84141c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ボタンanimation */
.btnshine{
  position: relative;
  outline: none;
  overflow: hidden;
}
.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}
@keyframes shine {
0% {
  left: -75%;
}
50% {
  left: -75%;
}
100% {
  left: 125%;
}
}


/*--------------------------------
	fv
--------------------------------*/
#fv {
	background:url(../imgs/mv_bg.jpg) center top;
	background-size:cover;
}
#fv .mvbg {
	opacity:0;
}
#fv .fv_ttlbk {
	width:50.3vw;
	text-align:center;
	margin:0 auto;
	position:absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index:1;
}
#fv .fv_ttlbk .fv_ttl_in {
	position:relative;
}
#fv .fv_ttlbk .title {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#fv .ttlbg {
	width:50.3vw;
	margin:0 auto;
	position:absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index:0;
	mix-blend-mode: multiply;
}
.mvicon {
	position:absolute;
	z-index:3;
}
.icon_1 {
	width:24%;
	top:13.3%;
	right:calc(100% + 42px);
}
.icon_2 {
	width:14.5%;
	top:8%;
	left:calc(100% + 66px);
}
.icon_3 {
	width:47.8%;
	top: 90%;
	left: -5%;
}


/* ===========
inview
============== */
.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}



.sec__head {
	text-align:center;
}

/*背景付きタイトル*/
.secttl  {
	text-align:center;
}
.secttl .icon  {
	display:block;
}
.rbline .ja {
	color:#fff;
	font-size:40px;
	letter-spacing:0.03em;
	display:inline-block;
	background-color:#AC8037;
	position:relative;
}
.rbline .ja::before,.rbline .ja::after {
	content:"";
	width:57px;
	height:100%;
	aspect-ratio:60 / 79;
	background:url(../imgs/secttl_bg.png) 0 0 no-repeat;
	background-size:auto 100%;
	position:absolute;
	top:0;
}
.rbline .ja::before {
	right:100%;
}
.rbline .ja::after {
	left:100%;
	transform:scale(-1, 1);
}
.mcopy {
	font-size:24px;
	line-height:1.83;
	text-align:center;
	letter-spacing:-0.03em;
	margin-bottom:80px;
}

/*--------------------------------
	collection
--------------------------------*/
#collection {
	padding-top:115px;
	padding-bottom:149px;
	background:#84141C url(../imgs/sec1_bg.jpg) center top -8vw no-repeat;
	background-size: 1780px auto;
}
#collection .secttl {
	margin-bottom:57px;
}
#collection .secttl .icon  {
	max-width:170px;
	width:30%;
	margin:0 auto 39px;
}
#collection .mcopy {
	color:#fff;
}
.collection_ph {
	width:100%;
	max-width:575px;
	margin:0 auto 96px;
}


/*price_item*/
.price_item {
	background-color:rgba(255,255,255,0.85);
	padding:66px;
	border-radius:0 60px 0 60px;
	margin-bottom:123px;
	position:relative;
}
.price_item.last {
	margin-bottom:80px;
}
.price_item .sttl {
	width:100%;
	max-width:350px;
	margin:0 auto 53px;
}
.price_item .item_list {
	display:flex;
	justify-content:space-between;
	gap:20px;
	margin-bottom:51px;
}
.price_item .item_list >* {
	max-width:238px;
}

/*各商品へリンクがあるときは解除・ない場合はaタグごと削除予定*/
.price_item .item_list a { 
	cursor:default;
	pointer-events:none;
}

.price_item .item_img {
	width:100%;
	margin-bottom:17px;
	overflow: hidden;
}
.price_item .item_img img {
	transition: 0.5s;
}
.price_item .item_list >*:hover img {
	    transform: scale(1.1, 1.1);
}

.price_item item_name {
	color:#414141;
	font-size:16px;
}
.price_item .release {
	width:100%;
	max-width:475px;
	margin:0 auto;
}
#collection .note_blk {
	text-align:center;
}
#collection .note_blk .note_txte {
	color:#fff;
	font-size:15px;
	line-height:1.86;
	text-align:left;
	letter-spacing:0.05em;
	display:inline-block;
}
#collection .note_txte span {
	display:inline-block;
}

.bgicon {
	position:absolute;
	z-index:1;
}
.bgicon.icon1 {
	width:38.5vw;
	bottom: 73%;
	left: 75%;
}
.bgicon.icon2 {
	width:15.7vw;
	min-width:130px;
	bottom: 2%;
	left: 93%;
}
.bgicon.icon3 {
	width:32.3vw;
	top: 55%;
	right: 86%;
}
.bgicon.icon4 {
	width:12vw;
	min-width:120px;
	top: 16%;
	right: 92%;
}
.bgicon.icon5 {
	width:32.7vw;
	top: 61%;
	left: 82%;
}
.bgicon.icon6 {
	width:38.5vw;
	bottom: 59%;
	right: 86%;
}
.bgicon.icon7 {
	width:33.8vw;
	top: 46%;
	right: 91%;
}


/*--------------------------------
	campaign
--------------------------------*/
#campaign {
	padding-top:115px;
	padding-bottom:149px;
	background:#d7cec2 url(../imgs/sec2_bg_pattern.png) center top repeat-y;
	background-size: 1784px auto;
}
#campaign .secttl {
	margin-bottom:50px;
}
#campaign .secttl .icon  {
	max-width:420px;
	min-width:250px;
	width:42%;
	margin:0 auto 39px;
}
.camp__content {
	max-width:1010px;
	margin:0 auto;
}
.campaign_item .cap {
	font-size:15px;
	display:block;
	text-align:center;
	padding-top:20px;
}
.campaign_item {
	margin-bottom:83px;
}
.app__blk {
	
}
.toapp {
	color:#fff;
	font-size:28px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:590px;
	height:93px;
	margin:0 auto 83px;
	background-color:#ac8037;
}
.toapp span {
	padding:0 35px;
	position:relative;
}
.toapp span::before,.toapp span::after {
	content:"";
	display:block;
	width:26px;
	height:23px;
	background:url(../imgs/arrow_wh_btm.svg) 0 0 no-repeat;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.toapp span::before {
	left:0;
}
.toapp span::after {
	right:0;
}
.app_link {
	display:flex;
	justify-content:space-between;
	width:100%;
	max-width:616px;
	margin:0 auto;
	gap:20px;
}
.app_link a {
	transition:all 0.3s;
}
.app_link a:hover {
	opacity:0.7;
}
.app_link li.ap1 {
	width:calc((100% - 20px)*.466);
	max-width:242px;
}
.app_link li.ap2 {
	width:calc((100% - 20px)*.533);
	max-width:277px;
}


/*--------------------------------
	jlhokkaido
--------------------------------*/
#jlhokkaido {
	padding-top:132px;
	padding-bottom:176px;
	background:#503a64 url(../imgs/sec3_bg.png) center top no-repeat;
	background-size:100% auto;
}
#jlhokkaido .secttl {
	width:100%;
	max-width:578px;
	min-width:280px;
	margin:0 auto 75.8px;
}
#jlhokkaido .mcopy {
	color:#fff;
	letter-spacing:0.03em;
}

#jlhokkaido .rec_item-list {
	display:flex;
	flex-direction:column;
	gap:120px;
	width:100%;
	max-width:917px;
	margin:0 auto 108px;
}
#jlhokkaido .item_blk {
	display:flex;
	align-items:center;
	gap:40px;
}
#jlhokkaido .rec_item-list li:nth-child(even) .item_blk {
	flex-direction:row-reverse;
}
#jlhokkaido .item_ph {
	width:50%;
	max-width:359px;
	overflow: hidden;
}
#jlhokkaido .item_ph img {
	transition: 0.5s;
}
#jlhokkaido .item_ph:hover img {
	transform: scale(1.1, 1.1);
}
#jlhokkaido .item_ditail {
	color:#fff;
	width:50%;
	max-width:381px;
	margin-left:54px;
}
#jlhokkaido .rec_lavel {
	width:100%;
	max-width:259px;
	margin-bottom:30px;
}
#jlhokkaido .rec_name {
	font-size:23px;
	font-weight:700;
	margin-bottom:23px;
}
#jlhokkaido .rec_note {
	font-size:16px;
	line-height:1.5;
	margin-bottom:9px;
}
#jlhokkaido .rec_price {
	font-size:20px;
	font-weight:500;
	margin-bottom:39px;
}
#jlhokkaido .rec_price.fst {
	margin-bottom:0;
}

#jlhokkaido .rec_price .txt {
	font-size:16px;
	margin-right:7px;
}
#jlhokkaido .rec_price .tax {
	font-size:11px;
}
#jlhokkaido .rec_cap {
	font-size:16px;
	line-height:2;
	max-width:323px;
}
#jlhokkaido .rec_cap.wide_s {
	max-width:300px;
}
#jlhokkaido .rec_cap.wide_l {
	max-width:354px;
}
#jlhokkaido .note_blk {
	text-align:center;
	margin-bottom:55px;
}
#jlhokkaido .note_blk .note_txte {
	color:#fff;
	font-size:15px;
	line-height:1.86;
	text-align:left;
	letter-spacing:0.05em;
	display:inline-block;
	width:100%;
	max-width:502px;
}
#jlhokkaido .note_blk .note_txte span {
	display:inline-block;
}
#jlhokkaido .btn_site {
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	display:table;
	width:100%;
	max-width:590px;
	height:93px;
	background-color:#9396dd;
	margin:0 auto;
	transition:all 0.3s;
	margin-bottom:136px;
}
#jlhokkaido .btn_site:hover {
	opacity:0.8;
}
#jlhokkaido .btn_site span {
	display:table-cell;
	vertical-align:middle;
}


#camp__wrap {
	text-align:center;
	width:95%;
	max-width:1195px;
	margin:0 auto;
}
#camp__wrap .camp_sttl {
	margin-bottom:78px;
}
#camp__wrap .rbline {
	margin-bottom:54px;
}
#camp__wrap .mcopy {
	margin-bottom:122px;
}
#camp__wrap .camp_in {
	width:100%;
	max-width:1010px;
	margin:0 auto;
	position:relative;
}
#camp__wrap .camp_in .camp_icon {
	width:25.3%;
	max-width:255px;
	height:auto;
	position:absolute;
	right:83.6%;
	bottom:69%;
}

/*--------------------------------
	history
--------------------------------*/
#history {
	padding:139px 0 179px;
	background-color:#f5f0f2;
	position:relative;
}
#history::before {
	content:"";
	width:100%;
	height:auto;
	aspect-ratio:138 / 16;
	background:url(../imgs/sec4_bg.png) center bottom no-repeat;
	background-size:100% auto;
	position:absolute;
	bottom:-1px;
	left:50%;
	transform:translateX(-50%);
}
#history .content__wrap {
	display:flex;
	justify-content:space-between;
	gap:20px;
	max-width:1045px;
	margin:0 auto;
	position:relative;
	right:25px;
}
#history .history__head {
	width:calc(47% - 20px);
	max-width:438px;
}
#history .history__head .secttl {
	margin-bottom:110px;
}
#history .history__head .mcopy {
	color:#5d1218;
	font-size:26px;
	line-height:2.46;
	text-align:center;
	width:100%;
	max-width:400px;
}
#history .history__list {
	display:flex;
	flex-direction:column;
	width:53%;
	max-width:552px;
	border-top:1px solid #707070;
}
#history .history__list >* {
	line-height:1.5;
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:109px;
	border-bottom:1px solid #707070;
	padding:10px 0;
}

#history .history_num {
	font-size:16px;
	width:70px;
	padding:0 4px;
}
#history .history_eve {
	font-size:16px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	width:calc(100% - 70px);
	max-width:440px;
}
#history .history_eve p.imgtxt {
	width:calc(63% - 10px);
}
#history .event_img {
	width:37%;
	max-width:161px;
}


/*--------------------------------
	episode
--------------------------------*/
#episode {
	padding:50px 0 100px;
	background-color:#eadfe4;
}
.episode__head .mcopy {
		
	margin-bottom:55px;
	letter-spacing:0.03em;
}
.episode__head .secttl {
	width:90%;
	max-width:574px;
	margin:0 auto 30px;
}
.episode__list {
	max-width:872px;
	margin:0 auto;
}
.episode__item {
	width:260px;
	padding:24px;
	margin:0 15px;
	background-color:#fff;
	border:1px solid #5d1218;
	border-radius:15px;
}
.episode__txt {
	font-size:16px;
	line-height:1.56;
}
.slick-prev, .slick-next {
	width:30px;
	height:60px;
}
.slick-prev {
	left:-72px;
}
.slick-next {
	right:-72px;
}
.slick-prev:before, .slick-next:before {
	content:"";
	display:block;
	width:30px;
	height:60px;
	background:url(../imgs/sec5_arrow.png) 0 0 no-repeat;
	background-size:contain;
}
.slick-prev:before {
	transform:scale(-1, 1);
}


/*--------------------------------
	footer
--------------------------------*/

footer {
  padding-top: 86px;
}

.shop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: solid 1px #707070;
  padding-bottom: 37px;
  margin-bottom: 39px;
}
.shop__left {
  width: 20%;
  color: #002041;
  font-size: 30px;
  font-weight: 600;
}
.shop__right {
  margin-top: 5px;
}
.shopList {
  display: flex;
  gap:37px;
}
.shop_col {
  line-height: 1.5;
}
.shop_col .other_item:not(:last-child) {
	margin-bottom:5px;
}
.shop_col .other_item dt {
	font-weight:400;
}
.shop_col .other_item dd {
	padding-left:1em;
}

.footerBtm {
  display: flex;
  justify-content: space-between;
}
.footerBtm__item {
  width: 31.3%;
  max-width:306px;
}
.footer__text--note {
  font-size: 14px;
  margin-top: 11px;
  position: absolute;
  top: 100%;
}
.footerBtm__title {
  background-color: #84141c;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  font-size: 16px;
}
.footerBtm__sns {
  text-align: center;
  display:flex;
  justify-content:center;
  gap:9%;
}
.footerBtm__snsImg {
width:calc(100% / 3);
  max-width: 63px;
}

.footerBtm__link {
  width: 100%;
}
.news__link  {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}
.footerBtm__banner {
  width: 100%;
}
.footer__copy {
  background-color: #84141c;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 17px 0;
  margin-top: 100px;
}
.bkflex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position:relative;
	gap:15px;
}
.bkflex .empty {
	aspect-ratio:306 / 108;
}
/*.blog_cont {
	height:255px;
	padding:22px;
	overflow-y:auto;
}
.blog_cont ul {
	overflow-y:auto;
}
.blog_cont li {
	padding:10px 0;
	border-bottom:1px dotted #707070;
}
.blog_date {
	font-size:14px;
}
.blog_txt {
	font-size:16px;
	color:#919191;
}*/



@media screen and (min-width: 1780px) {
/*--------------------------------
	campaign
--------------------------------*/
#campaign {
	background-size: 100% auto;
}

}
  


@media screen and (max-width: 1400px) {
  .fv__img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  

}

@media screen and (max-width: 1200px) {
  /*.inner-1180 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }*/




/*--------------------------------
	collection
--------------------------------*/
#collection {
	background-size: 150% auto;
}

/*--------------------------------
	campaign
--------------------------------*/
#campaign {
	/*background-size: 150% auto;*/
}


/*--------------------------------
	history
--------------------------------*/
#history .history__head .mcopy {
    font-size: clamp(20px,2.16vw,26px);
    line-height:2;
}


}

@media screen and (max-width: 1100px) {
.rbline .ja {
	font-size:clamp(24px,3.64vw,40px);
	padding:5px 0;
}

#camp__wrap .camp_in .camp_icon {
    right: auto;
    left:-5%;
    bottom: 69%;
}

/*--------------------------------
	episode
--------------------------------*/
.slick-prev {
	left:-32px;
}
.slick-next {
	right:-32px;
}

/*--------------------------------
	footer
--------------------------------*/
.shop {
    flex-direction:column;
}
.shop__left {
	width:100%;
	margin-bottom:15px;
}
.shop__right {
	width:100%;
    margin-top: 0;
}

@media screen and (max-width: 1050px) {
.n-1050 {
	display:none;
}

}


}

@media screen and (max-width: 960px) {
  br.b-960 {
    display: block;
  }
  br.n-960 {
    display: none;
  }
  

  .price_item {
    padding: min(66px,6.87vw);
  }

/*--------------------------------
	campaign
--------------------------------*/
.campaign_item .cap {
	text-align:left;
	padding-left:1em;
	text-indent:-1em;
}
  

/*--------------------------------
	footer
--------------------------------*/  
  .shop {
    display: block;
  }
  .shop__left {
    margin-bottom: 10px;
    width: 100%;
    font-size: clamp(25px, 4vw, 30px);
  }
  .shopList {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
  .shopList__ul--sapporo,
  .shopList__ul {
    margin-right: 0;
  }
}

@media screen and (max-width: 880px) {
/*--------------------------------
footer
--------------------------------*/
  .shopList {
	flex-direction:column;
	gap:10px;
  }
  .shop_col.flex {
	justify-content:flex-start;
  }


}

@media screen and (max-width: 750px) {
  br.b-750 {
    display: block;
  }
  br.n-750 {
    display: none;
  }


.mcopy {
	font-size:clamp(15px,3.2vw,24px);
	margin-bottom: 10vw;
}
  

.toapp {
	font-size:clamp(15px,3.7vw,28px);
}

/*--------------------------------
fv
--------------------------------*/
#fv {
	height: 100svh;
}
#fv img.img_cvr {
	min-height: 440px;
	aspect-ratio: 585 / 440;
}
#fv .fv_ttlbk {
    width: 80vw;
    max-width: 385px;
}
#fv .ttlbg {
    width: 80vw;
    max-width: 385px;
}
/*.icon_1 {
    top: 9.3%;
    right: 103%;
}*/
.icon_2 {
	width:100%;
	max-width:391px;
    left: 0;
    right:0;
    top:100%;
}

/*--------------------------------
	collection
--------------------------------*/
#collection {
	padding-top:15.3vw;
	padding-bottom:19.8vw;
	
}
.collection_ph {
    margin-bottom:12.8vw;
}
.price_item {
	margin-bottom: 16.4vw;
}
.price_item.last {
    margin-bottom: 10vw;
}


/*--------------------------------
	campaign
--------------------------------*/
#campaign {
    padding-top: 15.3vw;
    padding-bottom: 19.8vw;
}
.campaign_item {
    margin-bottom: 11vw;
}
.toapp {
    margin-bottom: 11vw;
}

/*--------------------------------
jlhokkaido
--------------------------------*/
#jlhokkaido {
    padding-top: 17.6vw;
    padding-bottom: 23.4vw;
}
#jlhokkaido .rec_item-list {
	gap: 16vw;
}
#jlhokkaido .item_ditail {
	margin-left: 0;
}
#jlhokkaido .rec_name {
	font-size:clamp(18px,3.06vw,23px);
	margin-bottom:15px;
}
#jlhokkaido .rec_note {
	font-size:clamp(14px,2.13vw,16px);
}
#jlhokkaido .rec_price {
	font-size:clamp(16px,2.66vw,20px);
	margin-bottom:25px;
}
#jlhokkaido .rec_price .txt {
	font-size:clamp(14px,2.13vw,16px);
}
#jlhokkaido .rec_cap {
	font-size:clamp(14px,2.13vw,16px);
	line-height:1.8;
}
#jlhokkaido .rec_cap.wide_l,#jlhokkaido .rec_cap {
	max-width:100%;
}
#jlhokkaido .note_blk .note_txte {
	font-size:clamp(13px,2vw,15px);
}
#jlhokkaido .btn_site {
	font-size:clamp(16px,2.66vw,20px);
	height:70px;
	margin-bottom:18vw;
}

#camp__wrap .camp_sttl {
	margin-bottom:10vw;
}
#camp__wrap .rbline {
	margin-bottom:7.2vw;
}
#camp__wrap .mcopy {
	margin-bottom:16.2vw;
}


/*--------------------------------
history
--------------------------------*/
#history {
    padding: 18.5vw 0 23.8vw;
}
#history .content__wrap {
	flex-direction:column;
	align-items:center;
	margin:0 auto;
	right:0;
	left:0;
}
#history .history__head {
    width: 100%;
}
#history .history__head .secttl {
	width:80%;
	padding-left:5%;
    margin: 0 auto;
}
#history .history__head .mcopy {
	margin:0 auto;
}
#history .history__list {
    width: 100%;
}
#history .history_eve {
	font-size:clamp(14px,2.13vw,16px);
}

/*--------------------------------
	episode
--------------------------------*/
.episode__txt {
	font-size:clamp(14px,2.13vw,16px);
}
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
.slick-prev, .slick-next {
    width: 20px;
    height: 40px;
}
.slick-prev:before, .slick-next:before {
    width: 20px;
    height: 40px;
}


/*--------------------------------
footer
--------------------------------*/
footer {
    padding-top: 11.4vw;
}
  .footerBtm {
    flex-wrap: wrap;
    align-items:flex-start;
  }
  .bkflex .empty {
	display:none;
}
  .footerBtm__item {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .footer__copy {
    font-size: clamp(12px, 2vw, 16px);
  }

}


@media screen and (max-width: 600px) {

/*--------------------------------
fv
--------------------------------*/
#fv img.img_cvr {
	min-height: auto;
	aspect-ratio: 470 / 440;
}
#fv .fv_ttlbk {
    width: 75vw;
}
#fv .ttlbg {
    width: 75vw;
}
/*.icon_1 {
    width: 24%;
    right: 85%;
}*/
/*.icon_2 {
    left: 100%;
}*/
/*.icon_3 {
    width: 60%;
    top: 95%;
}*/


.bgicon {
	display:none;
}

.rbline .ja {
	font-size:clamp(18px,4vw,24px);
	padding:5px 0;
}

.price_item .item_list {
	flex-wrap:wrap;
	justify-content:center;
	gap:40px 20px;
}
.price_item .item_list >* {
    width: calc((100% - 20px)/2);
}

/*--------------------------------
jlhokkaido
--------------------------------*/
#jlhokkaido .item_blk,
#jlhokkaido .rec_item-list li:nth-child(even) .item_blk {
    display: flex;
    flex-direction:column;
    gap: 30px;
}

#jlhokkaido .item_ditail {
    width: 100%;
}
#jlhokkaido .item_ph {
    width: 100%;
}
#jlhokkaido .rec_price {
    margin-bottom: 20px;
}
.camp_sttl img {
	width: 150%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

/*--------------------------------
history
--------------------------------*/
#history .history__list >* {
    flex-direction:column;
    align-items: flex-start;
    justify-content:start;
    min-height:auto;
}
#history .history_num {
	margin-bottom:10px;
}
#history .history_eve {
    align-items: flex-start;
    width: 100%;
    max-width:100%;
}



}


@media screen and (max-width: 480px) {
  br.b-480 {
    display: block;
  }
  br.n-480 {
    display: none;
  }



/*--------------------------------
footer
--------------------------------*/
  footer {
    padding-top: 50px;
  }
  .footerBtm {
	flex-direction:column;
  }
  .footerBtm__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer__copy {
    margin-top: 50px;
  }
  .rcm__title {
    width: 100%;
  }
  .rcm__title--sub {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 375px) {}