@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: #666;
  margin-bottom: 70px;
	text-align: center;
	letter-spacing: .2em;
	font-weight: 400;
}

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

#sp_content h1 {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 35px;
	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: 20px;
	letter-spacing: .35em;
	line-height: 1.8;
}
#sp_content h3 span {
background: linear-gradient(transparent 70%, #d7ecdc 30%)
}

#sp_content h4 {
	font-size: 15px;
}

#sp_content p {
	font-size: 14px;
	margin-top: 15px;
}
#sp_content h2 + img + p {
	margin-top: 25px;
}

/*  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;
	color: #666;	
	-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;
	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 {
	-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 4vw;
}

/*  区切り線
------------------------*/
#sp_content .content_line_wrap {
	margin-top: 40px;
	padding-top: 10px;
}
#sp_content .content_line_wrap:before {
  background: url("/sp/yurulog/img/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: all 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/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: 1px solid #bbb;*/
	border: 2px solid #d7ecdc;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}
#sp_content .more a:active {
	/*
	border: 1px solid #ddd;
	color: #999 !important;
	*/
	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: 1px solid #bbb;*/
	border: 2px solid #d7ecdc;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}

#sp_content .close a:active {
	/*
	border: 1px solid #ddd;
	color: #999 !important;
	*/
	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: 1px solid #bbb;*/
	border: 2px solid #d7ecdc;
	font-size: 11px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	text-decoration: none;
	font-weight: bold;
}
#sp_content .btn_inpage_link a:active {
	/*
	border: 1px solid #ddd;
	color: #999 !important;
	*/
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}


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

#sp_main .slide_show {
	height: 58.139vw;
}

#sp_content #sp_main p {
	margin-top: 30px;
}


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

#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
===================== */

/* STEP */
.sp_about_step ul {
	margin: 30px 0 0;
}
.sp_about_step ul li  {
	width:100%;
	margin:25px 0 0 0;
}
.sp_about_step ul li:first-child {
	margin-top: 0;
}
.sp_about_step ul li img.step_img {
	width: 90%;
}
.sp_about_step .step_tx_box {
	position: relative;
}
#sp_about li p {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);	
	width: 320px;
	font-weight: bold;
	color: #bc9150;
	line-height: 1.7;
	margin: 0;
}
#sp_about li:nth-child(2) p,
#sp_about li:nth-child(3) p { /* テキスト位置微調整 */
	margin-top: 1.5%;	
}

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

#sp_content #sp_product > div {
	margin-top: 40px;
}
#sp_content #sp_product > div:first-of-type {
	margin-top: 30px;
}

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

#sp_product ul {
margin-top: 30px;
}
#sp_product ul li {
margin-top: 22px;
}
#sp_product ul li:first-child {
	margin-top: 0;
}
#sp_product ul li h4 {
	margin-top: .6em;
}
#sp_product ul li p {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 0;
}
#sp_product p span.p_small {
	font-size: 12px;
}


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

#sp_movie .more_contents {
	margin-top: 40px;
}
#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
===================== */

.my-gallery {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	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.5;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	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__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 {
	background-color: #fff !important;
}

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

.pswp__counter {
	color: #666 !important;
}

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


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

#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 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_seal li,
ul.lineup_note_stamp li {
	/*width: 23.48%;*/
	width: calc(130vw / 760 * 100);
}

ul.lineup_seal_2sheets li,
ul.lineup_seal_1sheet li {
	/*width: 22.04%;*/
	width: calc(122vw / 760 * 100);
}

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 li {
	/*width: 28%;*/
	width: calc(155vw / 760 * 100);
}
ul.lineup_cover li:last-child {
	/*width: 25.1%;*/
	width: calc(139vw / 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_excursion ul li {
	width: 100%;
	margin: 0 0 30px 0;
}
#sp_excursion ul li:last-child {
	margin-bottom: 0;
}
#sp_excursion ul li a {
	text-decoration: none;
}
#sp_excursion ul li img {
	width: 100%;
	margin-bottom: 12px;
}
#sp_excursion ul li p {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	letter-spacing: .2em;
}

/* =====================
　　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/Instagram_Glyph_Gradient.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#sp_content a.insta_info_btn:active {
	opacity: .5;
}


