
body {
	color: #333333;
	font-size: 21px;
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

html {
	scroll-behavior: smooth;
}

:target {
	scroll-margin-top: 58px;
}
  
.c-container {
	max-width: 1000px;
	margin: 0 auto;
}

.l-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding: 9px 12px;
	background-color: rgb(255, 255, 255, 0.8);
}

.l-header .c-container {
	max-width: 100%;
}

.l-header__inner {
	display: flex;
	height: 28px;
}

.c-site-branding__title {
	flex-grow: 1;
}

h1 {
	line-height: 0;
}

.text_center {
	text-align: center;
}




.c-sns-links {
	display: flex;
	gap: 12px;
}

.c-sns-links a {
	display: block;
}

.c-sns-links a:hover {
	opacity: 0.8;
}





.c-hamburger-button {
	position: relative;
}

.c-hamburger-button__bars.active span:nth-of-type(1) {
	transform: rotate(45deg);
	transition: 0.3s ease-out;
	top: 12px;
}
.c-hamburger-button__bars.active span:nth-of-type(2) {
	opacity: 0;
}
.c-hamburger-button__bars.active span:nth-of-type(3) {
	transform: rotate(-45deg);
	transition: 0.3s ease-out;
	top: 12px;
}


.c-hamburger-button {
	width: 26px;
	margin-left: 36px;
}

.c-hamburger-button__bars {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: inherit;
	border-color: transparent;
	z-index: 999;
}

.c-hamburger-button__bars:hover {
	cursor: pointer;
}

.c-hamburger-button__bar {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #919191;
	border-radius: 1px;
	transition: 0.3s ease-out;
}

.c-hamburger-button__bar:nth-of-type(1) {
	top: 3px;
}

.c-hamburger-button__bar:nth-of-type(3) {
	bottom: 3px;
}


.c-drawer-nav {
	position: fixed;
	right: 0;
	z-index: 800;
	width: 50%;
	height: 100%;
	margin-top: 46px;
	background-color: rgb(0, 0, 0, 0.8);
	transform: translate(100%);
	transition: 0.3s ease-out;
}

.c-drawer-nav__menu {
	padding-left: 24px;
	list-style-type: none;
}

.c-drawer-nav__menu-item {
	margin: 24px 0;
	padding-left: 12px;
	border-left: solid 3px #ffffff;
}

.c-drawer-nav__menu-item a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.25;
	text-decoration: none;
}

.c-drawer-nav__menu-item a span {
	font-size: 14px;
}


.c-drawer-nav.open {
	transform: translate(0);
	transition: 0.3s ease-out;
}




.l-contents {
	padding-top: 46px;
}


.main-image img {
	width: 100%;
}







.c-section {
	padding: 48px 12px;
}

.p-section__topics {
	padding-top: 72px;
}

.p-section__presentation {
	background-color: #ffffff;
}

.p-section__introduction {
	
}

.c-section__inner {
	max-width: 1000px;
	margin: 0 auto;
}




.c-1column {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}




.c-2column,
.c-3column {
	display: flex;
	margin-top: 24px;
	gap: 24px;
}

.c-2column__container > *,
.c-3column__container > * {
	margin-top: 0;
}

.c-2column__container {
	width: calc((100% - 24px) / 2);
}

.c-3column__container {
	width: calc((100% - 48px) / 3);
}





.c-heading2 {
	display: flex;
	padding: 12px 24px;
	color: #ffffff;
	font-size: 30px;
	background-color: #c2598c;
}





.c-heading3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
}

.c-heading2 + *,
.c-heading3 + * {
	margin-top: 36px;
}

.c-heading2__sub {
	margin: 16px 0 0 24px;
	font-size: 24px;
	font-weight: bold;
}

.c-heading2__main {
	text-shadow: 2px 2px 3px #919191, 2px 3px 3px #cbcbcb;
}




.c-heading3__main {
	margin-top: 12px;
	padding-left: 9px;
	color: #231815;
	border-left: solid 9px #231815;
}

.c-heading3__sub {
	display: inline-block;
	padding: 6px 12px;
	font-size: 18px;
	background-color: #040000;
}

.c-heading3__text_pink {
	color: #C25A8C;
	font-size: 28px;
}

.c-heading3.newitem::before {
	content: "新商品";
	display: inline-block;
	padding: 6px 12px;
	font-size: 18px;
	background-color: #e61f19;
}

.c-section__h3-contents {
	/*margin-top: 48px;*/
	padding: 60px 50px 0;
	background-color: #ffffff;
}





.c-section__h2 .c-section__h3-contents:nth-of-type(1) {
	padding-top: 0;
}

.c-section__h3 {
	display: flex;
	flex-direction: column;
}

.p-section__topics .c-section__h3 .c-heading3 {
	order: 2;
	margin-top: 24px;
}

.p-section__topics .c-section__h3 > figure {
	order: 1;
}

.p-section__topics .c-section__h3 > p {
	order: 3;
	font-size: 20px;
    line-height: 2;
    /*background-color: #E6E7E8;
    padding: 12px 24px;*/
}

.btn {
	order: 4;
	margin: 24px auto 0;
}
.btn:hover {
	opacity: 0.8;
}


.c-section__h3 + .c-section__h3 {
	margin-top: 60px;
}



.p-section__topics--product-image {
	position: relative;
}


.p-section__topics--product-image-number {
	position: absolute;
	top: -30px;
	left: -40px;
}




.seminer_block {
	padding: 30px 50px;
	margin: 12px auto;
    background-color: #EFEFEF;
}
.seminer_block h4 {
    position: relative;
    padding-left: 18px;
	margin-bottom: 6px;
}
.seminer_block h4::before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 13px #C25A8C;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.seminer_block figure a:hover {
    opacity: 0.8;
}



.u-emphasis01 {
	padding-left: 1em;
	text-indent: -1em;
	color: #E83919;
	letter-spacing: -0.5px;
}







/*.p-section__access h3 span {
	display: inline-block;
    padding: 3px 18px;
    background-color: #C25A8C;
	color: #ffffff;
	margin-right: 12px;
}*/



.p-section__access--heading-area {
	display: flex;
	align-items: flex-start;
}

.p-section__access--heading-area p {
	margin-top: 0;	
}

.p-section__access1 .p-section__access--heading-area h3 {
    color: #333333;
}


.p-section__access--heading-header {
	padding: 6px 0;
	width: 90px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    background-color: #C25A8C;
}

.p-section__access--heading-area .p-section__access--heading-body {
	margin-left: 18px;
}


.p-section__access1 .p-section__access--heading-area {
	align-items: center;
}

.p-section__access2 .p-section__access--heading-area h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 516px;
	margin-top: 3px;	
}


.p-section__access--heading-note {
	margin-top: 6px;
	font-size: 16px;
}


.map {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	margin-top: 18px;
}
  
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.p-section__access figure {
	margin: 18px auto 0;
}

.p-section__presentation1 .c-heading3__text_pink {
	font-size: 32px;
	text-align: center;
}


.p-section__special-information1 .c-heading3__text_pink {
	text-align: center;
}

.fukidashi span {
	/*position: relative;*/
}
.fukidashi span::before,
.fukidashi span::after {
	content: "";
	display: inline-block;
	background: #C25A8C;
	width: 2px;
	position: absolute;
}

.fukidashi span {
	position: relative;
}
.fukidashi span::before,
.fukidashi span::after {
	height: 124px;
	top: 0;
	/*margin: 0 -120px;*/
}
.fukidashi span::before {
	left: 0;
	transform: rotate(-20deg);
	margin-left: -110px;
}
.fukidashi span::after {
	right: 0;
	transform: rotate(20deg);
	margin-right: -150px;
}

.p-section__special-information .coupon {
	margin: 0 auto 12px;
}
.p-section__special-information .coupon figure {
	padding: 6px 0;
}


.l-footer {
	padding: 6px;
	background-color: #c2598c;
}

.c-copyright {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}




.u-p000 {
	padding: 0;
}







/*メディアクエリ*/
@media (max-width: 1024px) {
	.c-heading2 {
		flex-direction: column;
		font-size: 21px;
	}
	.c-heading2__sub {
		font-size: 18px;
	}
	.c-heading2__sub {
		margin: 0;
	}
	.c-2column,
	.c-3column {
		flex-direction: column;
		align-self: center;
	}
	.c-2column__container {
		width: 100%;
	}
	.p-section__presentation1 .c-heading3__text_pink {
		font-size: 30px;
	}
}

@media (max-width: 639px) {
	body {
		font-size: 16px;
	}
	.c-site-branding__title img {
		padding-top: 2px;
		width: 220px;
	}
	.c-hamburger-button {
		margin-left: 12px;
	}
	.c-sns-links {
		gap: 6px;
	}
	.c-drawer-nav {
		width: 84%;
	}
	.c-section {
		padding: 24px 12px 12px;
	}

	.c-2column__container {
		width: 100%;
	}
	.c-3column__container {
		width: 100%;
	}

	
	.c-heading3 {
		font-size: 21px;
	}
	.c-heading3__sub {
		font-size: 16px;
	}


	.c-section__h3-contents {
		padding: 24px 0;
	}
	.c-section__h3 + .c-section__h3 {
		margin-top: 24px;
	}
	
	.p-section__topics .c-heading3 + * {
		margin-top: 36px;
	}
	.p-section__topics1 {
		padding-top: 18px;
	}
	.p-section__topics--product-image-number {
		width: 80px;
		top: -65px;
		left: 6px;
	}
	.p-section__topics .c-section__h3 > p {
		font-size: 15px;
		/*padding: 6px 12px;*/
	}
	.c-heading3__text_pink {
		font-size: 24px;
		line-height: 1.25;
	}
	.seminer_block {
		padding: 20px;
	}
	.p-section__presentation .seminer_block:nth-of-type(3) h4::before {
	    margin-top: -18px;
	}

	.p-section__introduction h3 {
		padding: 24px 0 24px 80px;
		font-size: 18px;
	}
	.p-section__introduction .p-section__introduction1 h3 {
		margin-top: 12px;
	}
	.p-section__introduction .p-section__introduction1 h3,
	.p-section__introduction .p-section__introduction2 h3,
	.p-section__introduction .p-section__introduction3 h3 {
		background-size: 70px;
	}
	.map {
		padding-top: 100%;
	}
	.p-section__presentation1 .c-heading3__text_pink {
		font-size: 21px;
		text-align: left;
	}
	.p-section__special-information1 .c-heading3__text_pink {
		font-size: 16px;
	}
	.fukidashi span {
		display: inline-block;
		padding: 0 16px;
	}
	.fukidashi span::before,
	.fukidashi span::after {
		height: 70px;
		bottom: -5px;
		margin: 0;
	}
	.fukidashi span::before {
		transform: rotate(-20deg);
	}
	.fukidashi span::after {
		transform: rotate(20deg);
	}

	.p-section__access--heading-header {
		width: 74px;
	}
	.p-section__access--heading-area .p-section__access--heading-body {
		margin-left: 12px;
	}
	.p-section__access2 .p-section__access--heading-area h3 {
		align-items: center;
		font-size: 18px;
		letter-spacing: -0.5px;
	}
	.p-section__access2 .p-section__access--heading-area h3 .p-section__access--heading-booth-name {
		width: 48%;
	}
	.p-section__access2 .p-section__access--heading-area h3 .p-section__access--heading-booth-place {
		width: 52%;
		text-align: right;
	}
	.p-section__access2 .p-section__access--heading-area h3 .p-section__access--heading-booth-name:nth-of-type(3) {
	}
	.p-section__access--heading-note {
		font-size: 12px;
		padding-left: 12px;
		text-indent: -12px;
	}
}







.c-slider__main {
	text-align: center;
}

.c-slider__booth .c-slider__main-overlay {
	position: absolute;
	top: 0;
	z-index: 100;
}

.c-slider__booth .swiper_buttons {
	position: relative;
	z-index: 200;
}

.c-slider__booth .swiper_buttons [class^="swiper-button-"] {
	top: -300px;
    width: 48px;
    height: 48px;
}

.c-slider__booth .swiper_buttons [class^="swiper-button-"]::after {
    content: "";
}

.c-slider__booth .swiper_buttons .c-slider__buttons .swiper-pagination {
	position: relative;
	bottom: -6px;
	z-index: 200;
}

.c-slider__booth .swiper-pagination-bullet {
	width: 12px !important;	
	height: 12px !important;	
}

.c-slider__booth .swiper-pagination-bullet-active {
	background-color: #666 !important;	
}


.swiper {
	max-width: 1000px;
}

.swiper img {
	width: 100%;
}

.swiper_thumbnail .swiper-slide {
	cursor: pointer;
}

.c-slider__dots {
	display: flex;
	justify-content: space-between;
	width: 100px !important;
	margin: 0 auto;
}

.c-slider__dot {
	width: 12px !important;
	height: 33px !important;
}

.swiper_thumbnail .swiper-slide-thumb-active,
.swiper_thumbnail2 .swiper-slide-thumb-active {
	background-image: url(../img/slider_dot-dark.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.swiper_thumbnail img,
.swiper_thumbnail2 img {
	vertical-align: bottom;
}


.p-section__access .swiper {
	max-width: 900px;
}

.p-section__access .c-slider__dots {
	width: 100px !important;
}


@media (max-width: 991px) {
	.p-section__access .swiper {
		max-width: 100%;
	}
	.c-slider__booth .swiper_buttons [class^="swiper-button-"] {
		top: -260px;
	}
	.p-section__access .c-slider__booth .swiper_buttons [class^="swiper-button-"] {
		top: -220px;
	}
}


@media (max-width: 639px) {
	.c-slider__booth .swiper_buttons [class^="swiper-button-"] {
		top: -200px;
	}
	.p-section__access .c-slider__booth .swiper_buttons [class^="swiper-button-"] {
		top: -130px;
	}
	.c-slider__dot {
		height: auto !important;
	}
}



/* スクロールCSS */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
  }
  .fade-in-up {
	transform: translate(0, 50px);
  }
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }
  
  
  .video-pc {
}

.video-sp {
	display: none;
}

@media (max-width: 639px) {
	.video-pc {
		display: none;
	}
	
	.video-sp {
		display: block;
	}
}



.main-visual video {
	width: 60%;
	height: 60%;
	vertical-align: top;
	
}

@media (max-width: 639px) {
	.main-visual video {
		width: 100%;
		height: auto;
	}
}