@charset "UTF-8";
/* CSS Document */
.d-inline-block {
	display: inline-block;
}
/* タグ */
.tag-area {
	position: relative;
	padding-bottom: 16px;
	margin-block: 30px;
}
.tag-area::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -16px;
	width: calc(100% + 32px);
	height: 1px;
	background-color: #3C66C4;
}
.spot-tag--photolibrary {
	margin: 0;
}
.spot-tag a.is-tag-current {
	background-color: #3C66C4;
	border-color: #3C66C4;
	color: #fff;
}
.tag-area__text {
	font-size: calc(15 / 16 * 1rem);
	margin: 0;
}
@media screen and (min-width: 769px) {
	.tag-area {
		display: flex;
		align-items: baseline;
	}
	.tag-area::after {
		left: 0;
		width: 100%;
	}
	.tag-area__text {
		font-size: calc(12 / 16 * 1rem);
		padding-right: 12px;
	}
}
@media screen and (min-width: 921px) {
	.tag-area {
		padding-bottom: 22px;
		margin-bottom: 40px;
	}

}
/* //タグ */

/* 一覧 */
.photolibrary-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 34px;
	margin: 0 -10.5px 65px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.photolibrary-list * {
	box-sizing: border-box;
}
.photolibrary-list__item {
	width: 100%;
	padding-right: 10.5px;
	padding-left: 10.5px;
}
.photolibrary-list__popup-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding: 0;
}
.photolibrary-list__item-body {
	display: flex;
	margin-bottom: 9px;
}
.photolibrary-list__thumb-wrap,
.photolibrary-list__text-wrap {
	width: 50%;
}
.photolibrary-list__thumb-wrap {
	aspect-ratio: 365 / 242;
	position: relative;
	margin-bottom: 0;
}
.photolibrary-list__text-wrap {
	padding-left: 8px;
}
.photolibrary-list__thumb-wrap img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
.photolibrary-list__ttl {
	font-size: calc(18 / 16 * 1rem);
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	color: #000;
	/*padding-right: 26px;*/
}/*
.photolibrary-list__ttl::before {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #3C66C4;
  border-radius: 50%;
}
.photolibrary-list__ttl::after {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 8px;
  width: 6px;
  height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}*/
.photolibrary-list__ttl::after {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	padding-left: .25rem;
	vertical-align: text-bottom;
	background: url('../img/common/btn-arrow-blue.svg') no-repeat center center/contain;
}
.spot-tag--photo {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 0;
	margin-bottom: 11px;
}
.spot-tag--photo__inner {
	font-size: 14px;
  border: 1px solid #000;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
  display: block;
}
.btn-basic--photolibrary {
	border: none;
	cursor: pointer;
}
@media screen and (min-width: 575px) {
	.photolibrary-list__item {
		width: 50%;
	}
	.photolibrary-list__inner {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		height: 100%;
	}
	.photolibrary-list__popup-btn,
	.photolibrary-list__add-btn-wrap {
		width: 100%;
	}
	.photolibrary-list__add-btn-wrap {
		margin-top: auto;
	}
	.photolibrary-list__item-body {
		display: block;
	}
	.photolibrary-list__thumb-wrap,
	.photolibrary-list__text-wrap {
		width: 100%;
	}
	.photolibrary-list__thumb-wrap {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 769px) {

	
	.photolibrary-list__item {
		width: 33.333333333%;
	}
}
@media screen and (min-width: 921px) {
	.photolibrary-list {
		row-gap: 90px;
		margin-bottom: 52px;
	}
	.photolibrary-list__ttl {
		font-size: calc(20 / 16 * 1rem);
	}

}
/* //一覧 */

/* 追加ボタン */
.add-btn, .photo-modal__add-btn {
	transition: color .1s, background-color .1s;
	width: 100%;
	font-size: 3.5vw;
	font-weight: 700;
	position: relative;
	padding: 4px 4px 4px 1.25em;
	height: 36px;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: 5px;
}
.add-btn {
	color: #3C66C4;
	border: 1px solid #3C66C4;
	background-color: #fff;
}
.photo-modal__add-btn {
	color: #fff;
	border: 1px solid #BCBCBC;
	background-color: #BCBCBC;
}
.add-btn:disabled, .photo-modal__add-btn:disabled {
	opacity: 0;
	visibility: hidden;
}
.add-btn::before, .photo-modal__add-btn::before {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 2px;
}
.add-btn::before {
  border: 1px solid #3C66C4;
}
.photo-modal__add-btn::before {
  border: 1px solid #BCBCBC;
}
.photo-modal__add-btn.add-btn--is-checked::before {
	border-color: #3C66C4;
}
.add-btn::after, .photo-modal__add-btn::after {
	content: '';
  position: absolute;
  top: 47%;
  transform: translateY(-50%) rotate(-45deg);
  left: 12px;
  width: 9px;
  height: 6px;
  border-bottom: 3px solid #3C66C4;
  border-left: 3px solid #3C66C4;
  opacity: 0;
  transition: opacity .1s;
}
.add-btn.add-btn--is-checked::after, .photo-modal__add-btn.add-btn--is-checked::after {
	opacity: 1;
}
.add-btn.add-btn--is-checked, .photo-modal__add-btn.add-btn--is-checked {
	color: #fff;
	background-color: #3C66C4;
}/*
.add-btn:has(.add-btn__input:checked)::after {
	opacity: 1;
}
.add-btn:has(.add-btn__input:checked) {
	color: #fff;
	background-color: #3C66C4;
}
.add-btn__input {
	opacity: 0;
	width: 0;
	height: 0;
}
.add-btn:has(.add-btn__input:focus) {
	box-shadow: 0 0 5px #3C66C4;
}*/
.add-btn:focus, .photo-modal__add-btn:focus {
	box-shadow: 0 0 5px #3C66C4;
}
/* //追加ボタン */

/* 一覧ページ下部ボタン */
.to-request-form {
	padding-top: 35px;
}
@media screen and (min-width: 375px) {
	.add-btn, .photo-modal__add-btn {
		font-size: calc(14 / 16 * 1rem);
	}
}
@media screen and (min-width: 769px) {
	.add-btn, .photo-modal__add-btn {
		padding: 4px;
		height: 29px;
	}

}
@media screen and (min-width: 921px) {

}
/* //一覧ページ下部ボタン */


/* 写真のご利用について */
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 921px) {

}
/* //写真のご利用について */

/* モーダル機能部分 */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  overflow: visible;
}
.modal * {
	box-sizing: border-box;
}
.modal__inner {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal[open] {
  animation: modalOpen .3s ease forwards;
}
.modal.is-hide {
  animation: modalClose .3s ease forwards;
}
@keyframes modalOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal::backdrop {
  background-color: #4D4C4C;
  mix-blend-mode: multiply;
  opacity: 0;
}
.modal[open]::backdrop {
  animation: modalOpen .3s ease forwards;
}
.modal.is-hide::backdrop {
  animation: modalClose .3s ease forwards;
}
.modal__close-btn {
  position: absolute;
  top: -68px;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #3C66C4;
  background-color: #fff;
  transition: opacity .3s;
}
@media (hover: hover) and (pointer: fine) {
	.modal__close-btn:hover {
	  opacity: .7;
	}
}
.modal__close-btn::before, .modal__close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #3C66C4;
}
.modal__close-btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal__close-btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
	.modal__close-btn:hover {
		cursor: pointer;
	}
}
.modal__box {
  width: 100%;
  position: relative;
  z-index: 99;
  transition: .3s;
  /*transform: translateY(2rem);*/
}
.modal.is-open .modal__box {
  /*transform: translateY(0);*/
}
.modal.is-hide .modal__box {
  /*transform: translateY(2rem);*/
}
.modal__contents {
  padding: 1.25rem;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.is-restriction-scroll {
  overflow-y: hidden;
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 1600px) {
	.modal__close-btn {
		top: 0;
		right: -86px;
	}
}
/* //モーダル機能部分 */
/* モーダル */
.photo-modal {
	border-radius: 25px;
	padding: 0;
	max-width: 90%;
  max-height: 80svh;
	min-height: 456px;
	outline: none;
}
.photo-modal__inner {
	padding: 19px;
}
.photo-modal__thumb-wrap {
	width: 100%;
	aspect-ratio: 1109 / 736;
	margin-bottom: 5px;
	position: relative;
}
.photo-modal__thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.photo-modal__info-head {
	margin-bottom: 9px;
}
.photo-modal__provider {
	font-size: calc(14 / 16 * 1rem);
	font-weight: 500;
	text-align: right;
	margin: 0;
}
.photo-modal__ttl {
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	margin: 0;
}
.photo-modal__related-wrapper {
	display: flex;
	align-items: baseline;
	font-size: calc(14 / 16 * 1rem);
	font-weight: 500;
}
.photo-modal__related-label {
	margin: 0;
}
.photo-modal__related-link {
	color: #000;
}
.photo-modal__add-btn-wrap {
	max-width: 365px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
	.photo-modal__related-link:hover {
		opacity: .7;
	}

}
@media screen and (min-width: 769px) {
	.photo-modal__info-head {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.photo-modal__provider {
		order: 1;
	}
	.photo-modal__ttl {
		order: 0;
	}

}
@media screen and (min-width: 921px) {
	.photo-modal {
		border-radius: 50px;
	}
	.photo-modal__inner {
		padding: 32px 80px;
	}
	.photo-modal__thumb-wrap {
		margin-bottom: 10px;
	  /*max-height: 58svh;*/
	}
	.modal__box {
    max-width: 90vh;/* 暫定記述。縦幅依存にすることで大きくなり過ぎを防ぐ。 */
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
	.photo-modal {
		max-width: 1391px;
	}
	.photo-modal__inner {
		padding: 42px 141px;
	}
}
/* 前後ボタン */
.photo-modal__pagination-btn {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3C66C4;
  border: none;
}
.photo-modal__pagination-btn--prev {
  left: -13px;
}
.photo-modal__pagination-btn--next {
  right: -13px;
}
.photo-modal__pagination-btn::before {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
}
.photo-modal__pagination-btn--prev::before {
	left: 11px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.photo-modal__pagination-btn--next::before {
	right: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.photo-modal__pagination-btn--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
	.photo-modal__pagination-btn:hover {
		cursor: pointer;
	}
}
@media screen and (min-width: 921px) {
	.photo-modal__pagination-btn--prev {
	  left: -50px;
	}
	.photo-modal__pagination-btn--next {
	  right: -50px;
	}
}
@media screen and (min-width: 1400px) {
	.photo-modal__pagination-btn--prev {
	  left: -75px;
	}
	.photo-modal__pagination-btn--next {
	  right: -75px;
	}
}
/* //前後ボタン */
/* //モーダル */

/* フォトコンテスト */
.contest-imgs {
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	list-style: none;
	gap: 20px;
	margin: 0 0 1.5rem;
}
.contest-imgs__item {
	width: 162px;
	min-width: 162px;
}
.contest-imgs__img {
	width: 100%;
}
.photo-contest-conductor {
	width: 100%;
	max-width: 751px;
	margin-right: auto;
	margin-left: auto;
}
.photo-contest-conductor__ttl {
	text-align: center; 
	margin-bottom: 22px;
}
.photo-contest-conductor__ttl-jp {
	font-size: calc(30 / 16 * 1rem);
	margin: 0 0 5px;
}
.photo-contest-conductor__ttl-eng {
	font-size: calc(23 / 16 * 1rem);
	color: #3C66C4;
	text-align: center;
	margin: 0;
}
.photo-contest-conductor__text {
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	line-height: calc(36 / 18);
	margin-bottom: 2rem;
}
.photo-contest-conductor__apply {
	font-size: calc(20 / 16 * 1rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: .5rem;
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 921px) {
	.contest-imgs {
		gap: 34px;
		padding-top: 40px;
		margin-bottom: 2.25rem;
	}
	.contest-imgs__item {
		width: 13.4vw;
		min-width: 13.4vw;
	}
}
/* アーカイブ */
.photo-contest-conductor__archive {
	margin-top: 2.75rem;
}
.photo-contest-conductor__archive-ttl {
	text-align: center;
	color: #3C66C4;
	font-size: calc(18 / 16 * 1rem);
}
.photo-contest-conductor__archive-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	margin-right: -2px;
	margin-left: -2px;
	box-sizing: border-box;
}
.photo-contest-conductor__accordion-parent {
	padding-top: 12px;
}
.photo-contest-conductor__archive-list-item {
	width: 33.333333333%;
	padding-right: 2px;
	padding-left: 2px;
	box-sizing: border-box;
}
.photo-contest-conductor__archive-list-link {
	font-size: calc(13 / 16 * 1rem);
	font-weight: 700;
	color: #3C66C4;
	border: 1px solid #3C66C4;
	padding: 1rem 2rem;
	border-radius: 100vh;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	text-decoration: none;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	transition: opacity .3s;
}
@media (hover: hover) and (pointer: fine) {
	.photo-contest-conductor__archive-list-link:hover {
		opacity: .7;
	}
}
.photo-contest-conductor__archive-list-link::after {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 15px;
  height: 15px;
  background: url('../img/common/btn-blue.svg') no-repeat center center/contain;
}
.photo-contest-conductor__more-btn {
	font-size: calc(13 / 16 * 1rem);
	font-weight: 700;
	background: rgba(60, 102, 196, .1);
	border-radius: 12px;
	width: 100%;
	position: relative;
	border: none;
	height: 38px;
}
.photo-contest-conductor__more-btn::before,
.photo-contest-conductor__more-btn::after {
	content: '';
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	background-color: #3C66C4;
}
.photo-contest-conductor__more-btn::before {
	right: 29px;
	width: 2px;
	height: 18px;
	transition: opacity .2s;
}
.is-accordion-head--opened .photo-contest-conductor__more-btn::before {
	opacity: 0;
}
.photo-contest-conductor__more-btn::after {
	right: 21px;
	width: 18px;
	height: 2px;
}
.photo-contest-conductor__more-contents {
	padding-top: 12px;
}
@media screen and (min-width: 921px) {
	.photo-contest-conductor__more-contents {
		display: block !important;
	}
	.photo-contest-conductor__more-btn {
		display: none;
	}
	.photo-contest-conductor__more-contents {
		padding-top: 0;
	}
	.photo-contest-conductor__archive-list {
		row-gap: 27px;
		margin-right: -12px;
		margin-left: -12px;
	}
	.photo-contest-conductor__accordion-parent {
		padding-top: 27px;
	}
	.photo-contest-conductor__archive-list-item {
		padding-right: 12px;
		padding-left: 12px;
	}
	.photo-contest-conductor__archive-list-link {
		font-size: calc(18 / 16 * 1rem);
	}
	.photo-contest-conductor__archive-list-link::after {
		width: 17px;
		height: 17px;
	}
}
/* //アーカイブ */
/* //フォトコンテスト */

/* 写真のご利用について */
.attention {
	margin: 56px auto 0;
	width: 100%;
	max-width: 760px;
}
.attention__ttl {
	font-size: calc(18 / 16 * 1rem);
	font-weight: 700;
	position: relative;
	padding: 7px 0 7px 52px;
	margin-bottom: 16px;
}
.attention__ttl::before {
	content: '!';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: calc(24 / 16 * 1rem);
	font-family: "Fugaz One", sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #3C66C4;
	border-radius: 50%;
	padding-top: 5px;
	box-sizing: border-box;
}
.attention__text {
	line-height: calc(32 / 17);
	margin-bottom: 0;
}
@media screen and (min-width: 921px) {
	.attention {
		margin-top: 100px;
		padding-bottom: 32px;
	}
}
/* //写真のご利用について */

/* 利用申請リスト */
.request-head {
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 60px;
}
.request-head__ttl {
	font-size: calc(26 / 16 * 1rem);
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	color: #3C66C4;
}
.request-head__text {
	font-size: calc(18 / 16 * 1rem);
	font-weight: 500;
	line-height: 2;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 921px) {
	.request-head {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.request-head__ttl {
		font-size: calc(35 / 16 * 1rem);
	}

}
/* //利用申請リスト */
/* 選択中の写真 */
.selected-head {
	padding-bottom: 30px;
}
.request-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 34px;
	margin: 0 -2.5px 60px;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
.request-list * {
	box-sizing: border-box;
} 
.request-list__item {
	width: 50%;
  padding-right: 2.5px;
  padding-left: 2.5px;
  
}
.request-list__item--input {
	display: none;/* 初期状態非表示にしておいて、該当画像のみjsで表示 */
}
.request-list__inner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.request-list__add-btn-wrap {
	width: 100%;
	margin-top: auto;
}
.request-list__text-wrap {
	display: none;
}
.request-list__ttl {
	font-size: calc(18 / 16 * 1rem);
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
}
.request-list__popup-btn {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 7px;
}
.request-list__thumb-wrap {
	aspect-ratio: 365 / 242;
  position: relative;
  margin-bottom: 0;
}
.request-list__thumb-wrap img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
	.request-list__item {
		width: 33.333333%;
	}
	
}
@media screen and (min-width: 921px) {
	.selected-head {
		padding-bottom: 43px;
	}
	.request-list {
		margin: 0 -12.5px 95px;
	}
	.request-list__item {
	  padding-right: 12.5px;
	  padding-left: 12.5px;
	}
	.request-list__popup-btn {
	  margin-bottom: 4px;
	}
	.request-list__thumb-wrap {
	  margin-bottom: 8px;
	}
	.request-list__text-wrap {
		display: block;
	}
	.request-list__ttl {
		font-size: calc(20 / 16 * 1rem);
	}
	.request-list__ttl.after-icon::after {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    padding-left: .25rem;
    vertical-align: text-bottom;
    background: url(../img/common/btn-arrow-blue.svg) no-repeat center center / contain;
	}
}
/* //選択中の写真 */
