@charset "UTF-8";
/* CSS Document */

section {
	color: #666;
}

@media only screen and (max-width:960px) {
	/*スマホ*/
	.main {
		position: relative;
		margin-bottom: 3em;
	}
	
	.img,
	.img img,
	.main_title img,
	section h2 img,
	.point3 h3 img,
	.point_img img,
	.pre_btn img,
	.flow img {
		width: 100%;
	}

	.concept {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
		height: 100px;
	}
	.concept > img {
		width: 70%;
	}
	.con {
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.main_title {
		width: 85%;
		text-align: center;
		margin: 0 auto 1em;
	}
	
	.card05 .slide {
	    width: 90vw;
	}
	.l-section .l-inner {
		padding-bottom: 2em;
	}
	.text_sp {
		width: 85vw;
		margin: 0 auto 3em;
		font-size: 1.6rem;
	}
	section h2 {
		width: 75vw;
		margin: 0 auto 1em;
	}

	ul.works {
		width: 90vw;
		margin: 0 auto 3em;
	}
	
	.works li {
		width: 100%;
		margin-bottom: 2em;
	}
	.works li img {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.works h3 {
		text-align: center;
		font-size: 1.6rem;
	}
	.works h3 span {
		text-align: center;
		font-size: 1.2rem;
		display: block;
	}
	
	/* モーダル本体 */
	.modal-content{
		position: absolute;
		top: 110px;
		left: 50%;
		transform: translateX(-50%);
		/*overflow: scroll;*/
		height: auto;
		width: 90%;
		background: #fff;
		padding: 15px;
	}
	.m_photo01 {
		width: 100%;
		height: 140px;
		margin-bottom: 5px;
	}
	
	.m_photo01 img,
	.m_photo_sp img{
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	
	ul.m_txt {
		width: 100%;
		margin-bottom: 10px;
	}
	ul.m_txt li {
		border-bottom: 1px solid #ccc;
		padding:0.25em 0;
	}
	ul.m_txt li:first-child,
	ul.m_txt li:last-child {
		border-bottom: 1px solid #666;
	}
	
	ul.m_txt li:first-child {
		font-size: 1.7rem;
	}
	ul.m_photo_sp {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.m_photo_sp li {
		width: calc((100% - 10px) / 2);
		height: 90px;
		margin-right:10px;
		margin-bottom:10px;
	}
	ul.m_photo_sp li:nth-child(2n) {
		margin-right:0;
	}
	
	.point3 h3 {
		margin:0 auto 1em;
		width: 90vw;
	}
	
	.point_img {
		width: 90vw;
		margin: 0 auto 1em;
	}
	
	.point3 .text_sp {
		margin:0 auto 2em !important;
	}
	.point3 hr {
		border-bottom: 1px solid #666;
		margin:0 auto 2em;
		width: 90vw;
	}
	
	.p_end {
		text-align: center;
		font-size: 2.1rem;
		margin-bottom: 1.5em;
	}
	.sankaku {
		display: block;
		width: 60px;
		height: auto;
		margin: 0 auto 1.5em;
	}
	/* バナー全体の枠 */
	.book-banner {
		position: relative;
		max-width: 90vw; 
		margin: 40px auto;
		padding: 1.5em 1em;
		background-color: #FFF;
		border: 1px solid #666;
		text-align: center;
		/* シアー（傾斜）をかける */
		transform: skewY(-4deg); 
	}

	/* 白いタグ：打ち消しを削除し、枠と同じ角度を維持 */
	.book-tag {
		position: absolute;
		top: -1em;
		left: 50%;
		/* 水平に戻す skewY(4deg) を削除し、中央配置の translateX だけ残す */
		transform: translateX(-50%);
		background-color: #fff;
		padding: 0 1em;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		z-index: 10;
		white-space: nowrap;     /* 絶対に改行させない */
		width: auto;             /* 文字幅に合わせる */
		min-width: 300px;        /* 短すぎるときの最小幅（任意） */
	}

	/* メッセージ部分：打ち消しを削除 */
	.book-content {
		/* transform: skewY(4deg); を削除 */
	}

	.book-content p {
		margin: 0;
	}
	
	.m0 {
		margin: 40px auto 0 !important;
	}

	.sarani {
		font-size: 3rem;
		text-align: right;
		margin:0 auto 3em;
		width: 90vw;
	}
	.gentei {
		font-size: 2rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.ticket {
		width: 65vw;
		margin: 0 auto 0.5em;
		display: block;
	}
	.ticket_ut {
		text-align: center;
		margin:0 auto 3em;
		width: 90vw;
	}
	
	.gouka {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.pre_btn {
		display: block;
		width: 90vw;
		margin: 0 auto 0.5em;
	}

	.prebtn_txt {
		text-align: center;
		margin-bottom: 5em;
	}
	.flow {
		width: 75vw;
		margin: 0 auto 1em;
	}

	.all_standard {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.logo_with {
		width: 50vw;
		display: block;
		margin: 0 auto 1em;
	}
	.m80 {
		margin: 0 auto 1.5em !important;
	}
	
	/* バナー全体の枠：シアーなしの長方形 */
	.info-banner {
		position: relative;
		width: 90vw;
		margin: 0 auto 40px;
		padding: 1.5em 1em; /* 見出しが乗る分、上の余白を確保 */
		background-color: #FFF;
		border: 1px solid #666;
		text-align: center;
		border-radius: 8px; /* 角を少し丸くすると画像に近くなります */
	}

	/* 白い見出し：長い文章でも改行せず、文字幅に合わせる */
	.info-tag {
		position: absolute;
		top: -28px; /* 枠の線上に配置 */
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		padding: 10px 30px;

		/* 文章を改行させない設定 */
		white-space: nowrap;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;

		font-size: 1.8rem;
		z-index: 10;
	}

	/* ピンアイコンのCSS再現 */
	.icon-pin {
		display: inline-block;
		width: 18px;
		height: 18px;
		border: 2px solid #666;
		border-radius: 50% 50% 50% 0;
		transform: rotate(-45deg);
		margin-right: 12px;
		margin-top: -4px;
		position: relative;
	}
	.icon-pin::after {
		content: "";
		width: 6px;
		height: 6px;
		background: #666;
		border-radius: 50%;
		position: absolute;
		top: 4px;
		left: 4px;
	}

	/* 中のコンテンツ */
	.info-content {
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	
	.last_ut {
		text-align: center;
		margin:1em auto 3em;
		width: 90vw;
	}
	
	
	.pc_on {
		display: none;
	}
	
}

@media screen and (min-width:961px) {
	/*PC*/
	.main {
		position: relative;
		margin-bottom: 120px;
	}
	.img,
	.img img {
		width: 100%;
	}
	.concept {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
		height: 25%;
		text-align: center;
	}
	.concept > img {
		width: 50%;
	}
	.con {
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	.main_title {
		width: 1100px;
		text-align: center;
		margin: 0 auto 115px;
	}
	
	.card05 .slide {
	    width: 1200px;
	}
	
	.l-section .l-inner {
		padding-bottom: 90px;
	}
	
	.text_sp {
		width: 1100px;
		margin: 0 auto 220px;
		font-size: 2.6rem;
		line-height: 160%;
	}
	
	/*PCのみ*/
	.tcenter {
		text-align: center;
	}
	
	section h2 {
		width: 1100px;
		margin: 0 auto 65px;
	}
	
	ul.works {
		max-width: 1920px;
		min-width: 1100px;
		margin: 0 auto 80px;
		display: flex;
		flex-wrap: wrap;
		padding: 0 60px;
	}
	
	.works li {
		width: calc((100% - 60px) / 2);
		margin-right: 60px;
		margin-bottom: 70px;
	}
	.works li:nth-child(2n) {
		margin-right: 0;
	}
	.works li img {
		width: 100%;
		margin-bottom: 18px;
	}
	.works h3 {
		text-align: center;
		font-size: 2.6rem;
	}
	.works h3 span {
		text-align: center;
		font-size: 1.6rem;
		display: block;
	}
	/* モーダル本体 */
	.modal-content{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/*overflow: scroll;*/
		width: 950px;
		background: #fff;
		padding: 30px;
	}
	.m_photo01 {
		width: 430px;
		height: 250px;
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.m_photo01 img,
	.m_photo_sp img{
		object-fit: cover;
		height: auto;
		width: 100%;
	}
	
	ul.m_txt {
		width: calc(100% - 460px);
		float: left;
		margin-bottom: 30px;
	}
	ul.m_txt li {
		border-bottom: 1px solid #ccc;
		line-height: 39px;
	}
	ul.m_txt li:first-child,
	ul.m_txt li:last-child {
		border-bottom: 1px solid #666;
	}
	
	ul.m_txt li:first-child {
		line-height: 45px !important;
		font-size: 2rem;
	}
	ul.m_photo_sp {
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	ul.m_photo_sp li {
		width: calc((100% - 90px) / 4);
		height: 133px;
		margin-right:30px;
	}
	ul.m_photo_sp li:last-child {
		margin-right:0;
	}
	
	.point3 h3 {
		margin:0 auto 50px;
		text-align: center;
	}

	
	.point_img {
		max-width: 1920px;
		min-width: 1100px;
		margin: 0 auto 60px;
		padding: 0 60px;
	}
	.point_img img {
		width: 100%;
	}
	.point3 .text_sp {
		margin:0 auto 130px !important;
	}
	.point3 hr {
		border-bottom: 1px solid #666;
		margin:0 auto 130px;
		max-width: 1800px;
	}
	
	.p_end {
		text-align: center;
		font-size: 5.4rem;
		margin-bottom: 60px;
	}
	.sankaku {
		display: block;
		width: 130px;
		height: 50px;
		margin: 0 auto 60px;
	}
	
	/* バナー全体の枠 */
	.book-banner {
		position: relative;
		max-width: 1100px; 
		margin: 80px auto;
		padding: 60px 20px;
		background-color: #FFF;
		border: 1px solid #666;
		text-align: center;
		/* シアー（傾斜）をかける */
		transform: skewY(-4deg); 
	}

	/* 白いタグ：打ち消しを削除し、枠と同じ角度を維持 */
	.book-tag {
		position: absolute;
		top: -1em;
		left: 50%;
		/* 水平に戻す skewY(4deg) を削除し、中央配置の translateX だけ残す */
		transform: translateX(-50%);
		background-color: #fff;
		padding: 12px 60px;
		font-size: 4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		z-index: 10;
		white-space: nowrap;     /* 絶対に改行させない */
		width: auto;             /* 文字幅に合わせる */
		min-width: 300px;        /* 短すぎるときの最小幅（任意） */
	}

	/* メッセージ部分：打ち消しを削除 */
	.book-content {
		/* transform: skewY(4deg); を削除 */
		font-size: 3rem;
		line-height: 2;
		letter-spacing: 0.15em;
	}

	.book-content p {
		margin: 0;
	}
	
	.m0 {
		margin: 80px auto 0 !important;
	}

	.sarani {
		font-size: 6rem;
		text-align: right;
		margin:0 auto 70px;
		width: 1100px;
	}

	.gentei {
		font-size: 4.8rem;
		margin-bottom: 35px;
		text-align: center;
	}
	.ticket {
		width: 876px;
		height: 485px;
		margin: 0 auto 5px;
		display: block;
	}
	.ticket_ut {
		font-size: 2.3rem;
		text-align: right;
		margin:0 auto 80px;
		width: 876px;
	}
	
	.gouka {
		font-size: 6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.pre_btn {
		display: block;
		max-width: 1200px;
		min-width: 1100px;
		margin: 0 auto 20px;
	}
	.pre_btn img {
		width: 100%;
	}
	.prebtn_txt {
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 220px;
	}
	.flow {
		max-width: 1400px;
		min-width: 1100px;
		margin: 0 auto 90px;
	}
	.flow img {
		width: 100%;
	}
	.all_standard {
		font-size: 5rem;
		text-align: center;
		margin-bottom: 50px;
	}
	.logo_with {
		width: 600px;
		display: block;
		margin: 0 auto 90px;
	}
	.m80 {
		margin: 0 auto 80px !important;
	}

	/* バナー全体の枠：シアーなしの長方形 */
	.info-banner {
		position: relative;
		max-width: 1100px;
		margin: 0 auto 40px;
		padding: 60px 20px 40px; /* 見出しが乗る分、上の余白を確保 */
		background-color: #FFF;
		border: 1px solid #666;
		text-align: center;
		border-radius: 8px; /* 角を少し丸くすると画像に近くなります */
	}

	/* 白い見出し：長い文章でも改行せず、文字幅に合わせる */
	.info-tag {
		position: absolute;
		top: -28px; /* 枠の線上に配置 */
		left: 10%;
		background-color: #fff;
		padding: 10px 30px;

		/* 文章を改行させない設定 */
		white-space: nowrap;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;

		font-size: 3.2rem;
		z-index: 10;
	}

	/* ピンアイコンのCSS再現 */
	.icon-pin {
		display: inline-block;
		width: 18px;
		height: 18px;
		border: 2px solid #666;
		border-radius: 50% 50% 50% 0;
		transform: rotate(-45deg);
		margin-right: 12px;
		margin-top: -4px;
		position: relative;
	}
	.icon-pin::after {
		content: "";
		width: 6px;
		height: 6px;
		background: #666;
		border-radius: 50%;
		position: absolute;
		top: 4px;
		left: 4px;
	}

	/* 中のコンテンツ */
	.info-content {
		font-size: 2.6rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	
	.last_ut {
		font-size: 2.3rem;
		text-align: right;
		margin:0 auto 80px;
		width: 1100px;
	}
	
	.sp_on {
		display: none;
	}
}

#menu01 {
	font-weight: 500;
}


.js-modal-close {
	width: 8em;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.modal {
	display: none; /* JavaScriptによって'block'に切り替わる */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7); /* 暗いオーバーレイ */
}

/* モーダルが開いている時のスタイル (Flexboxで中央寄せ) */
        .modal.is-open {
            display: flex; /* 2. JSでこのクラスが付与されたときのみ表示＆Flexboxが適用される */
            align-items: center; 
            justify-content: center;
        }

/* モーダル背景（オーバーレイ）のクラス */
.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer; /* クリック可能であることを示す */
}
        
/* モーダルコンテンツ */
.modal-content {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	max-width: 900px;
	width: 90%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	/* コンテンツのアニメーション（少し上からスライドイン） */
	z-index: 1001; 
}

.js-modal-close {
	text-decoration: none;
	color: #666;
}

.modal strong {
	font-weight: normal;
	width: 5em;
}



/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}


.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10rem;
}

  

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
	pointer-events: none;
    opacity: 0;
  }

.card05 {
    overflow: hidden;
  }
  .card05 .swiper {
    overflow: visible;
  }
  .card05 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .card05 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card05 .slide {
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card05 .slide-media {
    padding-top: 62.5%;
  }
  .card05 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card05 .slide-content {
    padding: 3.2rem;
  }
  .card05 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card05 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }

.zen-kaku-gothic-new-light,
.zen-kaku-gothic-new-regular,
.zen-kaku-gothic-new-medium,
.zen-kaku-gothic-new-bold,
.zen-kaku-gothic-new-black {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

.zen-kaku-gothic-new-light { font-weight: 300; }
.zen-kaku-gothic-new-regular { font-weight: 400; }
.zen-kaku-gothic-new-medium { font-weight: 500; }
.zen-kaku-gothic-new-bold { font-weight: 700; }
.zen-kaku-gothic-new-black { font-weight: 900; }
