@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* =====================
　　共通、既存カスタマイズ
===================== */

/*  sp_content
------------------------*/

#sp_content {
	font-family: "Yu Gothic", "游ゴシック体","Noto Sans", "Noto Sans JP",-apple-system, "ヒラギノ角ゴ ProN W3", BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Meiryo", sans-serif;
	font-feature-settings: "palt" 1;/* プロポーショナルメトリクスを有効にする指定 */
	color: #333;
  margin-bottom: 70px!important;
	text-align: center;
	letter-spacing: .2em;
	font-weight: 400;
}

/*  テキスト、見出し
------------------------*/
#sp_content p,
#sp_content h1,
#sp_content h2,
#sp_content h3,
#sp_content h4,
#sp_content figcaption {
	margin: 0;
	padding: 0;
	text-align: center;	
	letter-spacing: .2em;
	line-height: 2;
}
#sp_content h1 {
	font-size: 19px;
}
#sp_content h2 {
	font-size: 17px;
	line-height: 1.9;
}
#sp_content p,
#sp_content figcaption {
	font-size: 14px;
	letter-spacing: .18em;
}

/* ルビ */
#sp_content ruby > rt {
	letter-spacing: .05em;
	margin-bottom: .5em;
	padding: 0 .25em 0;
	font-weight: normal;
	text-align: center;
	display: none; /* 一旦非表示中 */
}


/*  freearea
------------------------*/
.freearea {
	margin: 0;
}

/*  figure
------------------------*/
#sp_content figure {
	margin: 0;
}

/*  a
------------------------*/
#sp_content a {
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* android */
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#sp_content a:active {
	color: #777;
	text-decoration: none;
}
#sp_content a.underline {
	text-decoration: underline;
}

/* a  画像フェードインアウト
------------------------*/
#sp_content a:active img {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	opacity: 0.6;
}
#sp_content a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

/*  ul flexbox指定
------------------------*/
#sp_content ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  side_margin
------------------------*/
#sp_content .side_margin {
	margin:0 4vw;
}

/*  区切り線
------------------------*/
#sp_content .content_line_wrap {
	margin-top: 40px;
	padding-top: 10px;
}
.content_line_wrap:before {
  background: url(../img/line_smp.jpg) repeat;
  content: "";
  display: block;
  width: 92vw;
  height: 7px;
  background-size: contain;
  margin: 0 auto 35px;
  opacity: 0.6;
}

/*  スライド
------------------------*/
#sp_content .slide_show {
	margin: 0 auto;
	position: relative;
}
#sp_content .slide_show img {
	position: absolute;
	top: 0;
	left: 0;
}

/*  フェードインアニメーション
------------------------*/
#sp_content .sa {
	opacity: 0;
	transition: all 1.6s ease;
}
#sp_content .sa.show {
	opacity: 1;
	transform: none;
}


/*  ボタン
------------------------*/
.btn_transition {
	position: relative;
	width: 76%;
	margin: 40px 12% 0;
}
#sp_content .btn_transition a {
	line-height: 4em;
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	font-size: 13.5px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 6px;
	color: #444!important;
	text-decoration: none;
}
.btn_transition a:active {
	border: 1px solid #999;
	color: #999!important;
	background-color:#f2f2f2;
}

/* 右向き */
.btn_transition.btn_arrow_right a:after {
	position: absolute;
	content: "";
	background: url(../img/ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	top: 1.75em;
	right: 1.5em;
}

/* 右向き */
.btn_transition.btn_arrow_left a:after {
	position: absolute;
	content: "";
	background: url(../img/ico_arrow_left.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	top: 1.75em;
	left: 2em;
}

/*  パ文章中の改行（見た目用の改行）
------------------------*/
span.new_line::after,
span.new_line_smp::after {
	content: "\A";  /* 改行を挿入 */
	white-space: pre-line; /* 改行を有効にする */
	/*display: block;*/
}

/*  閲覧履歴レコメンド非表示
------------------------*/
#fsrecommenddiv7 {
	display: none;
}

/*  スクリーンリーダーには読ませたいが、画面上では非表示にしたい要素
------------------------*/
#sp_content .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  サブカテ非表示
------------------------*/
#pi_s_cat_up {
	display: none;
}


/* =====================
　　特集TOP
===================== */

/*  紙の紹介メニュー
------------------------*/
#sp_content .paper_menu ul {
	margin-top: 30px;
}
.paper_menu li {
	width: calc(100vw - 8vw);
	margin-top: 20px;
}
.paper_menu li:first-child {
	margin-top: 0;
}
.paper_menu li a {
	display: flex;
  width: 100%; /* リストの幅いっぱいに広げる */
  align-items: center; /* 縦方向の中央揃え */
	text-decoration: none;
}
.paper_menu li img {
	width: 25vw;
	height: auto;
	margin-right: 3vw;
	border: 2vw solid #fff;
	border-radius: 50%;
}
.paper_menu  li a:active img {
	border-color: #FAE8DD;
	background-color: #FAE8DD;
}
.paper_menu li .text_content {
  display: flex;
  flex-direction: column; /* h3とpを縦に並べる */
}
#sp_content .paper_menu li h3,
#sp_content .paper_menu li p {
	width: calc(100vw - 8vw - 25vw - 4vw - 3vw - 2vw);
	text-align: left;
}
#sp_content .paper_menu li h3 {
	font-size: 15px;
}
#sp_content .paper_menu li h3:after {
	content: "";
	background: url(../img/ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	display: inline-block;
  margin-left: .5em;
}
#sp_content .paper_menu li p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 6px;
}

/*  紙製品
------------------------*/
#sp_content .paper_item_category ul {
	margin-top: 40px;
}
#sp_content .paper_item_category ul li  {
	width: calc((100vw - (4vw * 2 + 1vw * 3)) / 4);	
	margin-right: 1vw;
}
#sp_content .paper_item_category ul li:nth-child(4n) {
	margin-right: 0;
}
#sp_content .paper_item_category ul li:nth-child(n+5) {
	margin-top: 20px;
}
#sp_content .paper_item_category ul li a {
	text-decoration: none;
}
#sp_content .paper_item_category ul li img {
	width: 90%;
	margin: 0 5%;
}
#sp_content .paper_item_category ul li p {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 5px;
}

/* インスタ紹介 */
.insta_info {
	text-align: center;
	margin-top: -10px;
	margin-bottom: -5px;
}
#sp_content .insta_info p {
	font-size: 14px;
}
a.insta_info_btn{
  padding: 0.5em;
  margin: 0 auto 0 -15px;
  display: inline-block;
  font-weight: bold;
  font-size:15px;
	text-decoration: none;
}
a.insta_info_btn:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 15px 0 0;
  background: url("/sp/paper/img/Instagram_Glyph_Gradient.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sp_content a.insta_info_btn:active {
	opacity: .5;
}

/* =====================
　　特集TOP・各紙ページ
===================== */

/*  上階層へのリンク
------------------------*/
.previous_page {
	text-align: left;
	margin-bottom: 5px;
}
.previous_page a {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
  display: inline-block;
	text-decoration: none;
}
.previous_page a:before {
	content: "";
	background: url(../img/ico_arrow_left.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	display: inline-block;
  margin-right: .8em;
}

/*  メイン
------------------------*/
#sp_main img.main_img {
	width: 100%;
}
#sp_main h1 {
	margin: 34px 0 0;
	font-weight: bold;
	line-height: 1.8;
	/*letter-spacing: .26em;*/
}
#sp_main p {
	margin-top: 25px;
	font-size: 15px;
}

/* スライドカスタマイズ */
#sp_main .slide_show {
	height: 58.139vw;
	overflow: hidden;
	margin: 0;
}
#sp_content #sp_main .slide_show img {
	display: none;
	width: 100%!important;
	max-width: 100%!important;
}

/*  特徴紹介
------------------------*/
#sp_content .paper_feature  {
	margin-top: 50px;
}
#sp_content .paper_feature figure {
	margin: 35px 4vw 0 4vw;
}
#sp_content .paper_feature figcaption {
	margin-top: 20px;
}
#sp_content .paper_feature figcaption h3 {
	margin: 0 0 .5em ;
	display: block;
	font-size: 14px;
}
#sp_content .paper_feature figcaption span.notice {
	font-size: 12px;
	font-weight: bold;
	display: block;
  margin-top: 2em;
}
/* dl */
#sp_content .paper_feature figcaption dl {
	display: grid;
	text-align: left;
  grid-template-columns: 4.5em 1fr;
  row-gap: 0.5em;
	line-height: 1.7;
	margin: 1em 1em 0;
}
#sp_content .paper_feature figcaption dl dd {
	margin: 0;
	font-size: 13px;
}
#sp_content .paper_feature figcaption dl + span.notice {
	font-weight: normal;
	margin-top: 1em;
}

/*  使用製品
------------------------*/
#sp_content #paper_item ul {
	margin-top: 40px;
}
#paper_item ul li {
	width: calc((92vw - 10vw) / 3);
	margin-right: 5vw;
}
#paper_item ul li:last-child {
	margin-right: 0;
}
#paper_item p {
	font-size: 12px;
	font-weight: bold;
	margin-top: .8em;
	line-height: 1.65;
}
#paper_item a {
	text-decoration: none;
}

/*  お試し製品
------------------------*/
#item_otameshi {
	text-align: center;
}
#item_otameshi p {
	margin-top: 30px;
}
#item_otameshi p strong {
	font-size: 15px;
}
a.item_otameshi_img {
	width: 84%;
	display: inline-block;
	margin-top: 30px;
}
a.item_otameshi_img img {
	width: 100%;
}


/*  回遊ナビ
------------------------*/
#sp_content #under_nav ul {
	margin-top: 30px;
}
#under_nav ul li {
	width: calc(92vw / 4);
}
#under_nav ul li:nth-child(5) {
	margin-left: calc((92vw - (92vw / 4 * 3)) / 2);
}
#under_nav ul li:nth-child(n+5) {
	margin-top: 20px;
}
#under_nav ul li a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

#under_nav ul li img {
	width: calc(100% - 3vw) ;
	border: 1.5vw solid #fff;
	border-radius: 50%;
}
#under_nav ul li p {
	width: calc(100% - 3vw) ;
	padding: 0 1.5vw;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.6;
}
#under_nav ul li a:active img {
	border-color: #FAE8DD;
	background-color: #FAE8DD;
}
/* act（表示中ページ） */
#under_nav ul li.act img,
#under_nav ul li.act a:active img {
	opacity: .5;
	border-color: #fff;
	background-color: #fff;
}
#under_nav ul li.act a p,
#under_nav ul li.act a:active p {
	color: #ccc;
	opacity: 1;
}


/*  備考リンク
------------------------*/
#sp_content #notes p {
	font-size: 10px;
}
#sp_content #notes a {
	text-decoration: none;
}
#sp_content #notes a span {
	text-decoration: underline;
	font-size: 9px;
}


/* =====================
　　配下各カテゴリ
===================== */

#sp_content #cate_wrap .main_img {
	width: 100vw;
}

#sp_content #cate_wrap {
	margin-bottom:-30px;
}
#sp_content .cate_side_margin {
	margin: 0 10px;
}
#sp_content #cate_wrap h1 {
	font-size: 15px;
	text-align: left;
	margin-top: 18px;
}
#sp_content #cate_wrap p {
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
}

/* 備考 */
#sp_content #cate_wrap p.notes {
	font-size: 9px;
	margin-top: 20px;
	color: #666;
}
#sp_content #cate_wrap p.notes a {
	text-decoration: underline;
	color: #666;
}