/*
-----------------------------*/
.webp-pic {
  display: none;
}
.webp .webp-pic {
  display: block;
}
.webp .jpg-pic {
  display: none;
}

/*見出し
--------------------------------*/
.collabo-headline {
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing:3px;
  line-height:1.8;
}
@media (max-width: 960px) {
.collabo-headline {
  font-size: 2.6rem;
}
}

@media (max-width: 560px) {
.collabo-headline {
  font-size: 2.2rem;
}
}

/*
--------------------------------*/
.collabo-intro {
  /*font-size: 2.2rem;*/
	font-size: 2.0rem;
  text-align: center;
  line-height: 2.0;
	color: #5c5c5c;
}

@media (max-width: 960px) {
.collabo-intro {
  font-size: 1.6rem;
  line-height: 1.8;
}
}

@media (max-width: 560px) {
.collabo-intro {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align:left;
}
}

/*
-----------------------------*/
.collabo-about-venue {
  padding: 70px;
  border: solid 2px #01916d;
  border-radius: 30px;
}

@media (max-width: 960px) {
.collabo-about-venue {
  padding: 50px;
  border: solid 2px #01916d;
  border-radius: 25px;
}
}

@media (max-width: 560px) {
.collabo-about-venue {
  padding: 40px 20px 0;
  border-radius: 15px;
}
}

/*
-----------------------------*/
.bublle-headline {
  position: relative;
  /*height: 90px;*/
	min-height: 90px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #01916d;
  background: #ffffff;
  border: 2px solid #01916d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
	text-align: center;
}

@media (max-width: 1300px) {
.bublle-headline.hi1300 {
  height: auto;
	text-align: center;
}
}

@media (max-width: 960px) {
.bublle-headline {
  padding:0.5em 0;
	min-height:inherit;
  height: auto;
  font-size: 2.4rem;
  border-radius: 15px;
}
}

@media (max-width: 560px) {
.bublle-headline {
  font-size: 1.8rem;
  border-radius: 10px;
	text-align:center;
}
}

.bublle-headline:after, .bublle-headline:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bublle-headline:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.bublle-headline:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #01916d;
  border-width: 23px;
  margin-left: -23px;
}

@media (max-width: 560px) {
.bublle-headline:after {
  border-width: 12px;
  margin-left: -12px;
}
.bublle-headline:before {
  border-width: 15px;
  margin-left: -15px;
}
}

.inc-icon {
	display: flex;
	align-items:center;
}

.inc-icon .icon {
	margin-right:15px;
	width: 45px;
	display:flex;
	align-items:center;
}

@media (max-width: 960px) {
.inc-icon .icon {
	margin-right:10px;
	width: 4vw;
}		
}

@media (max-width: 560px) {
.inc-icon {
	display: flex;
	align-items:center;
	flex-direction: column;
}

.inc-icon .icon {
	margin-right:0;
	width: 7vw;
}	
}

/*下だけ
-----------------------------*/
.bublle-headline-under {
  position: relative;
  height: 80px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #ffffff;
  border-bottom: 2px solid #01916d;
}

@media (max-width: 960px) {
.bublle-headline-under {
  padding:0 0 1em;
  height: auto;
  font-size: 2.4rem;
}
}

@media (max-width: 560px) {
.bublle-headline-under {
  margin-bottom:30px;
  font-size: 2.0rem;
}
}

.bublle-headline-under:after, .bublle-headline-under:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bublle-headline-under:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.bublle-headline-under:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #01916d;
  border-width: 23px;
  margin-left: -23px;
}
/**/
.bubble-under-intro {
  margin-top: 70px;
  /*font-size: 2.2rem;*/
	font-size: 2.0rem;
  text-align: center;
  line-height:2.0;
	color: #5c5c5c;
}

@media (max-width: 960px) {
.bubble-under-intro {
  margin-top: 50px;
  font-size: 1.8rem;
}
}

@media (max-width: 560px) {
.bubble-under-intro {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align:left;
}
}

/*
-----------------------------*/
.collabo-fee {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media (max-width: 960px) {
.collabo-fee {
  font-size: 2.4rem;
}
}

@media (max-width: 960px) {
.collabo-fee {
  font-size: 2.0rem;
}
}

/*
-----------------------------*/
.collabo-goto-shop {
  margin: 50px auto 0;
  max-width: 400px;
}

.collabo-goto-shop.fs {
  margin: 0px auto 0;
  max-width: 400px;
}

@media (max-width: 960px) {
.collabo-goto-shop {
  margin: 30px auto 0;
}
}

@media (max-width: 960px) {
.collabo-goto-shop {
  margin: 30px auto 0;
  width:90%;
}
}

/*
-----------------------------*/
.bg-fill {
  padding: 150px 0;
}

@media (max-width: 960px) {
.bg-fill {
  padding: 60px 0;
}
}

/*
-----------------------------*/
.bgc-gray {
  background-color: #ebebeb;
}

.ch-bgc {
	background-color: #EBEBEB;
}

/*
-----------------------------*/
.film-template-design {
  margin: 0px auto 0;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
}

.film-template-design > li img {
	border:  solid 1px #858585;
}

.sample-list2023.col3 {
	gap:40px 80px;
  grid-template-columns: repeat(3, 1fr);
}

.sample-list2023.add-frame img {
  border: solid 1px #ccc;
}
@media (max-width: 960px) {
  .under-headline2023 {
    font-size: 1.8rem;
  }
.film-template-design {
    gap: 20px;
  }
}
@media (max-width: 560px) {
.film-template-design {
    margin: 20px auto 0;
    gap: 25px 5%;
    grid-template-columns: repeat(2, 1fr);
  }
  .sample-list2023.col3 {
		gap: 25px 5%;
    grid-template-columns: repeat(2, 1fr);
  }
	
  .sample-list2023.col3 li.last {
    position: relative;
    left: 50%;
    /*transform: translateX(-50%);*/
  }
  .sample-list2023.col3.sp-col3 li.last {
    left: 0%;
  }
  .under-headline2023 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*
-----------------------------*/
.btn-collabo-goto-about {
  margin-top: 30px;
  margin-left: auto;
  max-width: 410px;
}

@media (max-width: 960px) {
.btn-collabo-goto-about {
   max-width: 300px;
}
}

@media (max-width: 560px) {
.btn-collabo-goto-about {
  margin:30px auto 0;
  width:90%;
}
}

/*
-----------------------------*/
.btn-collabo-gotobenue {
  margin: 70px auto 0;
  max-width: 600px;
}

@media (max-width: 560px) {
.btn-collabo-gotobenue {
  margin: 30px auto 0;
  width:90%;
}
}

/*
-----------------------------*/
.bn-simulation-area {
	margin-top: 100px;
	padding-top: 40px;
	border-top: solid 1px #000;
	text-align: center;
}

.bn-simulation {
	margin: 0 auto 0;
	display: table;
	text-align:center;
}

.bn-simulation .pic {
	margin:0 auto;
	max-width:440px;
}

.bn-simulation .txt {
	margin-top: 5px;
	font-size: 1.9rem;
}

.bn-simulation a {
	display: block;
	text-decoration: underline;
	text-underline-offset: 5px;
}

@media (max-width: 560px) {
.bn-simulation-area {
	margin-top: 40px;
	padding-top: 20px;
}
	
.bn-simulation .txt {
	margin-top: 5px;
	font-size: 1.4rem;
}	
}

/*
-----------------------------*/
.film-list {
	margin: 0 auto 0;
	max-width: 1210px;
	display: grid;
	gap: 90px 45px;
	grid-template-columns: repeat(7,1fr);
}

.film-list > li {
	text-align: center;
}

/*.film-list > li .pic img {
	display:block;
	border:solid 1px #858585;
}*/
.film-list > li .pic img{
  display:block;
  width:100%;
  aspect-ratio: 1 / 1;
  object-fit: cover; /* 余白が出るのが嫌なら cover */
  border: solid 1px #858585;
  box-sizing: border-box;
}


.film-list > li .txt {
	margin-top: 10px;
	font-size: 1.5rem;
}

@media (max-width: 960px) {
.film-list {
	max-width: 1210px;
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(7,1fr);
}
	
.film-list > li .txt {
	font-size: 1.4rem;
}
	
}

@media (max-width: 560px) {
.film-list {
	margin-top: 20px;
	display: grid;
	gap: 20px 15px;
	grid-template-columns: repeat(4,1fr);
}
	
.film-list > li .txt {
	margin-top: 5px;
	font-size: 1.2rem;
}
	
}

/*
-----------------------------*/
.film-frame-list {
	display: flex;
	gap:0 50px;
}

.film-frame-list > li {
}

@media (max-width: 960px) {
.film-frame-list {
	display: flex;
	gap:0 20px;
}	
}

@media (max-width: 560px) {
.film-frame-list {
	margin-top: 40px;
	display: grid;
	gap: 25px 5%;
	grid-template-columns: repeat(2, 1fr);
}	
}

/*
-----------------------------*/
.metaverse-area {
	margin: 0 auto 0;
	max-width: 1260px;
}

/**/
.txt-underline {
	text-decoration: underline;
}

/*
-----------------------------*/
.btn-step-aco.more {
	margin: 50px auto 0;
}

.btn-step-aco.more .step-ttl {
	padding-right:0px;
	width:inherit;
	margin-left:0;
	text-align:center;
}

/*
-----------------------------*/
.entry-fee {
  margin-top: 40px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
	line-height:1;
}

@media (max-width: 960px) {
.entry-fee {
  font-size: 2.4rem;
}
}

/* lightcase
-----------------------------*/
#lightcase-overlay {
  background-color: #000 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[class*="lightcase-icon-"]:hover {
  text-shadow: none !important;
}
.lightcase-icon-prev::before, .lightcase-icon-next::before, .lightcase-icon-close::before {
  height: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.6;
  transition: all 0.3s;
}
.lightcase-icon-prev::before {
  content: "" !important;
  /*background-image: url(../img/arr_white.svg);*/
	background-image: url("../../common/img/arr_white.svg");
  transform: rotate(180deg);
}
.lightcase-icon-next::before {
  content: "" !important;
  background-image: url("../../common/img/arr_white.svg");
}
/*.lightcase-icon-close::before {
  content: "" !important;
  background-image: url(../img/close_white.svg);
  width: 0.8em;
  height: 0.8em;
}*/
a[class*="lightcase-icon-"]:hover::before {
  opacity: 1;
}
.lightcase-contentInner > img {
  height: auto;
  width: auto;
}
