@charset "utf-8";

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

/* =====================
　　共通、既存カスタマイズ
===================== */
#contents .sp_content section {
	width: auto;
}

/*  sp_content
------------------------*/
.sp_content {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, system-ui, "ヒラギノ角ゴ ProN W3", "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Meiryo", sans-serif;
	/*
	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;
  hanging-punctuation: allow-end;  /* Safari用ぶら下がり */
  overflow-wrap: anywhere;
	color: #666;
  margin-bottom: 70px;
	text-align: center;
	font-weight: 400;
  line-break: strict; /* 厳格な禁則処理 */
}
.sp_content li {
	color: #666;
}

/*  テキスト、見出し
------------------------*/
.sp_content p,
.sp_content h1,
.sp_content h2,
.sp_content h3,
.sp_content h4 {
	margin: 0;
	padding: 0;
	text-align: center;	
	letter-spacing: .2em;
	line-height: 2;
}

.sp_content h1 {
	font-size: 18px;
	line-height: 2;
	margin-top: 30px;
	letter-spacing: .26em;
}

.sp_content h2 {
	font-size: 17px;
	/*letter-spacing: .35em;*/
	line-height: 1.6;
	color: #bc9150;
}

.sp_content h3 {
	font-size: 17px;
	margin-top: 24px;
	/*letter-spacing: .35em;*/
	line-height: 1.8;
}
.sp_content h3 span {
background: linear-gradient(transparent 70%, #d7ecdc 30%)
}

.sp_content h4 {
	font-size: 14px;
}

.sp_content p {
	font-size: 14px;
	margin-top: 18px;
	letter-spacing: .15em;
	font-feature-settings: "halt" 1;
	/*line-height: 1.9;*/
}
.sp_content p.p_caution {
	font-size: 11px;
	color: #999;
}

.sp_content h2 + img + p {
	margin-top: 25px;
}

#sp_content .letter_space_0_smp {
	letter-spacing: 0;
}

/*  h2 + 画像
------------------------*/
.sp_content h2 + img {
	margin-top: 30px;
}

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

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

/*  a
------------------------*/
.sp_content a {
	-webkit-tap-highlight-color: transparent; /* iOS用 */
	color: #666;	
	transition: color 0.3s ease;
	text-decoration: none;
}
.sp_content a:active {
	color: #888;
	text-decoration: none;
}
.sp_content a.a_underline {
	text-decoration: underline;
}

/* a  画像フェードインアウト
------------------------*/
.sp_content a:active img {
	opacity: 0.6;
}
.sp_content a img {
	transition: opacity 0.3s ease-out;
	backface-visibility: hidden;/* アニメーションを滑らかに */
}

/*  ul flexbox指定
------------------------*/
.sp_content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

/*  side_margin
------------------------*/
/*
.side_margin,
.sp_content ul.side_margin,
#sp_content section.side_margin {
	margin-right: 4vw;	
	margin-left: 4vw;
}
	*/

/*  区切り線
------------------------*/
#sp_content .content_line_wrap {
	margin-top: 40px;
	padding-top: 10px;
}
#sp_content .content_line_wrap:before {
  background: url("/sp/yurulog/img/parts/line_smp.png") 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 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

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

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

/*  Englishボタン
------------------------*/
div.btn_english {
	text-align: right;
}
.btn_english a {
	padding: .4em 1.5em;
	border: 1px solid #e5e5e5;
	border-radius: 25px;
	background: #fff;
	letter-spacing: .1em;
	font-size: 10px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}
.btn_english a:active {
	color: #ccc!important;
}

/*  NEWアイコン
------------------------*/
.sp_content .ico_new::before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	display: inline-block;
	width: 44px;
	height: 27.2px;
	background: url("/sp/yurulog/img/parts/ico_new_border.png") no-repeat;
	background-size: contain;
	z-index: 3;
}

/*  もっと見るボタン
------------------------*/
.sp_content .more {
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 40px auto 20px;
	;
}
.sp_content .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 2px solid #d7ecdc;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}
.sp_content .more a:active {
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}

.sp_content .close {
	display: none;
	position: relative;
	text-align: center;
	line-height: 4.2em;
	margin: 40px auto 20px;
}
.sp_content .close a {
	width: 70%;
	margin: 0 auto;
	display: block;
	border: 2px solid #d7ecdc;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}

.sp_content .close a:active {
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}


/*  小ボタン
------------------------*/
.sp_content .btn_inpage_link {
	position: relative;
	text-align: center;
	line-height: 3.3em;
	margin: 25px auto 20px;
	;
}
.sp_content .btn_inpage_link a {
	width: 50%;
	margin: 0 auto;
	display: block;
	border: 2px solid #d7ecdc;
	font-size: 11px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}
.sp_content .btn_inpage_link a:active {
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}


/*  swiper カスタム
------------------------*/
.swiper.side_margin {
	margin: 0 4vw;
}
/* リンク要素としてのスタイル調整 */
.swiper-slide {
	display: flex;
	flex-direction: column;
	text-decoration: none; /* リンクの下線を消す */
	color: #333;
}
/* 画像が枠に収まるようにする */
.swiper-slide img {
	width: 100%;
	height: auto;
}
/* swiperの箇所だけ、ulの折り返しを無効 */
.sp_content ul.swiper-wrapper {
  flex-wrap: nowrap;
}
/* 矢印非表示 */
.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
	display: none;
}


/* =====================
　　メイン
===================== */

#sp_main .slide_show {
	height: 58.139vw;
}

.sp_content #sp_main p {
	margin-top: 20px;
	line-height: 2.3;
}


/* =====================
　　案内
===================== */

#sp_announcement {
	margin-bottom: -10px;
}
#sp_announcement a {
	display: grid;
	grid-template-columns: 24vw 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 20px;
	align-items: start;
	margin: 0 6vw;
}
#sp_announcement img {
	width: 100%;
	object-fit: contain;
	grid-row: 1 / 3;
}
#sp_announcement p {
	text-align: left;
	margin-top: 0;
}
#sp_announcement p:nth-of-type(1) {
	font-size: 12px;
	font-weight: bold;
}
#sp_announcement p:nth-of-type(2) {
	font-size: 11px;
	margin-top: 8px;
}
#sp_announcement p:nth-of-type(2) span.notice {
	font-size: 10px;
	display: block;
	margin-top: 6px;
}


/* =====================
　　メニュー
===================== */

#sp_menu ul {
	justify-content: center;
	margin: 0 6vw;
}
#sp_menu ul li {
	margin-right: 6%;
	width: calc((100% - 6% * 2) / 3);
	position: relative;
}
#sp_menu ul li:nth-child(n+4) {
	margin-top: 1.3em;
}
#sp_menu ul li:nth-child(3n),
#sp_menu ul li:last-child {
	margin-right: 0;
}
#sp_menu ul li a {
	display: block;
}
#sp_menu ul li img {
	width: 90%;
}
#sp_menu ul li a p {
	line-height: 1.5;
	margin-top: .5em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .15em;
	color: #bc9150;
}
#sp_menu ul li a:active p {
	color: #d0b284;
}


/* =====================
　　ABOUT
===================== */

#sp_about li {
	color: #bc9150;
}
#sp_about h4 {
	font-size: 15px;
}

/*　.sp_about_1
------------------------*/
li.sp_about_1 {
	margin-top: 20px;
}

li.sp_about_1,
li.sp_about_1 li {
	width: 100%;
}
li.sp_about_1 ul {
	margin-top: 20px;
}
li.sp_about_1 li {
	margin-top: 10px;
	margin-left: 20px;
}
li.sp_about_1 li:nth-child(n+2) {
	margin-top: 15px;
}

li.sp_about_1 h4 {
	position: relative;
	display: inline-block;
	font-weight: normal;
	letter-spacing: .16em;
}
li.sp_about_1 h4::before {
	position: absolute;
	top: .48em;
	left: -28px;
	content: "";
	display: inline-block;
	width: 19px;
	height: 16px;
	background: url(/sp/yurulog/img/ico_check.jpg) no-repeat;
	background-size: contain;
}

/*　.sp_about_2
------------------------*/

li.sp_about_2 {
	width: 100%;
	margin-top: 15px;
}
li.sp_about_2 ul {
	margin-top: 10px;
}
li.sp_about_2 li {
	width: 46%;
	margin-top: 10px;
	margin-left: 2%;
}
li.sp_about_2 li:nth-child(2n) {
	margin-right: 2%;
	margin-left: 0;
}
li.sp_about_2 p {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.7;
}


/* =====================
　　PRODUCTS
===================== */

#sp_product > section {
  margin: 30px 4vw 0;
}
#sp_product > section:nth-of-type(n+2) {
	margin-top: 45px;
}

/* ドットライン */
#sp_product > section::before {
	background: url("/sp/yurulog/img/parts/dot_line_smp.png") no-repeat;
	content: "";
	display: block;
	width: 90%;
	height: 4px;
	background-size: contain;
	margin: 40px auto 20px;
}
#sp_product > section:first-of-type::before {
	background: none;
	height: 0;
	margin: 0;
}


#sp_product div.swiper {
	margin-left: 4vw;
	margin-right: 4vw;
}
#sp_product section > div.swiper-wrap:nth-of-type(1) {
	margin-top: 10px;
}

#sp_product ul {
margin-top: 30px;
margin-bottom: 0;
}

#sp_product ul.ul_column {
	margin: 35px 4vw 0;
}
#sp_product ul.ul_column li {
	width: 47%;
}
#sp_product ul.ul_column li:nth-child(even) {
	margin-left: 6%;
}
#sp_product ul.ul_column li a {
	display: block;
}

#sp_product ul li h4 {
	margin-top: 11px;
	line-height: 1.8;
}
#sp_product ul li p {
	font-size: 12px;
	line-height: 1.9;
	margin-top: 8px;
	text-align: justify;
  text-justify: inter-ideograph;
	line-break: strict;
}

#sp_product li.swiper-slide h4 {
	font-size: 13px;
}


#sp_product p span.p_small {
	font-size: 11px;
	display: block;
	margin-top: 8px;
}
#sp_product ul.ul_column li p a {
	display: inline;
}

#sp_product p.p_label {
	width: 63%;
	margin: 0 auto 15px;
	color: #fff;
	background-color: #bc9150;
	padding: 14px 0 16px;
	font-weight: bold;
	border-radius: 100vh;
	font-size: 12px;
	text-align: center;
	line-height: 0;
}

#sp_product p a {
	text-decoration: underline;
}


/* =====================
　　MOVIE
===================== */

#sp_movie .more_contents {
	margin: 40px 4vw 0;
}
#sp_movie .more_contents.is-hidden-movie {
	display: none;
}
#sp_movie .more_contents > p {
	margin-top: 50px;
}

#sp_movie .youtube_wrap:nth-child(n+1) {
	margin-top:40px;
}
#sp_movie .youtube_wrap {
	margin-top: 30px;
}

/*  Youtube オフィシャル動画用カスタム
------------------------*/
/*　再生前UIを非表示にする
・既存の .youtube_box は活かしての内容。
・JSは、custom-youtube.js 
------------------------*/

/* 再生前サムネ表示
　（youtubeのiframeは表示されていない状態）*/
.youtube_box.custom-youtube img.youtube-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 再生ボタン
　（スマホでは、再度youtube UIでの再生ボタンクリックが必要そう） */
.youtube_box.custom-youtube .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	letter-spacing: -.1em;
	font-size: 30px;
	color: white;
	pointer-events: none; /* 親divがクリックされるように */
}

/* =====================
　　GALLERY
===================== */

div.sp_gallery_collection {
	margin-left: 4vw;
	margin-right: 4vw;
}

.my-gallery {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.my-gallery figure {
	opacity: 1;
	margin: 4vw 4vw 0 0;
	float: left;
	width: calc(((100vw - 4vw *2) - 4vw) / 2);
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}
.my-gallery figure:nth-child(-n+2) {
	margin-top: 0;
}

.my-gallery figure.is-hidden-gallery{
	opacity: 0;
	height: 0;
	margin: 0;
	margin-bottom: 0px;
	cursor: none;
}
.my-gallery figure.is-hidden-gallery a {
	cursor: default;
}
.my-gallery figcaption {
	display: none;
}

/*　photoswipe
------------------------*/
.pswp--open {
	z-index: 4000 !important;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff !important;
	opacity: 0;
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__button.pswp__button--share {
	display: none !important;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: #fff !important;
}

.pswp__top-bar,
.pswp__caption {
	background-color: #fff !important;
}

.pswp__caption__center {
	text-align: center !important;
	max-width: 900px !important;
	color: #666 !important;
	padding: 20px 20px 25px 20px !important;
}

.pswp__caption__center h3 {
	text-align: center;
	margin: 5px 0;
	font-size: 15px;
}

.pswp__caption__center .caption_caution {
	display: block;
	font-size: 11px;
	margin: 5px auto 0;
}

.pswp__caption__center .caption_l {
	display: block;
	padding-bottom: 10px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	background-color: #fff !important;
	width: 41px !important;
	height: 37px !important;
	position: absolute;
}

.pswp__counter {
	color: #666 !important;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* =====================
　　LINE UP
===================== */

section#sp_lineup {
	margin-right: 4vw;
	margin-left: 4vw;
}

#sp_lineup h3 {
	font-size: 15px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}
.sp_content #sp_lineup h3.ico_new::before {
	top: 0;
	left: calc((44px + .1em) * -1);
	/*
	width: 44px;
	height: 27.2px;
	*/
}
#sp_lineup h4 {
	margin-top: 10px;
	font-size: 12px;
}
#sp_lineup h4.ico_new {
	display: inline-block;
	position: relative;
}
#sp_lineup h4.ico_new::before {
	top: 0;
	left: calc((44px + .1em) * -1);
}

#sp_lineup h5 {
	color: #bc9150;
  font-size: 13px;
  margin: 0 0 -10px;
}
#sp_lineup h5 + p {
	font-size: 11px;
	margin: 18px 0 -5px;
	line-height: 1.7;
}

#sp_lineup ul {
	justify-content: center;
	padding: 10px 0 10px;
	align-items: flex-end;
}
#sp_lineup ul li {
	margin: 3%;
	position: relative;
}
#sp_lineup ul li a {
	display: block;
}

/*　ノート
------------------------*/
ul.lineup_note li {
	/*width: 23.48%;*/
	width: calc(130vw / 760 * 100);
}

/*　シール
------------------------*/
ul.lineup_seal li {
	/*width: 22.04%;*/
	width: calc(122vw / 760 * 100);
}

/*　ロールシール
------------------------*/
#sp_lineup ul.lineup_roll_seal {
	margin-right: 20vw;
	margin-left: 20vw;

}
#sp_lineup ul.lineup_roll_seal li {
	width: calc(48vw / 760 * 100);
	margin: 2.8vw;
}

/*　スタンプ
------------------------*/
ul.lineup_stamp li {
	/*width: 10%;*/
	width: calc(62vw / 760 * 100);
}

ul.lineup_stamp_ink li {
	/*width: 13%;*/
	width: calc(75vw / 760 * 100);
}

/*　カバー
------------------------*/
ul.lineup_cover_1 li {
	/*width: 25.1%;*/
	width: calc(139vw / 760 * 100);
}
ul.lineup_cover_2 li {
	/*width: 28%;*/
	width: calc(155vw / 760 * 100);
}

/* =====================
  レコメンド
===================== */

#sp_recommend ul {
	margin: 30px 8vw 0;
}
#sp_recommend ul li {
	width: 100%;
	margin: 30px 0 0;
}
#sp_recommend ul li:first-child {
	margin-top: 0;
}
#sp_recommend a {
	display: flex;
}
#sp_recommend ul li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 20px;
}
#sp_recommend ul li p {
	display: inline-block;
	align-self: center;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

#sp_recommend ul li p span.p_caution {
	font-size: 9px;
	color: #999;
	display: block;
	font-weight: normal;
	letter-spacing: .1em;
}

/* =====================
　　Instagram
===================== */

/* インスタ紹介 */
.insta_info {
	text-align: center;
	margin-top: -10px;
	margin-bottom: -5px;
}

/* ボタン */
a.insta_info_btn {
	padding: 0.5em;
	margin: 24px auto 0 -15px;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}
a.insta_info_btn:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 15px 0 0;
	background: url("/sp/yurulog/img/parts/Instagram_Glyph_Gradient.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.sp_content a.insta_info_btn:active {
	opacity: .5;
}


