/**
 * @author sara
 * Copyright (c) 2024 sara Co., Ltd.
 * All rights reserved.
 */
 
/* リセット
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body , html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	line-height: 2;
	color: #3C3C3B;
	font-weight: 500;
	font-feature-settings: "palt" 1;
}
body{
	margin:0;
	padding:0;
	font-family: "Noto Serif JP", sans-serif;
}
.futura{
	font-family: futura-pt, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
ul{list-style: none}
.clearfix:after	{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img{
	width: 100%;
	height: auto;
	display:block;
}
img[src$=".svg"] {
	width: 100%;
}
a:link { color: #3C3C3B;text-decoration: none; }
a:visited { color: #3C3C3B;text-decoration: none; }
a:hover { color: #3C3C3B; text-decoration: none;}
a:active { color: #3C3C3B; text-decoration: none;}
a:hover{
	cursor: pointer;
}
input[type="checkbox"]{display: none}


.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .45);
	overflow: hidden;
	overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
	-webkit-overflow-scrolling: touch;
}
.crimson-pro {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-serif-jp{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pc{
	display: block !important;
}
.sp,.ssp{
	display: none !important;
}
body.fixed{
	overflow: hidden;
}
.caution{
	text-indent: -1em;
	padding-left: 1em;
}
#container{
	overflow: hidden;
	position: relative;
}
a.linkBtn_view_more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 192px;
	height: 54px;
	flex-shrink: 0;
	background: #3C3C3B;
	color: #FFF;
	font-family: "Crimson Pro", serif;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	position: relative;
	transition: .5s;
}
a.linkBtn_white{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 299px;
	height: 49px;
	flex-shrink: 0;
	background: #FFF;
	color: #3C3C3B;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2;
	position: relative;
	transition: .5s;
}

a.linkBtn_view_more:after {
	position: absolute;
	top: 18px;
	right: 30px;
	content: url("../../assets/img/common/icon_link2.svg");
	display: block;
	width: 8px;
	height: 11px;
}
a.linkBtn_white:after{
	position: absolute;
	top: 10px;
	right: 30px;
	content: url("../../assets/img/common/icon_link3.svg");
	display: block;
	width: 8px;
	height: 11px;
}
a.linkBtn_view_more:hover{
	background: #798981;
}
a.linkBtn_white:hover {
	background: #EAE4DC;
}
/* TOP - MV
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container.top{
	overflow: initial;
	padding-top: 100px;
}
#container #mv{
	width: 100%;
	height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#container #mv .menu_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
}
#container #mv > div{
	width: 100%;
	height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
#container #mv > div > video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
}
/* TOP - ABOUT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #about{
	width: 100%;
	background: #F4F2F1;
	padding: 150px 0;
}
#container #about > div{
	width: 100%;
	margin: auto;
}
#container #about > div h2{
	display: flex;
	justify-content: center;
	margin-bottom:	 50px;
}
#container #about > div h2 > img{
	width: 208px;
}
#container #about > div > div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#container #about > div > div > a{
	width: calc(50% - 9px);
	overflow: hidden;
	position: relative;
}
#container #about > div > div > a > picture,
#container #about > div > div > a > img:last-child{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#container #about > div > div > a > picture{
	width: 46.488764044%
}
#container #about > div > div > a > img:last-child {
	width: 39.606741573%
}
#container #about > div > div > a > img:first-child {
	transition: .5s;
}
#container #about > div > div > a:hover > img:first-child {
	transform: scale(1.05);
}
#container #about .js-fix {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -50px;
	transition: all 0.3s ease;
	z-index: 100;
	opacity: 0;
}
#container #about .js-fix > a {
	width: 100%;
	background: #7B8B86;
	font-size: 1.4rem;
	color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	display: flex;
	transition: .3s;
}
#container #about .js-fix > a:hover {
	background: #3C3C3B;
}
#container #about .js-fix > a > img {
	position: static !important;
	transform: translateX(-5px) !important;
	width: 15px !important;
	height: 21px;
}
#container #about .js-fix.is-fixed {
	right: 0;
	opacity: 1;
}

/* TOP - LINE UP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #lineup{
	margin: 0 auto;
	padding-bottom: 150px;
	background: #F4F2F1;
}
#container #lineup > div{
	width: calc(100% - 160px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#container #lineup > div > div{
	width: 40%;
	max-width: 400px;
	padding-left: 40px;
}
#container #lineup > div > div h2 {
	width: 210px;
}
#container #lineup > div > div p{
	margin: 50px 0;
	font-size: 1.6rem;
	line-height: 2;
}
#container #lineup > div > picture{
	width: calc(60% - 70px);
}
/* TOP - MOVIE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #movie{
	padding: 100px 20px;
	background: #B4C1BD;
	display: flex;
	align-items: center;
	justify-content: center;
}
#container #movie > div{
	max-width: 1060px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#container #movie > div > div{
	width: calc(50% - 10px);
}
#container #movie > div > div > iframe{
	width: 100%;
}
#container #movie > div > div:last-child{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#container #movie > div > div:last-child h2{
	max-width: 362px;
}
#container #movie > div > div > div h3 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	margin: 15px 0 20px;
}
#container #movie > div > div > div p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
}
/* TOP - STORY
----------------–––––––––––––––––––––––––––––––––––––– */
#container #story_top {
	margin: 150px auto;
}
#container #story_top > div:first-child{
	background: #EAE4DC;
	padding: 150px 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#container #story_top > div:first-child > h2{
	width: 196px;
}
#container #story_top > div:first-child > p {
	color: #3C3C3B;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-family: "Noto Serif JP";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	margin: 50px 0;
}
#container #story_top > div:last-child > div:not(:last-child){
	margin-bottom: 10px;
}
#container #story_top > div:last-child > div.story-box{
	position: relative;
	overflow: hidden;
}
#container #story_top > div:last-child > div.story-box .story-content{
	position: relative;
	padding: 12% 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-style: normal;
	font-weight: 600;
}
#container #story_top > div:last-child > div.story-box .story-content .background-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../assets/img/top/test.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: -1;
}
#container #story_top > div:last-child > div.story-box .story-content .background-layer:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.50) 100%);
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: -1;
}
#container #story_top > div:last-child > div:nth-child(2) .story-content .background-layer {
	background-image: url("../../assets/img/top/test2.webp");
}
#container #story_top > div:last-child > div:nth-child(3) .story-content .background-layer {
	background-image: url("../../assets/img/top/test3.webp");
}
#container #story_top > div:last-child > div:nth-child(4) .story-content .background-layer {
	background-image: url("../../assets/img/top/test4.webp");
}
#container #story_top > div:last-child > div.story-box .story-content p{
	font-size: 1.5rem;
	letter-spacing: -0.05em;
	line-height: 1.8;
	margin: 30px 0;
	max-width: 480px;
}
.linkBtn_view_more:hover ~ .background-layer {
	transform: scale(1.05);
}
.linkBtn_view_more:hover ~ .background-layer::after {
	opacity: 0.5;
}
/* TOP - CUSTOM MADE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #custom_made{
	width: 100%;
	margin: 130px 0;
	padding: 20px 20px;
	box-sizing: border-box;
}
#container #custom_made > h2 {
	width: 367px;
	display: block;
	margin: 0 auto;
}
#container #custom_made .swiper-container-wrapper {
	width: calc(100% - 180px);
	margin: 50px auto 0 auto;
	position: relative;
}
#container #custom_made .swiper-container-wrapper .swiper-slide a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#container #custom_made .swiper-container-wrapper .swiper-slide a > div{
	overflow: hidden;
}
#container #custom_made .swiper-container-wrapper .swiper-slide a > div img{
	transition: .5s;
}
#container #custom_made .swiper-container-wrapper .swiper-slide a:hover div img {
	transform: scale(1.05);
}
#container #custom_made .swiper-container-wrapper .swiper-slide a .item-type{
	width: 52.989130434%;
	max-width: 190px;
	margin-top: 20px;
}
#container #custom_made .swiper-container-wrapper .slide2 a .item-type{
	width: 47.826086956%;
	max-width: 171px;
}
#container #custom_made .swiper-container-wrapper .slide3 a .item-type{
	width: 74.456521739%;
	max-width: 274px;
}

/* TOP - COORDINATE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #coordinate{
	width: 100%;
	margin: 160px 0;
}
#container #coordinate h2{
	max-width: 418px;
	width: calc(100% - 40px);
	margin:0 auto 50px auto;
}
#container #coordinate .swiper-container-wrapper {
	width: 100%;
	margin: auto;
}
#container #coordinate .swiper {
	width: 100%;
}
#container #coordinate .swiper .swiper-slide{
	display: flex;
}
#container #coordinate .swiper .swiper-slide > div{
	width: 50%;
}
#container #coordinate .swiper .swiper-slide > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EAE4DC;
	padding: 50px 0;
}
#container #coordinate .swiper .swiper-slide.slide2 > div:first-child {
	background: #EBE0DB;
}
#container #coordinate .swiper .swiper-slide.slide3 > div:first-child {
	background: #D8DEE2;
}
#container #coordinate .swiper .swiper-slide > div:first-child > div{
	max-width: 600px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#container #coordinate .swiper .swiper-slide > div:first-child > div > h3 {
	text-align: center;
	color: #3C3C3B;
	font-family: "Crimson Pro", serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 4.8px;
	margin: 35px 0;
}
#container #coordinate .swiper .swiper-slide > div:first-child > div > p {
	color: #3C3C3B;
	text-align: justify;
	font-feature-settings: 'palt' on;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 50px 0;
}
#container #coordinate .swiper .swiper-slide > div:last-child{
	background-image: url("../../assets/img/top/coordinate_img01_r.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#container #coordinate .swiper .swiper-slide.slide2 > div:last-child {
	background-image: url("../../assets/img/top/coordinate_img02_r.webp");
}
#container #coordinate .swiper .swiper-slide.slide3 > div:last-child {
	background-image: url("../../assets/img/top/coordinate_img03_r.webp");
}
/* コントロール部を下に出す */
#container #custom_made .swiper-controls,
#container #coordinate .swiper-controls,
#container #pickup .swiper-controls{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 80px auto 0 auto;
	width: 336px;
	position: relative;
}
#container #custom_made .swiper-controls,
#container #pickup .swiper-controls{
	display: none;
}

/* ページネーションのドットスタイル（必要に応じて） */
#container #custom_made .swiper-pagination,
#container #coordinate .swiper-pagination,
#container #pickup .swiper-pagination{
	display: flex;
	gap: 6px;
}
#container #custom_made .swiper-horizontal>.swiper-pagination-bullets,
#container #custom_made .swiper-pagination-bullets.swiper-pagination-horizontal,
#container #custom_made .swiper-pagination-custom,
#container #custom_made .swiper-pagination-fraction,
#container #coordinate .swiper-horizontal>.swiper-pagination-bullets,
#container #coordinate .swiper-pagination-bullets.swiper-pagination-horizontal,
#container #coordinate .swiper-pagination-custom,
#container #coordinate .swiper-pagination-fraction,
#container #pickup .swiper-horizontal>.swiper-pagination-bullets,
#container #pickup .swiper-pagination-bullets.swiper-pagination-horizontal,
#container #pickup .swiper-pagination-custom,
#container #pickup .swiper-pagination-fraction {
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#container #custom_made .swiper-container-wrapper .swiper-pagination-bullet,
#container #coordinate .swiper-container-wrapper .swiper-pagination-bullet,
#container #pickup .swiper-container-wrapper .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border: 1px solid #D9D3CB;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
}
#container #custom_made .swiper-container-wrapper .swiper-pagination-bullet {
	border: 1px solid #B4C1BD;
}
#container #coordinate .swiper-container-wrapper .swiper-pagination-bullet-active,
#container #pickup .swiper-container-wrapper .swiper-pagination-bullet-active{
	background: #6E644D;
}
#container #custom_made .swiper-container-wrapper .swiper-pagination-bullet-active {
	background: #3C3C3B;
}
#container #custom_made .swiper-button-next,
#container #coordinate .swiper-button-next,
#container #pickup .swiper-button-next{
	background-image: url("../../assets/img/top/pickup_slide_r.svg") !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin-top: initial;
	top: initial;
}
#container #custom_made .swiper-button-next{
	background-image: url("../../assets/img/top/custom_slide_r.svg") !important;
}
#container #coordinate .swiper-button-next{
	background-image: url("../../assets/img/top/coordinate_slide_r.svg") !important;
}
#container #custom_made .swiper-button-prev,
#container #coordinate .swiper-button-prev,
#container #pickup .swiper-button-prev{
	background-image: url("../../assets/img/top/pickup_slide_l.svg") !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin-top: initial;
	top: initial;
}
#container #custom_made .swiper-button-prev{
	background-image: url("../../assets/img/top/custom_slide_l.svg") !important;
}
#container #coordinate .swiper-button-prev{
	background-image: url("../../assets/img/top/coordinate_slide_l.svg") !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none !important;
}

/* TOP - PICKUP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #pickup{
	width: 100%;
	margin: 160px 0;
	padding: 120px 20px;
	box-sizing: border-box;
	background-image: url("../../assets/img/top/pickup_bg.webp") !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#container #pickup  h2{
	max-width: 246px;
	width: 100%;
	margin:0 auto 30px auto;
}
#container #pickup  p{
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
}

#container #pickup .swiper-container-wrapper{
	width: calc(100% - 180px);
	margin: 50px auto 0 auto;
	position: relative;
}
#container #pickup .swiper-container-wrapper > img{
	position: absolute;
	right: 160px;
	max-width: 350px;
	width: 30%;
}
#container #pickup .swiper-container-wrapper .swiper-slide .caption{
	text-align: justify;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	margin: 10px 0 5px 0;
}
#container #pickup .swiper-container-wrapper .swiper-slide .data {
	font-family: "Crimson Pro",serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}
#container #pickup .swiper-container-wrapper .swiper-slide a .image img {
	transition: .3s;
}
#container #pickup .swiper-container-wrapper .swiper-slide a .image {
	overflow: hidden;
}
#container #pickup .swiper-container-wrapper .swiper-slide a:hover .image img {
	transform: scale(1.05);
}

/* TOP - GALLERY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #gallery{
	margin: 0 auto;
	overflow: hidden;
}
#container #gallery > div{
	padding: 80px 0;
	background: linear-gradient(
			to right,
			white 0%,
			white 10%,
			#EAE4DC 10%,
			#EAE4DC 90%,
			white 90%,
			white 100%
	);
}
#container #gallery > div h2{
	text-align: center;
	margin: 0 0 50px 0;
}
#container #gallery > div h2 > img{
	max-width: 276px;
	width: calc(100% - 40px);
	display: inline-block;
}
#container #gallery > div .gallery-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10vw 7%;
}
#container #gallery > div .gallery-box {
	display: flex;
	width: max-content;
	animation: slide-left 60s linear infinite;
	gap: 50px;
}

#container #gallery > div .gallery-box img {
	width: calc(100vw / 5);
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}
#container #gallery > div .gallery-box img:nth-of-type(even) {
	transform: translateY(20%);
}
/* アニメーション定義 */
@keyframes slide-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
#container #gallery > div > div.btn_wrapper {
	display: flex;
	justify-content: center;
	margin-top: -10px;
}

/* TOP - DIGITAL CATALOG
----------------------------------------*/
#container #digital-catalog{
	margin : 0 auto;
	background-color: #F4F2F1;
	width: 100%;
}
#container #digital-catalog > div{
	width: calc(100% - 160px);
	padding: 7% 0;
	position: relative;
	overflow: hidden;
	margin: auto;
}
#container #digital-catalog > div .book-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}
#container #digital-catalog > div > .book-content h2{
	display: block;
	margin: auto;
	max-width: 567px;
	width: calc(100% - 40px);
	z-index: 1;
}
#container #digital-catalog > div > .book-content > div.book-content-inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 887px;
	width: calc(100% - 40px);
	margin: 40px auto 50px auto;
	position: relative;
	z-index: 1;
}
#container #digital-catalog > div > .book-content > div > a{
	transition: .3s;
	text-align: center;
	line-height: 2.5;
	color: #fff;
	font-size: 1.5rem;
}
#container #digital-catalog > div > .book-content > div > a:first-child{
	width: 37.993235625%;
}
#container #digital-catalog > div > .book-content > div > a:nth-child(2){
	width: 26.832018038%;
}
#container #digital-catalog > div > .book-content > div > a:last-child {
	width: 26.832018038%;
}
#container #digital-catalog > div > .book-content > div > a:hover{
	transform: scale(1.02);
	filter: brightness(0.8);
}

#container #digital-catalog > div > .book-content .background-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../assets/img/top/catalog_bg.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.3s ease, filter 0.3s ease;
	z-index: 0;
	margin: 0;
}
#container #digital-catalog > div > .book-content .linkBtn_white{
	position: relative;
	z-index: 2;
}
/* TOP - purchase-support
----------------------------------------*/
#container #purchase-support{
	margin : 0 auto;
	background-color: #F4F2F1;
	width: 100%;
	padding: 160px 20px;
	box-sizing: border-box;
}
#container #purchase-support > div{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
#container #purchase-support > div h2{
	font-feature-settings: 'palt' on;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
#container #purchase-support > div > .contents-1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 50px auto 24px auto;
}
#container #purchase-support > div > .contents-1 > a{
	width: calc(50% - 52px);
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px;
	transition: .3s;
}
#container #purchase-support > div > .contents-1 > a > img{
	width: 42%;
	margin-right: 20px;
	transition: .3s;
}
#container #purchase-support > div > .contents-1 > a:hover img{
	filter: brightness(0.7);
}
#container #purchase-support > div > .contents-1 > a:hover > div{
	opacity: .6
}
#container #purchase-support > div > .contents-1 > .box-l > div > h3 {
	width: 218px;
	transition: .3s;
}
#container #purchase-support > div > .contents-1 > .box-r > div > h3 {
	width: 230px;
	transition: .3s;
}
#container #purchase-support > div > .contents-1 > a > div > p {
	text-align: justify;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
	letter-spacing: -0.05em;
	transition: .3s;
}
#container #purchase-support > div > .contents-2{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#container #purchase-support > div > .contents-2 > div{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
#container #purchase-support > div > .contents-2 > div > a {
	display: flex;
	align-items: center;
}
#container #purchase-support > div > .contents-2 > div > a > img{
	width: 66px;
	margin-right: 30px;
}
#container #purchase-support > div > .contents-2 > div > a > div h3 {
	font-family: "Crimson Pro", serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3.84px;
	transition: .5s;
}
#container #purchase-support > div > .contents-2 > div > a > div p{
	text-align: justify;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	transition: .5s;
}
#container #purchase-support > div > .contents-2 > div > a:hover h3,
#container #purchase-support > div > .contents-2 > div > a:hover p{
	opacity: .6;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.8s;
	display: none;
}
.block{
	display: block !important;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
	display: block;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-height: 90%;
	max-width: 1200px;
	z-index: 2;
	border: 1px solid #000;
	background-color: #fff;
	display: flex;
}
.popup-inner > div#modal1{
	width: 100%;
	padding: 40px 0;
}
.popup-inner > div#modal1 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-inner video {
	width: calc(100% - 40px); /* 動画をレスポンシブ化 */
}
.close-btn {
	position: absolute;
	right: 0;
	top: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.close-btn .batsu{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}
.batsu::before, .batsu::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 1px;/*バツ線の太さ*/
	background: #fff;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 5px);
	left: 14%;
}
.batsu::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(000,000,000,.8);
	z-index: 1;
}

/* TOP - OTHER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#container #other{
	width: 100%;
	padding: 150px 0;
	background: #E5E2E0;
}
#container #other > div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#container #other > div > h2{
	font-size: 3rem;
	font-weight: 300;
}
#container #other > div > div{
	margin-top: 100px;
	text-align: center;
}
#container #other > div > div > h3{
	font-size: 2.4rem;
	margin: 0 0 20px 0;
	font-weight: 500;
}
#container #other > div > div:nth-of-type(2) > h3{
	font-weight: 500;
}
#container #other > div > div > p{
	font-size: 1.6rem;
	font-weight: 400;
}
#container #other > div > div.sns h3{
	font-size: 3.6rem;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
}
#container #other > div > div.sns > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 240px;
	margin: 50px 0 0;
}
#container #other > div > div.sns > div > a{
	width: 60px;
	position: relative;
}
#container #other > div > div.sns > div > a > img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: .5s;
}
#container #other > div > div.sns > div > a:hover > img:first-child {
	opacity: 0;
}
/* レスポンシブ */
@media screen and (max-width: 1199px) {
	#container #purchase-support > div > .contents-1 > .box-l > div > h3 {
		width: 17.152777777vw;
	}
	#container #purchase-support > div > .contents-1 > .box-r > div > h3 {
		width: 17.777777777vw;
	}
	#container #custom_made .swiper-container-wrapper,
	#container #pickup .swiper-container-wrapper{
		width: calc(100% - 40px);
		margin: 50px auto 0 auto;
	}
	#container #pickup .swiper-container-wrapper > img{
		right: 20px;
	}

}
@media screen and (max-width: 1107px) {
	#container #digital-catalog > div > .book-content > div.book-content-inner{
		transform: scale(.75);
	}
}
@media screen and (max-width: 1099px) {
	#container #lineup > div {
		width: calc(100% - 80px);
	}
	#container #lineup > div > div {
		padding-left: 0;
	}
	a.linkBtn_view_more {
		width: 168px;
		height: 44px;
		font-size: 1.6rem;
	}
	a.linkBtn_view_more:after {
		top: 15px;
		right: 16px;
	}
	a.linkBtn_white {
		width: 260px;
		height: 44px;
		font-size: 1.4rem;
	}
	a.linkBtn_white:after {
		top: 8px;
	}
	#container #purchase-support > div > .contents-1 > a > div > p {
		font-size: 1.3rem;
		margin-top: 10px;
	}
	#container #purchase-support > div > .contents-2 {
		padding: 25px;
	}
	#container #purchase-support > div > .contents-2 > div {
		width: 80%;
	}
	#container #digital-catalog > div {
		width: calc(100% - 40px);
	}
	#container #gallery > div .gallery-box {
		gap: 20px;
	}
	#container #gallery > div .gallery-box img {
		width: calc(100vw / 3);
	}

}
@media screen and (max-width: 768px) {
	#container.top{
		padding-top: 70px;
	}
	#container #mv {
		height: calc(100vh - 70px);
	}

	#container #mv > div {
		height: calc(100vh - 70px);
	}

	#container #about {
		padding: 100px 0;
	}

	#container #about > div h2 > img {
		width: 156px;
	}
	#container #about > div > div > a {
		width: 100%;
	}
	#container #about > div > div > a:first-child{
		margin-bottom: 10px;
	}
	#container #about .js-fix {
		top: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: translateY(-0%);
		right: -50px;
		bottom: 100px;
	}
	#container #about > div.js-fix-wrapper > div > a:first-child {
		font-size: 1.3rem;
		padding: 18px 7px;
		width: 40px;
		box-sizing: border-box;
		margin: 0;
	}
	#container #about > div > div > a > picture {
		width: 77.333333333%;
	}
	#container #about > div > div > a > img:last-child {
		width: 66.4%;
	}
	#container #lineup {
		padding-bottom: 100px;
	}
	#container #lineup > div > div {
		width: 100%;
		max-width: initial;
		padding-left: initial;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#container #lineup > div > h2 {
		width: 161px;
		display: block;
		margin: 0 auto 40px auto;
	}

	#container #lineup > div {
		width: 100%;
		flex-direction: column-reverse;
	}

	#container #lineup > div > picture {
		width: 100%;
	}

	#container #lineup > div > div p {
		margin: 30px 20px;
		font-size: 1.5rem;
	}
	#container #movie{
		padding: 60px 20px;
	}
	#container #movie > div{
		flex-direction: column-reverse;
	}
	#container #movie > div > div{
		width: 100%;
	}
	#container #movie > div > div:last-child{
		margin-bottom: 20px;
	}
	#container #movie > div > div:last-child h2{
		max-width: 362px;
	}
	#container #movie > div > div > div h3 {
		font-size: 1.8rem;
		margin: 15px 0 20px;
	}
	#container #movie > div > div > div p {
		font-size: 1.4rem;
	}
	#container #story_top {
		margin: 100px auto;
	}
	#container #story_top > div:first-child {
		padding: 80px 20px 0;
	}
	#container #story_top > div:first-child > h2{
		width: 150px;
	}
	#container #story_top > div:first-child > p {
		font-size: 1.4rem;
		margin: 40px 0;
	}
	#container #story_top > div:last-child > div.story-box .story-content{
		aspect-ratio: 1 / 1;
		box-sizing: border-box;
	}
	#container #story_top > div:last-child > div.story-box .story-content p {
		font-size: 1.4rem;
		margin: 30px 0;
		max-width: 300px;
	}
	#container #custom_made{
		width: 100%;
		margin: 100px auto;
		padding:0;
	}
	#container #custom_made h2 {
		max-width: 343px;
		width: 100%;
	}
		#container #coordinate h2 {
		max-width: 313px;
		margin: 0 auto 50px auto;
	}

	#container #coordinate .swiper .swiper-slide > div:first-child {
		padding: 0 0 50px 0;
		width: 100%;
	}

	#container #coordinate .swiper .swiper-slide > div:first-child > div {
		padding: 0;
	}

	#container #coordinate .swiper .swiper-slide > div:last-child {
		display: none;
	}

	#container #coordinate .swiper .swiper-slide > div:first-child > div > h3 {
		font-size: 2.5rem;
		font-style: normal;
		margin: 40px 0 20px 0;
	}

	#container #coordinate .swiper .swiper-slide > div:first-child > div > p {
		font-size: 1.3rem;
		width: calc(100% - 40px);
		margin: 0 0 30px 0;
	}
	#container #custom_made .swiper-controls,
	#container #coordinate .swiper-controls,
	#container #pickup .swiper-controls{
		margin: 50px auto 0 auto;
		width: 264px;
	}
	#container #custom_made .swiper-controls,
	#container #pickup .swiper-controls{
		display: flex;
	}
	#container #custom_made .swiper-button-prev,
	#container #custom_made .swiper-button-next,
	#container #coordinate .swiper-button-prev,
	#container #coordinate .swiper-button-next,
	#container #pickup .swiper-button-prev,
	#container #pickup .swiper-button-next {
		width: 48px;
		height: 48px;
	}
	#container #pickup {
		width: 100%;
		margin: 100px auto;
		padding: 80px 0 160px 0;
	}
	#container #pickup > h2 {
		max-width: 184px;
	}
	#container #pickup > p {
		font-size: 1.5rem;
		width: calc(100% - 40px);
		margin: auto;
	}
	#container #custom_made .swiper-container-wrapper,
	#container #pickup .swiper-container-wrapper {
		width: 100%;
		margin: 40px auto 0 auto;
	}
	#container #pickup .swiper-container-wrapper .swiper-slide .caption {
		font-size: 1.4rem;
	}
	#container #pickup .swiper-container-wrapper > img {
		right: 20px;
		bottom: -150px;
		width: 61.866666666vw;
	}
	#container #gallery > div h2 {
		margin: 0 0 30px 0;
	}

	#container #gallery > div h2 > img {
		max-width: 207px;
	}

	#container #gallery > div > div.gallery-box img:first-child,
	#container #gallery > div > div.gallery-box img:last-child {
		display: none;
	}

	#container #gallery > div > div.gallery-box img {
		width: calc(33% - 10px);
	}

	#container #gallery > div > div.btn_wrapper {
		margin-top: 30px;
	}
	#container #digital-catalog > div {
		width: 100%;
		padding: 10% 0;
	}
	#container #digital-catalog > div > .book-content h2 {
		max-width: 212px;
		width: calc(100% - 40px);
	}
	#container #digital-catalog > div > .book-content > div.book-content-inner {
		flex-wrap: wrap;
		max-width: initial;
		width: calc(100% - 70px);
		margin: 30px auto 50px auto;
		transform: scale(1);
	}

	#container #digital-catalog > div > .book-content > div > a:first-child {
		width: 70%;
		margin: 0 auto 10px auto;
		font-size: 1.3rem;
	}

	#container #digital-catalog > div > .book-content > div > a:nth-child(2),
	#container #digital-catalog > div > .book-content > div > a:last-child {
		width: calc(50% - 10px);
		font-size: 1.3rem;
	}
	#container #purchase-support > div h2{
		font-size: 2.6rem;
	}
	#container #purchase-support > div > .contents-1 > a {
		width: calc(100% - 40px);
	}
	#container #purchase-support > div > .contents-1 {
		display: block;
		margin: 30px auto 20px auto;
	}
	#container #purchase-support > div > .contents-1 > .box-l{
		margin-bottom: 20px;
	}
	#container #purchase-support > div > .contents-1 > .box-l > div > h3 {
		width: 100%;
		max-width: 176px;
	}
	#container #purchase-support > div > .contents-1 > .box-r > div > h3 {
		width: 100%;
		max-width: 104px;
	}
	#container #purchase-support > div > .contents-1 > div > div > p {
		font-size: 1.3rem;
		line-height: 1.2;
		margin-top: 10px;
	}
	#container #purchase-support > div > .contents-2 {
		padding: 25px;
		flex-direction: column;
	}
	#container #purchase-support > div > .contents-2 > div {
		width: 100%;
	}
	#container #purchase-support > div > .contents-2 > div > a > img {
		width: 52px;
		margin-right: 15px;
	}
	#container #purchase-support > div > .contents-2 > div > a > div h3 {
		font-size: 2rem;
		letter-spacing: 3px;
	}
	#container #purchase-support > div > .contents-2 > div > a > div p {
		font-size: 1.3rem;
	}

}
@media screen and (max-width: 320px) {
	#container #purchase-support {
		padding: 100px 0;
	}
	#container #purchase-support > div > .contents-1 > div > div {
		padding-right: 10px;
	}
	#container #purchase-support > div > .contents-1 > div > img {
		width: 40%;
		margin-right: 10px;
	}
	a.linkBtn_view_more {
		width: 160px;
		height: 40px;
	}
	a.linkBtn_view_more:after {
		top: 13px;
	}
	#container #pickup > p {
		font-size: 1.4rem;
		width: calc(100% - 20px);
	}
}