@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	overflow-x: unset;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner ul{
margin-bottom: 0;
margin-left:0;
}


#novelty_suggestion {
	width: unset;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	color: #000;
}
#novelty_suggestion img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#novelty_suggestion p {
	font-size: 1em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#novelty_suggestion .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
#novelty_suggestion h1, #novelty_suggestion h2, #novelty_suggestion h4, #novelty_suggestion h5 {
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#novelty_suggestion h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#novelty_suggestion h1 {
	font-size: 3em;
	line-height: 130%;
	letter-spacing: 0.5px;
	margin:50px auto;
}

#novelty_suggestion h1 span{
	font-size: 0.55em;
	}


#novelty_suggestion h2 img{
	width:45%!important;
	margin:60px auto 10px;
}


#novelty_suggestion h2 {
	font-size: 1.65em;
	line-height: 180%;
	margin: 0 auto 0px;
	text-align: center;
	letter-spacing: 0.06em;
}
#novelty_suggestion h2 span {
	font-size: 1.1em;
}
#novelty_suggestion .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}
#novelty_suggestion p.main_text{
	width: 100%!important;
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#novelty_suggestion p.main_text span{
font-size:1.2em;
color:#0abab5;
font-weight: bold;
line-height: 180%;
border-bottom: 1px solid black;
}

#novelty_suggestion .categorylist {
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
justify-content: center;

}
#novelty_suggestion section.category {
  margin: 15px auto;
  width: 95%;
  max-width: 800px;
}
#novelty_suggestion .categorylist div {
  flex-basis: calc(100% / 2 - 1%);
  padding: 1%;
}
#novelty_suggestion .categorylist div.box {
  font-weight: 500;
}
#novelty_suggestion .categorylist div a {
  color: #000;
  display: block;
  padding:1em 1em;
  text-align: center;
  font-size: 1.2em;
  background-color: #48d1cc;	
  text-decoration: none;
border-radius: 7px;
}
#novelty_suggestion .categorylist div a:hover {
  color: #48d1cc;
  display: block;
  background-color: #fff;
   border: 2px solid  #48d1cc;

}





/* ========================================
   Norton SET ITEM LINE UP
======================================== */

#novelty_suggestion .norton-set {
  width: 100%;
  padding: 80px 0;
  background: #e2e2e2;
}

#novelty_suggestion .norton-set__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}


/* ----------------------------------------
   Heading
---------------------------------------- */

#novelty_suggestion .norton-set__heading {
  margin-bottom: 45px;
  text-align: center;
}

#novelty_suggestion .norton-set__heading-en {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 55px;
  font-family: Arial, sans-serif;
  font-size: 28px!important;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
	text-align: center;
}

#novelty_suggestion .norton-set__heading-en::before,
#novelty_suggestion .norton-set__heading-en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 1px;
  background: #222;
}

#novelty_suggestion .norton-set__heading-en::before {
  left: 0;
}

#novelty_suggestion .norton-set__heading-en::after {
  right: 0;
}

#novelty_suggestion .norton-set__heading-jp {
  margin: 8px 0 0;
  font-size: 13px!important;
  letter-spacing: 0.08em;
	text-align: center;
}


#novelty_suggestion .norton-set-card--reverse .norton-set-card__model {
    order: 2;
  }

#novelty_suggestion .norton-set-card--reverse .norton-set-card__content {
    order: 1;
  }

#novelty_suggestion .norton-style-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
      height:100%;
}

#novelty_suggestion .norton-style-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
	 height:100%;
}

#novelty_suggestion .norton-style-slider__item:first-child {
  position: relative;
}

#novelty_suggestion .norton-style-slider__item.is-active {
  opacity: 1;
	 height:100%;
}

#novelty_suggestion .norton-style-slider__item img {
  display: block;
  width: 100%;
  height: auto;

      object-fit:cover;
}


/* ----------------------------------------
   Set List
---------------------------------------- */

#novelty_suggestion .norton-set__list {
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 50px;
}





/* ----------------------------------------
   Set Card
---------------------------------------- */

#novelty_suggestion .norton-set-card {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 300px;
  border: 1px solid #000;
  /*background: #fff;*/
  box-sizing: border-box;
align-items: stretch;
}


/* ----------------------------------------
   Model Image
---------------------------------------- */

#novelty_suggestion .norton-set-card__model {
  position: relative;
  overflow: hidden;
display:flex;
}

#novelty_suggestion .norton-set-card__model img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#novelty_suggestion .norton-set-card__number {
  position: absolute;
  top: 0px;
  left:0px;
  z-index: 2;
	color: #ffffff;
    background: #59604c;
    padding: 1%;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}


/* ----------------------------------------
   Card Content
---------------------------------------- */

#novelty_suggestion .norton-set-card__content {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 18px;
  box-sizing: border-box;
	background: #e2e2e2;
}


/* ----------------------------------------
   Product Images
---------------------------------------- */

#novelty_suggestion .norton-set-card__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /*height: 105px;*/
  margin-bottom: 12px;
}

#novelty_suggestion .norton-set-card__item {
  display: block;
  width: 50%;
  /*height: 100%;*/
}

#novelty_suggestion .norton-set-card__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#novelty_suggestion .norton-set-card__plus {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
}


/* ----------------------------------------
   Set Information
---------------------------------------- */

#novelty_suggestion .norton-set-card__info {
  text-align: left;
}

#novelty_suggestion .norton-set-card__title {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.4;
}

#novelty_suggestion .norton-set-card__title-jp {
  margin: 3px 0 0;
  font-size: 14px!important;
  letter-spacing: 0.05em;
}

#novelty_suggestion .norton-set-card__price {
  margin: 12px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 25px!important;
  font-weight: 600;
  letter-spacing: 0.03em;
}

#novelty_suggestion .norton-set-card__price span {
  font-size: 12px;
  font-weight: normal;
}


/* ----------------------------------------
   Novelty
---------------------------------------- */

#novelty_suggestion .norton-set-card__novelty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 6px 8px;
  box-sizing: border-box;
  background: #59604c;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

#novelty_suggestion .norton-set-card__novelty span {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
}


/* ----------------------------------------
   Product Buttons
---------------------------------------- */

#novelty_suggestion .norton-set-card__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  /*margin-top: auto;*/
  padding-top: 15px;
}

#novelty_suggestion .norton-set-card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  font-size: 15px;
font-weight: bold;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}

#novelty_suggestion .norton-set-card__button span {
  margin-left: 5px;
  font-size: 12px;
}

#novelty_suggestion .norton-set-card__button:hover {
  background-color: #f5f5f5;
}


/* ========================================
   HOW TO GET NOVELTY
======================================== */

#novelty_suggestion .norton-howto {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}

#novelty_suggestion .norton-howto__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}


/* ---------- heading ---------- */

#novelty_suggestion .norton-howto__heading {
  margin-bottom: 35px;
  text-align: center;
}

#novelty_suggestion .norton-howto__heading-en {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 45px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
	text-align: center;
}

#novelty_suggestion .norton-howto__heading-en::before,
#novelty_suggestion .norton-howto__heading-en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #222;
}

#novelty_suggestion .norton-howto__heading-en::before {
  left: 0;
}

#novelty_suggestion .norton-howto__heading-en::after {
  right: 0;
}

#novelty_suggestion .norton-howto__heading-jp {
  margin: 4px 0 0;
  font-size: 10px;
  letter-spacing: .08em;
	text-align: center;
}


/* ---------- steps ---------- */

#novelty_suggestion .norton-howto__steps {
  display: flex;
  width: 100%;
}

#novelty_suggestion .norton-howto__step {
  position: relative;
  flex: 1;
  min-width: 0;
  text-align: center;
  box-sizing: border-box;
}


/* ---------- separator ---------- */

#novelty_suggestion .norton-howto__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 100px;
  background: #ddd;
}


/* ---------- number ---------- */

#novelty_suggestion .norton-howto__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
}

#novelty_suggestion .norton-howto__number span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
}


/* ---------- icon ---------- */

#novelty_suggestion .norton-howto__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 25px;
}


/* bag icon */

#novelty_suggestion .norton-howto__bag {
  position: relative;
  display: block;
  width: 26px;
  height: 28px;
  border: 2px solid #222;
  border-radius: 3px 3px 5px 5px;
  box-sizing: border-box;
}

#novelty_suggestion .norton-howto__bag::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 5px;
  width: 12px;
  height: 10px;
  border: 2px solid #222;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}


/* yen icon */

#novelty_suggestion .norton-howto__yen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #222;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  box-sizing: border-box;
}


/* key icon */

#novelty_suggestion .norton-howto__key {
  position: relative;
  display: block;
  width: 35px;
  height: 16px;
  border: 2px solid #222;
  border-radius: 10px;
  transform: rotate(-40deg);
  box-sizing: border-box;
}

#novelty_suggestion .norton-howto__key::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  width: 10px;
  height: 8px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}


/* ---------- text ---------- */

#novelty_suggestion .norton-howto__text {
  margin: 0;
  font-size: 15px!important;
text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .03em;
}

#novelty_suggestion section {
	width: 100%;
	max-width: 800px;
}
#novelty_suggestion section.main{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 100px auto;
}
#novelty_suggestion p.itemname {
	width: 100%;
	line-height: 200%;
}
#novelty_suggestion p.price {
	width: 100%;
	display: block;
	font-size: 1.1em!important;
}
#novelty_suggestion p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#novelty_suggestion section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#novelty_suggestion section.main.itembox p {
	text-align: center;
}
#novelty_suggestion section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#novelty_suggestion section.main p.itemname {
	font-size: 0.90em!important;
}

#novelty_suggestion section.item2,
#novelty_suggestion section.item{
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

#novelty_suggestion section.item img{
	width: 80%!important;
	outline: 8px solid black;
}
#novelty_suggestion section.item img.yellow{
	outline: 8px solid #e0b531;
}
#novelty_suggestion section.item img.gold{
	outline: 8px solid #dbbd59;
}
#novelty_suggestion section.item img.grey{
	outline: 8px solid #595757;
}

#novelty_suggestion section.item2 .flex div {
	flex-basis: 50%;
	padding: 0.5%;
}

#novelty_suggestion section.item .flex div {
	flex-basis: 100%;
}

#novelty_suggestion p.itemname2 {
	font-size: 1.2em!important;
	margin: 20px auto 10px!important;
	font-weight: 600;
	text-align: center;
}

#novelty_suggestion p.price2 {
	font-size: 1.5em!important;
	text-align: center;
	margin: 10px auto!important;
}

#novelty_suggestion p.price2 span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#novelty_suggestion .main_text span.big{
	font-size: 1.3em!important;
	color: #4682b4!important;
	font-weight:bold!important;
	line-height: 180%!important;
	}


#novelty_suggestion section.main .doubleimage {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}

#novelty_suggestion section.main .doubleimage div {
	flex-basis: 50%;
	padding:0.5%;
}

#novelty_suggestion .plus_icon{
    width:100%;
    text-align:center;
    font-size:70px;
    line-height:1;
    margin:20px 0;
    font-weight:bold;
}

#novelty_suggestion .balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2%;
  min-width: 120px;
  max-width: 85%;
  color: #000;
  font-size: 16px;
  background: #f0f0f0;
}

#novelty_suggestion .balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f0f0f0;
}

#novelty_suggestion .balloon1-top p,
#novelty_suggestion .balloon2-top p{
  margin: 0;
  padding: 0;
	text-align: left;
}


#novelty_suggestion .balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2%;
  min-width: 120px;
  max-width: 85%;
  color: #000;
  font-size: 16px;
  background: #ffe79e;
}

#novelty_suggestion .balloon2-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffe79e;
}





/* 購入ボタン */

#novelty_suggestion .buy a,
#novelty_suggestion .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#novelty_suggestion .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#novelty_suggestion .buy2 {
	display: block;
	width: 100%;
	max-width: 120px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	border-radius: 8px;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto 35px;
}
#novelty_suggestion .buy2:hover {
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#novelty_suggestion p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: black;
	color: white;
	border-radius: 8px;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0px auto 60px;
	text-decoration: none;
}

#novelty_suggestion p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}





/* 回遊リンク */

#novelty_suggestion .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#novelty_suggestion .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#novelty_suggestion .Banner4 ul {
	display: inline;
}
#novelty_suggestion .Banner4 ul li {
	display: inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
	.pc_none {
		display: none!important;
	}
	/* ヘッダー・フッターの崩れを直す */
	#news_detail .detail {
		width: 100%!important;
	}
	#news_detail .detail .head {
		width: 1000px!important;
		margin: 0 auto 50px!important;
	}
	#news_detail .detail .content p:first-child {
		margin: 0 auto;
		max-width: 1000px!important;
	}
	#topicpath {
		width: 1168px;
		margin: 0 auto;
	}
	.paging {
		width: 1000px;
		margin: 0 auto;
	}
	.item_category_links {
		width: 1168px;
		margin: 100px auto 0;
	}
}
@media screen and (max-width:748px) {
	.sp_none {
		display: none;
	}
	#novelty_suggestion h1 {
		font-size: 6.2vw;
		line-height: 140%;
		margin: 8vw auto;
	}
	
	#novelty_suggestion h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}
		
	#novelty_suggestion h1 span {
		font-size: 3.5vw;
	}
	#novelty_suggestion h2 {
		font-size: 3.5vw;
		text-align: center;
		letter-spacing: 0.06em;
	}
		
	
	#novelty_suggestion h3 {
		font-size: 3.8vw;
		color: black;
	}
	#novelty_suggestion p, #novelty_suggestion div {
		font-size: 3.5vw!important;
		line-height: 180%;
	}
	#novelty_suggestion p.main_text {
		display: block!important;
		margin: 7.5vw auto 8.25vw!important;
		text-align: left;
		width:95%!important;
	}

	
	#novelty_suggestion section {
		margin: 8.375vw auto;
	}
	
	#novelty_suggestion section.item2
	 {
	   margin: 0vw auto 0vw;
	}
		
    #novelty_suggestion section.item2 .flex div {
	   flex-basis: 50%;
	   padding: 0.5%;
	}
	

		
	#novelty_suggestion section.main{
		margin: 5vw auto;
	}	

	#novelty_suggestion p.price {
		font-size: 3.5vw!important;
		line-height: 110%;
	}
		
	#novelty_suggestion .buy2{
        max-width:80px;
		padding:8px 0;
    }
	

	
	#novelty_suggestion section.main .doubleimage div {
	flex-basis: 50%;
	padding:0.5%;
}
	
#novelty_suggestion p.itemname2{
	font-size: 3.5vw!important;
}	
	
#novelty_suggestion p.price2 {
	font-size: 4vw!important;
}

#novelty_suggestion p.price2 span {
	font-size: 4.2vw!important;
}
	
	#novelty_suggestion p.other a {
	display: block;
	width: 75%;
	margin: 0px auto 20vw;
}
	
	  #novelty_suggestion .categorylist div a {
    font-size: 3.2vw;
  }
  #novelty_suggestion .categorylist div {
    flex-basis: calc(100% /2 - 1%);
    padding: 1%;
  }
	


  /* ========================================
     Norton SET ITEM LINE UP - SP
  ======================================== */

  #novelty_suggestion .norton-set {
    width: 100%;
    padding: 12vw 4vw;
    background: #e2e2e2;
  }

  #novelty_suggestion .norton-set__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }


  /* ----------------------------------------
     Heading
  ---------------------------------------- */

  #novelty_suggestion .norton-set__heading {
    margin-bottom: 9vw;
  }

  #novelty_suggestion .norton-set__heading-en {
    padding: 0 9vw;
    font-size: 6vw !important;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }

  #novelty_suggestion .norton-set__heading-en::before,
  #novelty_suggestion .norton-set__heading-en::after {
    width: 8vw;
  }

  #novelty_suggestion .norton-set__heading-jp {
    margin-top: 2vw;
    font-size: 3vw !important;
    line-height: 1.5;
  }


  /* ----------------------------------------
     Set List
  ---------------------------------------- */

  #novelty_suggestion .norton-set__list {
    display: grid;
    /*grid-template-columns: 1fr;*/
    gap: 15vw;
    width: 100%;
  }


  /* ----------------------------------------
     Set Card
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card {
    display: block;
    width: 100%;
    min-height: 0;
    border: 1px solid #000;
    background: #e2e2e2;
  }


  /* ----------------------------------------
     Model
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__model {
    width: 100%;
    height: auto;
    /*aspect-ratio: 4 / 3;*/
    overflow: hidden;
  }

  #novelty_suggestion .norton-set-card__model img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #novelty_suggestion .norton-set-card__number {
    top: 0;
    left: 0;
    padding: 1.5vw 2vw;
    font-size: 4.2vw;
    line-height: 1.2;
  }


  /* ----------------------------------------
     Card Content
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__content {
    display: block;
    width: 100%;
    padding: 5vw 4vw 4vw;
    background: #e2e2e2;
  }


  /* ----------------------------------------
     Product Images
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    width: 100%;
    height: auto;
    margin: 0 0 4vw;
  }

  #novelty_suggestion .norton-set-card__item {
    display: block;
    width: 40%;
    height: auto;
  }

  #novelty_suggestion .norton-set-card__item img {
    display: block;
    width: 100%;
    height: auto;
   /* max-height: 32vw;*/
    object-fit: contain;
  }

  #novelty_suggestion .norton-set-card__plus {
    flex-shrink: 0;
    font-size: 5vw;
    line-height: 1;
  }


  /* ----------------------------------------
     Set Information
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__info {
    width: 100%;
    text-align: left;
  }

  #novelty_suggestion .norton-set-card__title {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 3.5vw !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }

  #novelty_suggestion .norton-set-card__title-jp {
    margin: 4.5vw 0 0!important;
    font-size: 3.5vw !important;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  #novelty_suggestion .norton-set-card__price {
    margin: 3vw 0 4vw;
    font-family: Arial, sans-serif;
    font-size: 6vw !important;
    font-weight: 600;
    line-height: 1.2;
  }

  #novelty_suggestion .norton-set-card__price span {
    font-size: 2.8vw;
    font-weight: normal;
  }


  /* ----------------------------------------
     Novelty
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__novelty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    margin-top: 4vw;
    padding: 3vw 2vw;
    background: #59604c;
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 4vw !important;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }

  #novelty_suggestion .norton-set-card__novelty span {
    margin-right: 1vw;
    margin-bottom: 0;
    font-size: 3vw !important;
    font-weight: normal;
    letter-spacing: 0.03em;
  }


  /* ----------------------------------------
     Product Buttons
  ---------------------------------------- */

  #novelty_suggestion .norton-set-card__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    width: 100%;
    margin-top: 4vw;
    padding-top: 0;
  }

  #novelty_suggestion .norton-set-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 11vw;
    padding: 2vw 2.5vw;
    border: 1px solid #000;
    background: #e2e2e2;
    color: #222;
    font-size: 3.1vw !important;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  #novelty_suggestion .norton-set-card__button span {
    margin-left: 1vw;
    font-size: 3.5vw;
  }
	
/* ========================================
   SMARTPHONE
======================================== */


  #novelty_suggestion .norton-howto {
    width: 100%;
    padding: 10vw 4vw;
  }

  #novelty_suggestion .norton-howto__inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }


  /* ---------- heading ---------- */

  #novelty_suggestion .norton-howto__heading {
    margin-bottom: 7vw;
  }

  #novelty_suggestion .norton-howto__heading-en {
    padding: 0 8vw;
    font-size: 5vw !important;
    letter-spacing: .1em;
    line-height: 1.3;
  }

  #novelty_suggestion .norton-howto__heading-en::before,
  #novelty_suggestion .norton-howto__heading-en::after {
    width: 6vw;
  }

  #novelty_suggestion .norton-howto__heading-jp {
    margin-top: 1.5vw;
    font-size: 2.8vw !important;
    line-height: 1.4;
  }


  /* ---------- steps ---------- */

  #novelty_suggestion .norton-howto__steps {
    display: flex;
    width: 100%;
  }

  #novelty_suggestion .norton-howto__step {
    flex: 1;
    width: 33.333%;
  }


  /* ---------- separator ---------- */

  #novelty_suggestion .norton-howto__step:not(:last-child)::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 24vw;
    background: #ddd;
  }


  /* ---------- number ---------- */

  #novelty_suggestion .norton-howto__number {
    width: 10vw;
    height: 10vw;
    margin-bottom: 2.5vw;
  }

  #novelty_suggestion .norton-howto__number span {
    font-size: 3.5vw;
  }


  /* ---------- icon ---------- */

  #novelty_suggestion .norton-howto__icon {
    height: 12vw;
    margin: 5vw auto;
  }


  /* bag */

  #novelty_suggestion .norton-howto__bag {
    width: 6vw;
    height: 7vw;
    border-width: 1.5px;
  }

  #novelty_suggestion .norton-howto__bag::before {
    top: -2.5vw;
    left: 1.2vw;
    width: 3vw;
    height: 2.5vw;
    border-width: 1.5px;
    border-bottom: none;
  }


  /* yen */

  #novelty_suggestion .norton-howto__yen {
    width: 10vw;
    height: 10vw;
    border-width: 1.5px;
    font-size: 5vw;
  }


  /* key */

  #novelty_suggestion .norton-howto__key {
    width: 8vw;
    height: 4vw;
    border-width: 1.5px;
  }

  #novelty_suggestion .norton-howto__key::before {
    right: -3vw;
    top: .5vw;
    width: 2.5vw;
    height: 2vw;
    border-width: 1.5px;
  }


  /* ---------- text ---------- */

  #novelty_suggestion .norton-howto__text {
    margin: 0;
    font-size: 2.5vw !important;
    line-height: 1.55;
    letter-spacing: 0;
  }

	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#novelty_suggestion .Banner4 {
		text-align: center;
		width: 100%;
	}
	#novelty_suggestion .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#novelty_suggestion .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	
	.box26 {
    position: relative;
    margin: 3em 2em;
    padding: 1em;
    border: solid 2px black;
    border-radius: 8px;
}


.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 3.5vw;
    background: #FFF;
    color: black;
    font-weight: bold;
}

.box26 p {
   text-align: left;
	}	
	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	#novelty_suggestion .header {
		position: relative;
		height: 110vw;
	}
	#novelty_suggestion .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}