@charset "Shift_JIS";

/* **************************************************

Name: add_module.css

Description: Main CSS

Create: 2024.05.07
Update: 2025.09.30

Copyright 2018 Hitachi, Ltd.

***************************************************** */



/*
===================================================== */
/*  */

.bg_white {background-color: #fff;}

.content.bg_white {
  padding-bottom: 10px !important;
  padding-top: 30px !important;
}

h2.style01 {
  border: none;
	font-size: 250%;
	font-weight: bold;
	margin: 0 0 2vw 0 !important;
}
@media screen and (max-width:767px) {
	h2.style01 {
		font-size: 7vw;
	}
}

h2.style01::before {
	display: none !important;
}

h3.style02 {
  border: none;
	color: #333 !important;
	font-size: 141.25% !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	margin: 0 0 2vw 0 !important;
}
@media screen and (max-width:767px) {
	h3.style02 {
/*		font-size: 5vw !important;*/
    		font-size: 3.5vw !important;
	}
}

@media screen and (max-width:994px) {
  .note {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  img.sp {
    display: none;
  }
}

.visual .text_wrap {
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 100%;
/*	margin: 0 calc((100% - 965px)/2);*/
	margin: 0 auto;
	max-width: 965px;
	padding: 120px 0 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.visual .text1 {
	background-color: #E50027;
	box-sizing: border-box;
	height: 64px;
	padding: 16px 0 16px 0;
	position: relative;
	width: 300px;
	z-index: 2;
}
@media screen and (max-width:965px) {
	.visual .text1 {
		padding: 16px 0 16px 4vw;
		width: calc(300px + 4vw);
	}
}

.visual .text1::before {
	background-color: #E50027;
	content: "";
	display: block;
	height: 64px;
	position: absolute;
	right: 300px;
	top: 0;
	width: calc((100vw - 965px)/2);
}

.visual .text1::after {
	border-top: 32px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 32px solid #E50027;
	border-left: 30px solid #E50027;
	content: "";
	display: block;
	position: absolute;
	right: -59px;
	top: 0;
}

.visual .text2 {
	background-color: #231815;
	box-sizing: border-box;
	height: 218px;
	margin: -20px 0 0 0;
	padding: 55px 0 35px 0;
	position: relative;
	width: 515px;
	z-index: 1;
}
@media screen and (max-width:965px) {
	.visual .text2 {
		padding: 55px 0 35px 4vw;
		width: calc(515px + 4vw);
	}
}

.visual .text2::before {
	background-color: #231815;
	content: "";
	display: block;
	height: 218px;
	position: absolute;
	right: 515px;
	top: 0;
	width: calc((100vw - 965px)/2);
}

.visual .text2::after {
	border-top: 109px solid transparent;
	border-right: 55px solid transparent;
	border-bottom: 109px solid #231815;
	border-left: 55px solid #231815;
	content: "";
	display: block;
	position: absolute;
	right: -108px;
	top: 0;
}

.visual .text2 p:nth-of-type(1) {
	font-size: 40px;
	font-weight: bold;
}

.event_logo {
	margin: 0 0 2vw 0;
}
@media screen and (max-width:400px) {
  .event_logo img {
    width: 100%;
  }
}

.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .products {
    display: block;
    margin-bottom: 30px;
  }
}

.kugiri {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1vw;
}

@media screen and (max-width:767px) {
	.kugiri_sp {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 1vw;
	}
}

.kugiri_tate {
  border-left: 1px dashed #ccc;
	margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width:767px) {
	.kugiri_tate {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
}

.product_wrap {
	position: relative;
}

.product_wrap:nth-of-type(2) {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	.product_wrap {
		margin-bottom: 4vw;
	}
	.product_wrap:nth-of-type(2) {
		background: none;
		margin-left: 0;
	}
}

.product_container {
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding: 25px 15px 15px 15px;
}
@media screen and (max-width:767px) {
	.product_container {
		display: block;
		padding: 3vw 2vw 2vw 2vw;
	}
}

.box_wrap {
	position: relative;
}


.box_wrap .box {
	margin-bottom: 25px;
}

.box_wrap .box h4.purple {color: #A14785 !important;}

.box_wrap .box h4.blue {color: #0097BE !important;}

.box_wrap .box h4.green {color: #6BA429 !important;}

.box_wrap .box .text_and_photo {
	display: flex;
}
@media screen and (max-width:767px) {
	.box_wrap .box .text_and_photo {
		display: block;
	}
}

.box_wrap .box .text_and_photo .photo {
	display: flex;
	justify-content: space-around;
}

.box_wrap .box .text_and_photo .photo p {
	margin: 0 0 0 9px;
}

.box_wrap .box .photo {
	margin-bottom: 15px;
}

.image_container {
	display: flex;
	justify-content: center;
	padding: 0;
	position: relative;
}
@media screen and (max-width:767px) {
	.image_container {
		display: block;
		padding: 4vw 0;
	}
}

.image_container p.map01 {width: 260px;}
.image_container p.map02 {width: 440px;}
@media screen and (max-width:767px) {
	.image_container p.map01 {
		margin: 0 auto 2vw !important;
		width: 60%;
	}
	.image_container p.map02 {
		margin: 0 auto;
		width: 90%;
	}
}

.link_container {
	max-width: 230px;
	position: absolute;
	bottom: 50px;
	left: calc((100% - 660px)/2);
}
@media screen and (max-width:767px) {
	.link_container {
		margin: 4vw auto 6vw;
		max-width: none;
		position: relative;
		bottom: auto;
		left: auto;
		width: 80%;
	}
}

.link_container p {
	font-size: 100% !important;
	margin-bottom: 0 !important;
}
@media screen and (max-width:767px) {
	.link_container p {
		font-size: 112.5% !important;
		margin-bottom: 0 !important;
	}
}





