@charset "UTF-8";

/* CSS リセット */
html, body,
header, footer, hgroup,
section, article, nav, aside, details, figure, figcaption,
div, span,
a, b, i, u, s,
address, blockquote, q, ins, del, sub, sup, em, strong, abbr, cite, dfn, code, samp, var, mark, data,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, dl, dt, dd, pre,
bdo, bdi,
ruby, rt, rp,
fieldset, legend, label,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup, col,
img, audio, video, source, track,
form, summary,
iframe
{
	margin: 0;
	padding: 0;
}

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table
{
	border-collapse: collapse;
}

img
{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: none;
}

img.size
{
	width: 100%;
}

img.size90
{
	width: 90%;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


a:hover img
{
	/*opacity: 0.8;*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

div.under_line
{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #7a7a7a;
}

/* 基本エリア */
body
{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	margin: 0;
	font-size: 16pt;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.12em;
	background-color: #301c43;
	overflow-x: hidden; /* 横スクロールを禁止 */
}

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

.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* ヘッダー */
header.header_block
{
	width:100%;
	max-width: 1200px;
	margin: 0% auto;
	padding: 0% 0%;
	color: #ffffff;
	background-color: #301c43;
}

h1.logo
{
	width: 25%;
	max-width: 250px;
	min-width: 200px;
	margin: 0% auto 0% 0%;
	padding: 2% 0% 2% 3%;
	text-align: left;
	font-size: 20pt;
}

/* フッター */

div.footer_shikon
{
	width:100%;
	margin: 0% auto;
	padding: 0% 0%;
	color: #ffffff;
	background-color: #301c43;
}

div.footer_logo
{
	width: 30%;
	max-width: 300px;
	margin: 0% auto;
	padding: 5% 0%;
}


footer.block_footer
{
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	color: #ffffff;
	background-color: #301c43;
}

address
{
	font-size: 0.6em;
}

/* 入力しても良いのココから ------------------------------------------ */
div.all_block
{
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin: 0px auto;
}

div.all_block_white
{
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin: 0px auto;
	background-color: #ffffff;
}

div.content_block
{
	width: 100%;
	max-width: 1200px;
	padding: 0% 0% 0% 0%;
	margin: 0px auto 0% auto;
}

div.contents800
{
	width: 70%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.contents900
{
	width: 80%;
	max-width: 900px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.contents1000
{
	width: 100%;
	max-width: 1000px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.contents1100
{
	width: 100%;
	max-width: 1100px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.contents1200
{
	width: 100%;
	max-width: 1200px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.contents_space
{
	padding: 3% 0% 0% 0%;
}

div.content01_left
{
	float: left;
	width: 40%;
	max-width: 320px;
	margin: 0% 0% 0% 0%;
	padding: 1% 0% 0% 0%;
}

div.content01_right
{
	float: right;
	width: 52%;
	max-width: 416px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align: left;
	font-size: 18pt;
	line-height: 180%;
}

div.content01_right_text
{
	font-size: 9pt;
	line-height: 200%;
}

/* コンテンツ別のＣＳＳ----------------------------------------------- */

/* キャッチコピー */
div.main_copy
{
	margin: 0%;
	padding: 10% 0% 0% 0%;
	text-align: center;
	color: #3c3c3c;
	font-size: 20pt;
	line-height: 180%;
}

div.sub_copy
{
	margin: 0%;
	padding: 2% 0% 10% 0%;
	text-align: center;
	color: #3c3c3c;
	font-size: 9pt;
	line-height: 200%;
}

/* ブランドコンセプト */
h2.content_title
{
	width: 40%;
	max-width: 320px;
	min-width: 250px;
	padding: 0% 0% 4% 0%;
	margin: 0% 0% 0% 0%;
	color: #fffec4;
	text-align: left;
	line-height: 100%;
}

/* 
span.title_font
{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	-webkit-font-smoothing: antialiased;
}
*/

div.details_button
{
	width: 15%;
	max-width: 120px;
	min-width: 100px;
	padding: 1% 0% 0% 0%;
	margin: 0% 10% 0% auto;
}

/* ブルーベリーマジカルソース */
video.movie_size
{
	width: 100%;
	max-width: 1200px;
	
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
}

div.content02
{
	width: 100%;
	max-width: 1200px;
	padding: 0% 0% 0% 0%;
	margin: 5% auto 5% auto;
}

div.content02_details
{
	position: relative;
	z-index: 20;
	width: 45%;
	max-width: 450px;
	padding: 3% 3% 3% 3%;
	margin: 0% 3% 0% auto;
	color: #ffffff;
	background-color: rgba(48,27,67,0.8);
}

h2.content02_subtitle
{
	width: 100%;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	text-align: left;
	font-size: 18pt;
	font-weight: normal;
	line-height: 170%;
}

div.content02_text
{
	margin: 0% 0% 0% 0%;
	font-size: 10pt;
	line-height: 200%;
	text-align: left;
}

div.content02_price
{
	margin: 0% 0% 0% 0%;
	padding: 10px 0% 8px 0%;
	font-size: 10pt;
	text-align: left;
}

a.content02_buy
{
	display: block;
	width: 60%;
	max-width: 250px;
	margin: 4% auto 0% auto;
	padding: 15px 0% 15px 0%;
	color: #301c43;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
}

div.content02_details_button
{
	width: 14%;
	max-width: 140px;
	margin: 5% 10% 0% auto;
	padding: 0%;
}

#example {
  position: relative;
  padding: 16% 0% 0% 0%;
}
/*3つともabsoluteに*/
.one, .two, .three {
  position: absolute;
}
.one  {
  z-index: 30;
  left: 0;
  top: 0%;
}
.two {
  z-index: 20;
  left: 0px;
  top: 0px;
}
.three {
  z-index: 10;
  left: 0px;
  top: 0px;
}

/* ブルーベリーとレアチーズのマーブルケーキ */
div.content03
{
	width: 100%;
	max-width: 1200px;
	padding: 9% 0% 5% 0%;
	margin: 0% auto 3% auto;
	font-size: 9pt;
	line-height: 200%;
	background: url(../image/content03_bg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

div.content03_subtitle
{
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 4% 0%;
	text-align: left;
	font-size: 18pt;
	line-height: 170%;
}

div.content03_text
{
	width: 100%;
	max-width: 450px;
	margin: 0% auto 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align: left;
	font-size: 30pt;
	line-height: 120%;
}

div.content03_text_details
{
	font-size: 9pt;
	line-height: 200%;
}

div.content03_schedule
{
	width: 150px;
	margin: 8% 0% 0% 0%;
	padding: 5px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	border: 1px solid #ffffff;
}

/* ブルーベリータルト */
div.content04
{
	width: 100%;
	max-width: 1200px;
	padding: 10% 0% 5% 0%;
	margin: 0% auto 8% auto;
	font-size: 9pt;
	line-height: 200%;
	background: url(../image/content04_bg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

div.content04_subtitle
{
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 4% 0%;
	text-align: left;
	font-size: 18pt;
	line-height: 170%;
}

div.content04_text
{
	width: 100%;
	max-width: 450px;
	margin: 0% 0% 0% auto;
	padding: 0% 0% 0% 0%;
	text-align: right;
	font-size: 30pt;
	line-height: 120%;
}

div.content04_text_details
{
	font-size: 9pt;
	line-height: 200%;
}

div.content04_schedule
{
	width: 150px;
	margin: 8% 0% 0% 0%;
	padding: 23px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	border: 1px solid #ffffff;
}

div.content04_text2
{
	width: 100%;
	max-width: 300px;
	margin: 0% 0% 0% auto;
	padding: 0% 0% 0% 0%;
	text-align: left;
	font-size: 8pt;
	line-height: 200%;
}

/* Instagram */
h2.instagram_title
{
	width: 40%;
	max-width: 320px;
	min-width: 250px;
	padding: 5% 0% 1% 0%;
	margin: 0% 0% 0% 0%;
	color: #fffec4;
	text-align: left;
	line-height: 100%;
}

div.instagram_text
{
	width: 100%;
	padding: 0% 0% 3% 4.4%;
	margin: 0% auto 0% auto;
	font-size: 9pt;
	text-align: left;
}

div.instagram_banner
{
	padding: 0% 0% 5% 0%;
	margin: 0% 0% 0% 0%;
}

/* コンテンツを左右からフェードイン ---------------------------------- */
.section
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	transition: opacity 8s ease, transform 2s ease;
}

.fade-in-left
{
	transform: translateX(-100%);
}

.fade-in-right
{
	transform: translateX(100%);
}

hr.white
{
	width: 100px;
	height: 0;
	margin: 0% 0% 5% 0%;
	padding: 0;
	border: 0;
	border-top: 1px solid #ffffff;
}


/* 左からフェードイン */
.section:nth-child(1)
{
	transform: translateX(-100%);
}

@media (max-width: 600px)
{
	.section
	{
		transform: none;
	}
}

/* スライダー -------------------------------------- */

/* ページネーションの基本スタイル */
.swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../image/white_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 0.8vw;
  opacity: 0.8; /* 画像の透過を無くす */
  width: 0.8vw;
}
/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url(../image/purple_2.png);
  height: 0.8vw;
  width: 0.8vw;
}
/* 画像サイズ調整 */
.swiper-slide img
{
	height: auto;
	width: 100%;
}

/* ロゴ重ねる */
div.swiper_logo
{
	z-index: 100;
	position: absolute;
	width: 15%;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* ＰＣ限定の改行コード */
@media screen and (max-width: 1000px){
    .pc {display:none;}
}

/* スマホ限定の改行コード */
@media screen and (min-width: 999px){
    .sp {display:none;}
}

/* スマホのみ電話を押せるように */
@media screen and (min-width: 999px){
  .tellink {
    pointer-events: none;
  }
}