@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", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Meiryo", sans-serif;
	font-feature-settings: "palt" 1;/* プロポーショナルメトリクスを有効にする指定 */
	color: #333;
  margin-bottom: 70px;
	text-align: center;
	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;
	line-height: 2;
	letter-spacing: .2em;
}
#sp_content h1 {
	font-size: 26px;
}
#sp_content h2 {
	font-size: 23px;
}
#sp_content p,
#sp_content figcaption {
	font-size: 16px;
	/*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; /* 一旦非表示中 */
}

/*  a
------------------------*/
#sp_content a {
	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;
	letter-spacing: .2em;
	line-height: 2;
}
#sp_content a:hover {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}
#sp_content a.underline {
	text-decoration: underline;
}

/* a  画像フェードインアウト
------------------------*/
#sp_content a:hover 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
------------------------*/
.side_margin {
	margin:0 50px;
}

/*  img
------------------------*/
#sp_content img {
	vertical-align: top;
}

/*  slide_show（slide_show.js）
------------------------*/
#sp_content .slide_show {
	margin: 0 auto;
	position: relative;
	height: 516px;
}
#sp_content .slide_show img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

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

/*  区切り線
------------------------*/
.content_line_wrap {
	margin-top: 70px;
	padding-top: 20px;
}
.content_line_wrap:before {
	background: url(../img/line.jpg) repeat;
	content:"";
	display:inline-block;
	width: 760px;
	height: 7px;
	background-size:contain;
	margin-bottom: 55px;
	opacity: 0.6;
}

/*  ボタン
------------------------*/
.btn_transition {
	position: relative;
	width: 70%;
	margin: 50px 15% 0;
}
#sp_content .btn_transition a {
	line-height: 3.7em;
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 6px;
	color: #444!important;
}
.btn_transition a:hover {
	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.575em;
	right: 2em;
}

/* 右向き */
.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.575em;
	left: 2em;
}

/*  パンくず位置調整
------------------------*/
/*
#bread {
	padding-left: 0;
}
*/

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

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


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

/*  紙の紹介メニュー
------------------------*/
.paper_menu ul {
	margin-top: 50px;
}
.paper_menu li {
	width: 365px;
	margin-right: 30px;
}
.paper_menu li:nth-child(2n) {
	margin-right: 0;
}
.paper_menu li:nth-child(n+3) {
	margin-top: 40px;
}
.paper_menu li a {
	display: flex;
  width: 100%; /* リストの幅いっぱいに広げる */
  align-items: center; /* 縦方向の中央揃え */
}
.paper_menu li img {
	width: calc(134px - 12px);
	height: auto;
	margin-right: 20px;
	border: 6px solid #fff;
	border-radius: 50%;
}
.paper_menu  li a:hover 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(365px - 134px - 20px);
	text-align: left;
}
#sp_content .paper_menu li h3 {
	font-size: 16px;
}
#sp_content .paper_menu li h3:after {
	content: "";
	background: url(../img/ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 9px;
	height: 14px;
	display: inline-block;
  margin-left: .5em;
}
#sp_content .paper_menu li p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}

/*  紙製品
------------------------*/
.paper_item_category ul {
	margin-top: 50px;
}
#sp_content .paper_item_category ul li  {
	width: calc((760px - (20px * 5)) / 6);
	margin-right: 20px;
}
#sp_content .paper_item_category ul li:nth-child(6n) {
	margin-right: 0;
}
#sp_content .paper_item_category ul li:nth-child(n+7) {
	margin-top: 40px;
}
#sp_content .paper_item_category ul li img {
	width: 100%;
}
#sp_content .paper_item_category ul li p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 5px;
}


/*  instagram
------------------------*/
a.insta_info_btn{
  padding: 0.5em;
  margin: 24px auto 0 -20px;
  display: inline-block;
  font-weight: bold;
  font-size:19px;
}
a.insta_info_btn:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 20px 0 0;
  background: url("/sp/joindots/img/Instagram_Glyph_Gradient.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sp_content a.insta_info_btn:hover {
	color: #333;
	cursor: pointer;
	opacity: .6;
}

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

/*  上階層へのリンク
------------------------*/
.previous_page {
	text-align: left;
	margin-bottom: 8px;
}
.previous_page a {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
  display: inline-block;
}
.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 {
	margin-top: 20px;
	margin-bottom: 70px;
}
#sp_main img.main_img {
	width: 100%;
}
#sp_main h1 {
	margin: 48px auto 0;
}
#sp_content #sp_main p {
	margin: 30px auto 0;
	font-size: 17px;
}


/*  特徴紹介
------------------------*/
.paper_feature {
	width: 760px;
	margin: 0 50px 0;
}
.paper_feature figure {
	margin: 60px 0 0;
}
.paper_feature figure img {
	width: 100%;
}
#sp_content .paper_feature figcaption {
	margin-top: 30px;
}
#sp_content .paper_feature figcaption h3 {
	font-size: 17px;
	margin: 0 0 .5em ;
	display: block;
}
.paper_feature figcaption span.notice {
	font-size: 14px;
	font-weight: bold;
	display: block;
  margin-top: 2.5em;
}
/* dl */
#sp_content .paper_feature figcaption dl {
	display: grid;
	text-align: left;
  grid-template-columns: 4.5em 1fr;
  row-gap: 0.7em;
	line-height: 1.7;
	margin: 1.3em 4em 0;
}
#sp_content .paper_feature figcaption dl dd {
	margin: 0;
}
#sp_content .paper_feature figcaption dl + span.notice {
	font-weight: normal;
	margin-top: 1em;
}

/*  使用製品
------------------------*/
#paper_item ul {
	margin-top: 50px;
}
#paper_item ul li {
	width: 200px;
	margin-right: 80px;
}
#paper_item ul li:last-child {
	margin-right: 0;
}
#paper_item ul li img {
	width: 100%;
}
#paper_item p {
	font-size: 15px;
	font-weight: bold;
	margin-top: .8em;
	line-height: 1.8;
}


/*  お試し製品
------------------------*/
#item_otameshi {
	text-align: center;
}
#item_otameshi p strong {
	font-size: 18px;
}

a.item_otameshi_img {
	width: 80%;
	display: inline-block;
	margin-top: 30px;
}
a.item_otameshi_img img {
	width: 100%;
}

/*  回遊ナビ
------------------------*/
#under_nav ul {
	margin-top: 50px;
	margin-bottom: 60px;
}
#under_nav ul li {
	width: 100px;
	margin-right: calc((760px - (100px * 7)) / 6);
}
#under_nav ul li:last-child {
	margin-right: 0;
}
#under_nav ul li a {
	display: inline-block;
}

#under_nav ul li img {
	width: 92px;
	border: 6px solid #fff;
	border-radius: 50%;
}
#under_nav ul li p {
	font-size: 13px;
	font-weight: bold;
	width: 92px;
	padding: 0 6px ;
	margin-top: 5px;
	line-height: 1.6;
}
#under_nav ul li a:hover img {
	border-color: #FAE8DD;
	background-color: #FAE8DD;
}
/* act（表示中ページ） */
#under_nav ul li.act img,
#under_nav ul li.act a:hover img {
	opacity: .5;
	border-color: #fff;
	background-color: #fff;
}
#under_nav ul li.act a p,
#under_nav ul li.act a:hover p {
	color: #ccc;
	opacity: 1;
}


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

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

#cate_wrap .main_img {
	width: 100%;
}
#sp_content #cate_wrap {
	margin-bottom: -20px;
}

#cate_wrap .previous_page a {
	font-size: 14px;
}
#sp_content #cate_wrap h1 {
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
}
#sp_content #cate_wrap p {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
}

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