@charset "UTF-8";
/*-----------------------------
base
-----------------------------*/
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Libre Franklin', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.6;
	overflow-x: hidden;
	text-align: center;
	background-color: #fff;
}
section {
	position: relative;
	overflow:hidden;
}
h1 {
	font-size: 8rem;
	margin: 0;
	line-height: 1.3;
	font-weight: 600;
}
h2 {
	font-size: 5rem;
	font-weight: bold;
}
p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
}
.pcStyle {
	display: block;
}
.spStyle {
	display: none;
}
.event-area, .product-area {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
 @media screen and (max-width:768px) {
h1 {
 font-size: 4rem;
}
 h2 {
 font-size: 3rem;
}
 p {
 font-size: 1.4rem;
}
 img {
 width: 100%;
 height: auto;
}
 .pcStyle {
 display: none;
}
.spStyle {
 display: block;
}
 .event-area, .product-area {
 width: 100%;
 max-width: 100%;
}
}
/*メインビジュアル*/
.main-visual {
	font-family: 'Libre Franklin', sans-serif;
	background: url('../images/visual/top-visual.jpg') no-repeat center center;
	background-size: auto;
	background-size: cover;
	padding: 150px 0;
	font-weight: bold;
}
.main-visual .l-sub {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.main-visual .l-sub h1 {
	font-weight: 600;
}
.main-visual .l-sub p {
	font-family: 'Libre Franklin', sans-serif;
}
.main-visual .l-sub p.sub_ttl {
	font-size: 5rem;
	margin-top:20px;
	margin-bottom: 0;
}
.main-visual .l-sub p.date {
	font-size: 2.5rem;
	 margin-bottom: 2%;
}
.main-visual .l-sub p.date span {
	font-size: 3.5rem;
}
.main-visual .l-sub p.hash_tag {
	font-size: 2rem;
	margin-top: 5px;
}
 @media screen and (max-width:768px) {
.main-visual {
 background: transparent url('../images/visual/sp-top-visual.jpg') no-repeat center center;
 background-size: auto;
 background-size: cover;
 padding: 14% 0;
 font-family: 'Libre Franklin', sans-serif;
}
 .main-visual .l-sub p.sub_ttl {
 font-size: 2.5rem;
 margin-top: 10px;
}
 .main-visual .l-sub p.date {
 font-size: 1.3rem;
}
 .main-visual .l-sub p.date span {
 font-size: 2rem;
}
 .main-visual .l-sub p.hash_tag {
 font-size: 1.3rem;
}
}


/*EVENT*/

.event-area {
	margin-top: 5%;
	margin-bottom: 5%;
}
.event-area .l-sub h2 {
	margin-bottom: 6%;
}
.event-area .l-sub p {
	margin: 2% 0 0;
	line-height: 2;
}
 @media screen and (max-width:768px) {
.event-area {
 margin-top: 12%;
 margin-bottom: 12%;
}
.event-area .l-sub h2 {
 margin-bottom: 2%;
}
.event-area .l-sub p {
 margin: 8% 0 0;
}
}


/*PRODUCT*/
.product-area .l-sub h2 {
	margin-bottom: 10%;
}
.product-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 5%;
}
.product-box_in {
	width: calc((100% - 10px)/4);
}
.product-box_in dt {
	padding: 5% 5% 0;
}
 .product-box_in:nth-child(2) dt img, .product-box_in:nth-child(3) dt img {
 width: 80%;
}
 .product-box_in:nth-child(6) dt img {
 width: 70%;
}
.product-box_in dd {
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	line-height: 1.4;
	margin: 5px;
}
.product-box_in dd span {
	display: block;
	font-family: "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
}
 @media screen and (max-width:768px) {
.product-box_in {
 width: calc((100% - 10px)/2);
}
 .product-box_in:nth-child(2) dt img, .product-box_in:nth-child(3) dt img {
 width: 85%;
}
 .product-box_in:nth-child(6) dt img {
 width: 75%;
}
}


/*ACSESS*/

.access-area {
	margin: 5% 0;
}
.access-area .l-sub h2 {
	margin-bottom: 2%;
}
.access-area iframe {
	height: 500px;
}
.access-area p {
	text-align: center;
	padding: 10px !important;
	line-height: 2;
	margin-bottom: 0 !important;
	width: 980px;
	margin: 0 auto;
}
.a2a_svg {
	border-radius: 50% !important;
	padding: 2px !important;
}
.addtoany_list a {
	margin: 10px;
}
.addtoany_list a span {
	width: 40px !important;
	line-height: 40px !important;
	height: 40px !important;
}
 @media screen and (max-width:768px) {
.access-area {
 margin: 20% 0 10%;
}
 .access-area .l-sub h2 {
 margin-bottom: 12%;
}
 .access-area iframe {
 height: 300px;
}
 .access-area p {
 text-align: left;
 margin-bottom: 0 !important;
 width: 100%;
}
 .addtoany_list a {
 margin: 5px;
}
.addtoany_list a span {
 width: 56px !important;
 line-height: 56px !important;
 height: 56px !important;
}
}
 @media screen and (max-width:375px) {
.addtoany_list a span {
 width: 46px !important;
 line-height: 46px !important;
 height: 46px !important;
}
}


/*footer*/
.l-footer, .l-footer p {
	font-family: "Helvetica Neue", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
