@charset "utf-8";

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

/*  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 Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Noto Sans", "Noto Sans JP", BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Meiryo", sans-serif;
	*/
	font-feature-settings: "palt" 1; /* プロポーショナルメトリクスを有効にする指定 */
	hanging-punctuation: allow-end;  /* Safari用ぶら下がり */
	color: #666;
  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 h5,
.sp_content figcaption {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 2;
	letter-spacing: .2em;
}

.sp_content h1 {
	font-size: 29px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .3em;
	margin-top: 40px;
}

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

.sp_content h3 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .24em;
	margin-top: 30px;
}
.sp_content h3 span {
	background: linear-gradient(transparent 60%, #d7ecdc 40%)
}

.sp_content h4 {
	font-size: 20px;
	line-height: 1.8;
}
.sp_content h4.letter_space_a {
	letter-spacing: .1em;
}
.sp_content p {
	font-size: 17px;
	margin-top: 20px;
	font-feature-settings: "halt" 1;
}
.sp_content p.p_caution {
	font-size: 13px;
	color: #999;
}
.sp_content ul p {
	text-align: left;
}

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



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

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

/*  img
------------------------*/
.sp_content img {
	/*vertical-align: bottom;*/
	width: 100%;
}

/*  a
------------------------*/
.sp_content a {
	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:hover {
	color: #888;
	text-decoration: none;
}
.sp_content a.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;
	margin: 0;
	padding: 0;
}


/*  区切り線
------------------------*/
.sp_content .content_line_wrap {
	margin-top: 80px;
	padding-top: 10px;
}

.sp_content .content_line_wrap:before {
	background: url("/sp/yurulog/img/parts/line.png") repeat;
	content: "";
	display: inline-block;
	width: 760px;
	height: 7px;
	background-size: contain;
	margin: 0 50px 50px;
}

/*  section wrap
------------------------*/
/*
.section_wrap {
	text-align: center;
	margin-top: 40px;
}

*/



/*  スライドショー
------------------------*/
.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 2s ease;
	//transform: translate(0, 60px);
}

.sp_content .sa.show {
	opacity: 1;
	transform: none;
}

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

/*  NEWアイコン
------------------------*/
.sp_content .ico_new::before {
	position: absolute;
	top: -15px;
	left: -15px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 35px;
	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: 5.2em;
	margin: 60px auto 50px;
}

.sp_content .more a {
	width: 70%;
	margin: 0 auto;
	display: block;
	/*border: 1px solid #444;*/
	border: 2px solid #d7ecdc;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	font-weight: bold;
}

.sp_content .more a:hover {
	/*
	border: 1px solid #999;
	color: #999 !important;
	background-color: #f2f2f2;
	*/
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}

.sp_content .close {
	display: none;
	position: relative;
	text-align: center;
	line-height: 5.2em;
	margin: 60px auto 50px;
}

.sp_content .close a {
	width: 70%;
	margin: 0 auto;
	display: block;
	/*border: 1px solid #444;*/
	border: 2px solid #d7ecdc;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	font-weight: bold;
}

.sp_content .close a:hover {
	/*
	border: 1px solid #999;
	color: #999 !important;
	background-color: #f2f2f2;
	*/
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}

/*  小ボタン
------------------------*/
.sp_content .btn_inpage_link {
	position: relative;
	text-align: center;
	line-height: 4em;
	margin: 40px auto 50px;
}

.sp_content .btn_inpage_link a {
	width: 50%;
	margin: 0 auto;
	display: block;
	/*border: 1px solid #444;*/
	border: 2px solid #d7ecdc;
	font-size: 13px;
	box-sizing: border-box;
	letter-spacing: .15em;
	border-radius: 6px;
	/*color: #444 !important;*/
	color: #bc9150 !important;
	font-weight: bold;
}

.sp_content .btn_inpage_link a:hover {
	/*
	border: 1px solid #999;
	color: #999 !important;
	background-color: #f2f2f2;
	*/
	border: 2px solid #d7ecdc;
	color: #bc9150 !important;
	background-color: #d7ecdc;
}


/*  swiper カスタム
------------------------*/

/* リンク要素としてのスタイル調整 */
.swiper-slide {
	display: flex;
	flex-direction: column;
	text-decoration: none; /* リンクの下線を消す */
	color: #333;
}

/* 画像が枠に収まるようにする */
.swiper-slide img {
	width: 100%;
	height: auto;
}

/* 表示外の画像がない（端まで行った）時に矢印を消す */
/* swiperは端まで行くと自動で「swiper-button-disabled」クラスが付与される */
.swiper-button-disabled {
	opacity: 0 !important; /* 透明にして見えなくする */
	pointer-events: none;  /* クリック判定も無くす */
}

/* swiperの箇所だけ、ulの折り返しを無効 */
.sp_content ul.swiper-wrapper {
  flex-wrap: nowrap;
}

/* 矢印 */
.swiper-wrap {
	position: relative;
}
.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
	color: #ddd;
	top: 98px; /* 縦の中央 */
  transform: translateY(-50%); /* 縦位置のズレを補正 */
  z-index: 10;
	margin-top: 0;
}
.swiper-wrap .swiper-button-prev {
	left: -10px;
}
.swiper-wrap .swiper-button-next {
	right: -10px;
}


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

#sp_main .slide_show {
	height: 499px;
}
#sp_main p {
	margin-top: 30px;
	line-height: 2.4;
}

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

#sp_announcement {
	margin-bottom: -20px;
}
#sp_announcement a {
	display: grid;
	grid-template-columns: 140px 1fr;
	column-gap: 30px;
	margin: 0 80px;
}
#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: 15px;
	font-weight: bold;
}
#sp_announcement p:nth-of-type(2) {
	font-size: 14px;
	margin-top: 10px;
}
#sp_announcement p:nth-of-type(2) span.notice {
	font-size: 11px;
	display: block;
	margin-top: 8px;
}


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

.sp_content .content_line_wrap {
	margin-top: 70px;
}

#sp_menu ul {
	justify-content: center;
	margin: 0 80px;
}
#sp_menu ul li {
	position: relative;
	margin-right: 25px;
	width: calc((700px - 25px * 4) / 5);
}
#sp_menu ul li:nth-child(5n) {
	margin-right: 0;
}
#sp_menu ul li a {
	display: block;
}
#sp_menu ul li a p {
	padding-top: .8em;
	font-weight: bold;
	color: #bc9150;
	text-align: center;
}
#sp_menu ul li a:hover p {
	color: #d0b284;
}

/* =====================
　　ABOUT #sp_about
===================== */
#sp_about {
	color: #bc9150;
}
/*
#sp_about > ul > li::before {
	background: url(/sp/yurulog/img/dot_line.png) no-repeat;
	content: "";
	display: block;
	width: 760px;
	height: 4px;
	background-size: contain;
	margin: 60px 0 30px;
}
*/
#sp_about > ul {
	margin-right: 50px;
	margin-left: 50px;
}
#sp_about > ul > li {
	margin-top: 40px;
}
#sp_about > ul > li > ul {
	margin-top: 20px;
}


/*　.sp_about_1
------------------------*/

li.sp_about_1,
li.sp_about_1 li {
	width: 100%;
}
li.sp_about_1 li {
	margin-top: 20px;
	margin-left: 25px;
}
li.sp_about_1 h4 {
	position: relative;
	display: inline-block;
	font-weight: normal;
}
li.sp_about_1 h4::before {
	position: absolute;
	top: 8px;
	left: -38px;
	content: "";
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url("/sp/yurulog/img/ico_check.jpg") no-repeat;
	background-size: contain;
}

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

li.sp_about_2 {
	width: 100%;
}
li.sp_about_2 li {
	width: 365px;
}
li.sp_about_2 li:nth-child(even) {
	margin-left: 30px;
}
li.sp_about_2 h4 {
	margin-top: -10px;
}
li.sp_about_2 p {
	margin-top: 0;
	text-align: center;
	font-size: 18px;
}


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

#sp_product > section {
	margin-top: 60px;
}

#sp_product > section:nth-of-type(n+2)::before {
	background: url("/sp/yurulog/img/parts/dot_line.png") no-repeat;
	content: "";
	display: block;
	width: 760px;
	height: 4px;
	background-size: contain;
	margin: 80px 50px 30px;
}
#sp_product > div.no_dot_line:before {
	background: none;
	margin: 0;
}

/*
#sp_product ul {
	margin: 50px 0 0;
}
*/
#sp_product section > ul {
	margin-left: 45px;
	margin-right: 45px;

}

#sp_product ul.ul_column {
	margin-top: 60px;
}

#sp_product ul.ul_column li {
	width: 355px;
}
#sp_product ul.ul_column li:nth-child(even) {
	margin-left: 60px;
}

#sp_product ul.ul_column li a {
	display: block;
}

#sp_product ul li h4 {
	margin-top: 18px;
}
#sp_product ul li p {
	font-size: 15.5px;
	margin-top: 8px;
	text-align: justify;
  text-justify: inter-ideograph;
	line-break: strict;
	letter-spacing: .15em;
}
#sp_product p span.p_small {
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
#sp_product ul.ul_column li p a {
	display: inline;
}

#sp_product p.p_label {
	width: 50%;
	margin: 0 auto 20px;
	color: #fff;
	background-color: #bc9150;
	padding: 4px 0;
	font-weight: bold;
	border-radius: 100vh;
	font-size: 18px;
	text-align: center;
}

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

/*　swiper 箇所
------------------------*/

#sp_product div.swiper {
	margin: 50px 50px 0;
}
#sp_product > section > div.swiper-wrap:first-of-type { 
	margin-top: 60px;

}

#sp_product ul.swiper-wrapper li h4 {
	/*line-height: 1.6;*/
	font-size: 16px;
}
#sp_product ul.swiper-wrapper li p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .12em;
}

/*
#sp_product ul li {
	width: 365px;
	margin: 0 30px 0 0
}
#sp_product ul li:nth-child(2n) {
	margin-right: 0;
}
#sp_product ul li:nth-child(n+3) {
	margin-top: 40px;
}
*/

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

#sp_movie .more_contents {
	margin: 60px 50px 0;
}
#sp_movie .more_contents.is-hidden-movie {
	display: none;
}

#sp_movie .more a {
	font-size: 17px;
}

.youtube_wrap:nth-child(n+1) {
	margin-top:40px;
}
.youtube_wrap.officialmovie {
	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: 50px;
	margin-right: 50px;
}

.my-gallery {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	width: 365px;
	margin: 50px 30px 0 0;
	float: left;
}
.my-gallery figure.is-hidden-gallery {
	display: none;
}

.my-gallery figure:nth-child(-n+2) {
	margin-top: 0;
}
.my-gallery figure:nth-child(2n) {
	margin-right: 0;
}

.my-gallery h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 2 !important;
	text-align: center;
	margin-top: 12px !important;
}

/* photoswipe */
.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__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: #fff !important;
}

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

}

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

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

.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;
}


/* =====================
　　LINEUP
===================== */

#sp_lineup h3 {
	font-size: 24px;
	margin-top: 60px;
	display: inline-block;
	position: relative;
}
#sp_lineup h3.ico_new::before {
	top: 0;
	left: calc((55px + .1em) * -1);
}

#sp_lineup h4 {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
#sp_lineup h4.ico_new {
	display: inline-block;
	position: relative;
}
#sp_lineup h4.ico_new::before {
	top: 0;
	left: calc((55px + .1em) * -1);
}

#sp_lineup ul {
	margin-left: 50px;
	margin-right: 50px;
}
#sp_lineup ul + h4 {
	margin-top: 40px;
}

#sp_lineup h5 {
	color: #bc9150;
	font-size: 15px;
	margin: 35px 0 -10px;
}
#sp_lineup h5 + p {
	font-size: 13px;
	margin: 10px 0 -10px;
}

#sp_lineup ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#sp_lineup ul li {
	margin: 30px 26px 0 0;
	position: relative;
}
#sp_lineup ul li img {
	width: 100%;
}
#sp_lineup ul li:last-child {
	margin-right: 0;
}

/*　ノート
------------------------*/
#sp_lineup ul.lineup_note {
	margin-left: 100px;
	margin-right: 100px;
}
#sp_lineup ul.lineup_note li {
	width: 130px;
}
#sp_lineup ul.lineup_note li:nth-child(4n) {
	margin-right: 0;
}

/*　シール
------------------------*/
#sp_lineup ul.lineup_seal {
	margin-left: 100px;
	margin-right: 100px;
}
#sp_lineup ul.lineup_seal li {
	width: 122px;
}
#sp_lineup ul.lineup_seal li:nth-child(4n) {
	margin-right: 0;
}

/*　ロールシール
------------------------*/
ul.lineup_roll_seal li {
	width: 48px;
}


/*　スタンプ
------------------------*/
ul.lineup_stamp li {
	width: 62px;
}

ul.lineup_stamp_ink li {
	width: 75px;
}

/*　カバー
------------------------*/
ul.lineup_cover_1 li {
	width: 139px;
}

ul.lineup_cover_2 li {
	width: 155px;
}

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

#sp_recommend ul {
	justify-content: space-between;
	margin-left: 50px;
	margin-right: 50px;
}
#sp_recommend ul li {
	width: 360px;
	margin: 40px 0 0;
}
#sp_recommend ul li:nth-child(-n+2) {
	margin-top: 0;
}
#sp_recommend a {
	display: flex;
}
#sp_recommend ul li img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 20px;
}
#sp_recommend ul li p {
	display: inline-block;
	align-self: center;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

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

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

/* インスタ紹介 */
.insta_info {
	text-align: center;
}

.sp_content .insta_info p {
	font-size: 16px;
	line-height: 2;
	margin-top: 0;
}

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/yurulog/img/parts/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;
}



