@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* 見出し */
.chouchin__hdg-background {
	position: relative;
	width: 100%;
}

.chouchin__hdg-background h3 {
	width: 100%;
	margin-bottom: 0;
	padding: 15px 15px 40px;
	border: none;
	color: #cb2e16;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1rem;
}

.chouchin__hdg-background h3:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #cb2e16;
}

.chouchin__hdg-background h3 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}

.chouchin__hdg-text {
	font-weight: bold;
	text-align: center;
	margin-top: .6rem;
	font-size: 16px;
}

.chouchin__hdg-img {
	width: 100%;
	margin-top: 1rem;
}

.chouchin__hdg-lead {
	margin-top: 1rem;
}

.chouchin__hdg-lead .lead-item {
	margin-top: 1rem;
}


/* case
------------------------------- */
.case {
  margin-top: 56px;
  margin-bottom: 60px;
}

.case__inner {
  min-width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.case__title {
  font-weight: 500;
  font-size: 36.13px;
  text-align: center;
  border-bottom: 6px solid #000;
}

.case__lead {
  margin: 12px 0 20px; 
}

.case__lead span {
  color: #ff0000;
}

.case-list__detail-img a {
  display: block;
  transition: all 0.3s;
}

.case-list__detail-img a:hover {
  opacity: 0.6;
}

.case-list__detail-description {
  text-align: center;
font-size: 14px;
}


/* 提灯事例集 */
.case-list__detail-term {
    margin-top: 12px;
    margin-bottom: 2px;
    text-align: center;
    font-weight: bold;
    text-underline-offset: 2px;
    font-size: 16px;
}

/* ページ内リンク */
.point_link {
	display: flex;
	justify-content: space-around;
	margin: 0 0 100px;
}

.point_link img {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.point_link a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.case-list__item {
  width: calc(25% - 18px);
  box-sizing: border-box;
}

/* ----- 製作実績例 ----- */
.case_container {
	margin-bottom: 80px;
}

/* 製作実績例見出し */
.case_section {
	background-color: #1389bb;
	padding: 30px 10px 6px;
}

.case_title {
	display: flex;
}

.case_title h4 {
	font-size: 30px;
	color: #fff;
	padding-right: 40px;
}

.case_title > ul {
	display: flex;
}

.case_title > ul > li {
background-color: #1c2c6f;
border: solid 3px #fff;
border-radius: 9999px;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 2px 20px;
margin-right: 10px;
}

.case_section > p {
	color: #fff;
}

/* 製作実績例 */
.case_section2 {
	background-color: #f8fbff;
	padding: 30px 20px;
}


.case_head {
	font-size: 24px;
	font-weight: bold;
	color: #345788;
	margin-bottom: 10px;
}

.case_head::before {
	content: '■';
}

.case_name {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px double #007cb1;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.case_image {
	display: flex;
	gap: 40px;
}

/* 実績仕様 */
.case_specification_section {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	    box-shadow: 0px 4px 8px rgba(22, 93, 123, 0.5) ;
}

.case_specification_head {
	margin-bottom: 0 !important;
	position: relative;
	display: inline-block;
	padding: 0 26px;
	font-size: 18px;
	color: #345788;
	font-weight: bold;
}

.case_specification_head:before, .case_specification_head:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #345788;
}

.case_specification_head:before {
  left:0;
}
.case_specification_head:after {
  right: 0;
}

.case_specification_box {
	display: flex;
	align-items: center;
	gap: 25px;
}

.case_specification {
  flex: 1;
  margin-top: -10px;
}

.case_specification_text {
  flex: 1;
}

/*table*/
.table-hdg {
	position: relative;
	margin-top: 2.5rem;
	padding-bottom: 0.3rem;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #dddddd;
}

.table-hdg::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #345788;
}

.table {
	display: flex;
	margin-top: 1rem;
	flex-direction: column;
	border: 1px solid #111;
}

.table-row {
	display: flex;
	border-bottom: 1px solid #111;
}

.table-cell {
	flex: 80%;
	padding: 10px;
	border-right: 1px solid #111;
}

.table-cell:last-child {
	border-right: none;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.table-row:last-child {
	border-bottom: none;
}

.heading {
	flex: 20%;
	background-color: #345788;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	flex-shrink: 0;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

/* イベントにおすすめの提灯 */
.pickup_section {
	background-color: #f8fbff;
	border-top: 1px solid #1389bb;
    border-bottom: 1px solid #1389bb;
	position: relative;
	margin: 110px 0;
}

.pickup_section::before {
	content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../../../images/scene/event/kilanekko.png);
    width: 165px;
    height: 120px;
    top: -70px;
    left: 50%;
    transform: translateX(-41%);
    z-index: -999;
    background-size: contain;
}

.pickup_section>h4 {
	font-size: 36px;
	color: #1389bb;
	padding-top: 24px;
	margin: 0 auto;
	width: fit-content;
	background: linear-gradient(transparent 70%, #f7f379 70%);
	padding-left: 10px;
	padding-right: 10px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF,  0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.pickup_section>p>img {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-top: 10px;
}

.pickup_section > ul {
	display: flex;
	gap: 15px;
	padding: 0 20px;
}

.pickup_section > ul a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/* ----- 選べる！名入れ箇所と名入れ方法 ----- */
/* 名入れ箇所 */
.decide-design-namePrinting  {
	margin-bottom: 60px;
}

.decide-design-namePrinting > h4 {
font-size: 20px;
}

.decide-design-namePrinting > h4::before {
	content: '■';
	color: #cb2e16;
}

.naire_point_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.naire_point_text2 {
	text-align: right;
}

.naire_point_text {
  margin-bottom: 10px;
}

.decide-design-namePrinting>.material-list {
  margin-top: 0;
}
/* 名入れ方法 */
.btn-naire-page {
    margin-top: 20px !important;
}

.btn-naire-page {
    margin: 0 auto 1.5rem;
    width: 300px;
}

.btn-naire-page {
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: rgb(224, 23, 23);
    border-radius: 25px;
    color: rgb(255, 255, 255);
}

.btn-naire-page:hover {
    opacity: 0.5;
    transition: 0.2s;
    text-decoration: none;
}

/* 目的や空間にぴったりの素材を見つけられる */
.material {
  margin-top: 56px;
}

.material__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.material__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #fefefe;
  padding: 12px;
  background-image: linear-gradient(to right, #664003, #b59229 48%, #fbfccf)
}

.material__lead {
  margin-top: 16px;
}

.material-list {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 16px;
}

.material-list2 {
	margin-bottom: 100px;
}

.material-list__item {
  width: calc((100% - 40px * 2) / 3);
  flex: 0 0 auto;
}

.material-list__item a {
  display: block;
  color: #333;
  transition: 0.5s;
}

.material-list__item a:visited {
  color: #333;
}


.material-list__item a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #333;
}

.material-list__item-text {
  margin-top: 16px;
}

/* プロジェクション提灯・ダウンライト提灯 */
.new_chouchin_section {
	background-image: url(../../../images/scene/event/background_image.png);
	background-repeat: no-repeat;
	margin-bottom: 100px;
}

.new_chouchin_flex {
	display: flex;
}

.new_chouchin_top {
	background-image: url(../../../images/scene/event/speech_bubble.png);
	background-repeat: no-repeat;
	font-size: 28px;
	color: #cb2e16;
	font-weight: bold;
	background-position: 20px 20px;
	padding: 38px 60px 30px;
	margin-bottom: 5px;
}

.new_chouchin_img {
	padding: 40px 30px 0;
}

.new_chouchin_content a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.new_chouchin_text > ul > li {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	background-color: #44adda;
	margin-bottom: 20px;
	width: fit-content;
	padding: 5px 30px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	margin-left: 20px;
}

.new_chouchin_text p:nth-of-type(2) {
	color: #1389bb;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
		-2px 2px 0 #FFF, 2px -2px 0 #FFF,
		0px 2px 0 #FFF, 0-2px 0 #FFF,
		-2px 0 0 #FFF, 2px 0 0 #FFF;
	border-bottom: 4px double #007cb1;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.new_chouchin_box {
	display: flex;
	justify-content: space-around;
	padding: 0 50px;
}

.new_chouchin_content {
width: calc((100% - 40px * 2) / 2);
}

.new_chouchin_content > a > p {
	margin-bottom: 5px;
}

.new_chouchin_content_text {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	padding: 10px;
}

/* 形状から選ぶ内部リンク */
.btn_shape_link {
	margin-bottom: 80px;
}

.btn_shape_link_margin {
	margin-bottom: 120px;
}

.btn_shape_link ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn_shape_link ul li:hover {
    opacity: 0.5;
    transition: 0.2s;
}