@charset "UTF-8";
/* 347 2026年ハーバー手帳　*/
.bg347{background-color: #06866f;}
.bg347_in{background-color: #06866f;}
.mv347{margin: auto;position: relative;color: #ffffff;}
.mv347 h2{position: absolute;}
.mv347 .ttl_read{position: absolute;}
.mv347 .date{position: absolute;}

.h2_347{background: linear-gradient(to right, #06866f, #1a4625); color: #ffffff; text-align: center;padding: 30px;}
.h2_347 h2{letter-spacing: 0.1em;margin: 0;}
.h2_347 p{letter-spacing: 0.1em;}

.con347{background-color: #06866f; padding-top: 100px;color: #ffffff;}

.campaign-img-list__img{height: auto;}
.campaign-img-list__img img{height: auto;}
.campaign-img-list__txt{color: #ffffff;}
.campaign-img-list__item .icon_point{text-align: center;margin-bottom: 20px;}
.campaign-img-list__item .icon_point img{width: 65px;}

.illust347{background-color: #f0f1f3;}
.illust347_in{position: relative;}
.illust347_in .come{border-radius: 10px;background-color: #ffffff;position: absolute;}
.illust347_in .come .read{font-size: 24px;color: #135d40;}
.illust347_in .come .name{color: #d64679;font-weight: bold;font-size: 16px;}
.illust347_in .come .txt{font-size: 15px;}

/* ここにSP向けのCSS指定 */
@media (max-width: 768px) {
.bg347_in{background: url("../../../../../images/pages/f-static/campaign/347/347_hdr_bgs.jpg") top center no-repeat;height: 1000px;background-size: 100%;}

.mv347 h2{top: 10vw;}
.mv347 h2 img{width: 70%;}
.mv347 .ttl_read{letter-spacing: 0.1em;margin: auto !important;width: 100%;font-size: 16px;top: 700px;z-index: 1;padding: 0 10px;}
.mv347 .date{width: 100px;left: 20px; top: 500px;}	

.con347{padding-top: 50px;}	
	
.illust347_in{background: url("../../../../../images/pages/f-static/campaign/347/347_con_bgs.jpg") top center no-repeat;z-index: 0;background-size: 100%; align-items: center;height: 750px;width: 100%; margin: 0 auto;}
.illust347_in .come .read{font-size: 18px;}	
.illust347_in .come{padding: 30px;bottom:8vw; width: 90%;margin: 0 5vw;}	
}

/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
.bg347_in{background: url("../../../../../images/pages/f-static/campaign/347/347_hdr_bg.jpg") center center no-repeat;z-index: 0;background-size: cover; align-items: center;height: 950px;max-width: 1600px;margin: 0 auto;}/**/

.mv347{width: 1260px;}
.mv347 h2{left: 100px; top: 150px;}
.mv347 h2 img{width: 400px;}
.mv347 .ttl_read{top: 550px;left: 100px;letter-spacing: 0.1em;}
.mv347 .date{width: 150px;right: 20px; top: 600px;}
	
.illust347_in{background: url("../../../../../images/pages/f-static/campaign/347/347_con_bg.jpg") center center no-repeat;z-index: 0;background-size: cover; align-items: center;height: 700px;max-width: 1500px;margin: 0 auto;}		
.illust347_in .come{padding: 30px;right: 150px;top: 200px;}
	
	

/* バナーエリア */
.bnr__link a{
 transition: 1.0;	
}
.bnr__link a:hover {
  opacity:0.8;
  transition: 0.8;	
}
.bnr__link a:hover img {
  transform: scale(1.02); /* 拡大 */
transition: transform .6s ease;	/* ゆっくり */
}	
	
}

.bnr__link a{
}
.bnr__link a:hover {
}

/*サイズ・位置調節*/

.ls-01{letter-spacing: 0.1em;}
.f60px{font-size: 60px;}

.ctrt{ text-align: center; }
.ctrm{ margin: auto;}
.ctr{text-align: center!important;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}

.yline{/*background:linear-gradient(transparent 90%, #f3ff8f 90%);*/color: #f3ff8f;font-size: 24px;}
.wline{background:linear-gradient(transparent 60%, #ffffff 60%);}

.mt180{margin-top: 180px;}
.w100{width: 100% !important;}
.w90{width: 90% !important;}

/* 買い物ボタン */
.btn_style {
  width: 300px;
  height: 45px;
  background: #444;
  letter-spacing: 0.15em;
  border: 1px solid #444;
  box-sizing: border-box;
  transition: all .3s 0s ease-in-out;
  text-align: center;
  font-size: 15px; }

.btn_style.mini {
  width: 100%;
  height: 45px; }

.btn_style.mini > a,
.btn_style.mini > span {
  font-size: 15px; }

.btn_style.mini > a span,
.btn_style.mini > span span {
  padding-left: 35px; }

.btn_style.off {
  background: #ccc;
  border: 1px solid #ccc; }

.btn_style:not(.btn_style.off):hover {
  background: #fff; }

.btn_style:not(.btn_style.off):hover > a,
.btn_style:not(.btn_style.off):hover > span {
  color: #444; }

.btn_style > a,
.btn_style > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 17px; }

.btn_style > a span,
.btn_style > span span {
  position: relative;
  padding-left: 40px;
  text-align: center; }

.btn_style > a span:before,
.btn_style > span span:before {
  display: block;
  content: '';
  width: 23px;
  height: 17px;
  background: url("/assets/images/pages/f-static/campaign/icon_cart.png") left top no-repeat;
  background-size: 23px 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0); }

.btn_style:not(.btn_style.off):hover > a span:before,
.btn_style:not(.btn_style.off):hover > span span:before {
  background: url("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
  background-size: 23px 17px; }




/* 買い物かご */

.specbox {
	margin: auto;
  width: 100%;
  margin-left: 0px;
  position: relative; background-color: #f6f6f6;padding: 10px 25px 30px 25px;}
  .specbox .name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.11em;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.5;
    text-align: center; }
  .specbox .spec {
    font-size: 12px;
    letter-spacing: 0.11em;
    font-weight: 500; }

  .specbox .limit {
    font-size: 14px;
    letter-spacing: 0.1em;
    border: solid 1px #ff3366;/**/
    padding: 2px 7px;
    color: #ff3366; 
background-color: #ffffff;
}

  .specbox .limit_red {
    font-size: 14px;
    letter-spacing: 0.1em;
	  background-color: #cb2e60;
    border: solid 1px #cb2e60;/**/	  
    padding: 2px 7px;
    color: #ffffff; 
/*background-color: #b6929c;*/
}

  .specbox .price {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center; }
  .specbox .psmall {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em; }




/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {	

	
/* 買い物かご */
	
  .specbox {
    width: 100%;
    margin-left: 0px;
    position: relative; }
    .specbox .name {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.10em;
      margin-bottom: 5px;
      margin-top: 5px;
      text-align: left; }
    .specbox .spec {
      font-size: 13px;
      letter-spacing: 0.13em; }
	
    /*.specbox .limit {
      font-size: 15px;
      letter-spacing: 0.13em;
      border: solid 1px #48bec5;
      padding: 2px 5px;
      color: #ffffff; }*/
	
    .specbox .price {
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-top: 0px;
      text-align: left;
      　margin-bottom: 20px;
      /*margin-left: 140px;*/ }
    .specbox .psmall {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.1em; }	

  .btn_wrap {
    position: absolute;
    width: 290px;
    right: 35px;
    bottom: 25px;
    box-sizing: border-box; }	
.sponly{
	display:none!important;
}
	}




/* ここにSP向けのCSS指定 */
@media (max-width: 768px) {
.specbox {padding-top: 25px !important;}	
  .specbox .name {
    line-height: 1.3 !important;
 }
  .specbox .spec {
    font-size: 12px;
    letter-spacing: 0em;
    font-weight: 500; }	
  .specbox .psmall {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.1em; }
	
.specbox .price_off{line-height: 1.7em;}
	
.specbox {
  width: 100%;}	
	
  .btn_wrap {
    margin-top: 10px;
    width: 90%;
    margin-left: 5%; }	
	
	
 /* 買い物ボタン */
	
  .btn_style {
    height: 13vw;
    width: 100%; }
    .btn_style .mini {
      height: 12vw; }
      .btn_style .mini > a, .btn_style .mini > span {
        font-size: 0.9rem; }
      .btn_style .mini > a span, .btn_style .mini > span span {
        padding-left: 40px; }
    .btn_style > a, .btn_style > span {
      font-size: 0.9rem; }
    .btn_style > a span, .btn_style > span span {
      padding-left: 32px; }
    .btn_style > a span:before, .btn_style > span span:before {
      width: 20px;
      height: 15px;
      background: url("/assets/images/pages/f-static/campaign/icon_cart.png") left top no-repeat;
      background-size: 20px 15px; }

  .btn_style:not(.btn_style.off):hover > a span:before,
  .btn_style:not(.btn_style.off):hover > span span:before {
    background: url("/assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
    background-size: 20px 15px; }	
.pconly{
	display:none !important;
}	
	}
