@charset "utf-8";
/* =================================================
Foundation
================================================= */

/* Base
------------------------------------------------- */
:root {
	--ff-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--color-bk: #231815;
}
* {
	font-weight: 500;
	font-style: normal;
	font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	margin: 0;
	padding: 0;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #727171;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-display: swap;
	overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
	body.is-fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
}
@media screen and (max-width: 600px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
img {
	border: 0;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/* Script
------------------------------------------------- */
.is-ojf {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


/* =================================================
Layout
================================================= */
#l-wrapper {
	overflow: hidden;
}

/* Header
------------------------------------------------- */
#l-header {
	width: 100%;
	height: 90px;
	padding: 0 25px;
	align-items: center;
	justify-content: space-between;
	background: var(--color-bk);
}

.l-logo {
	width: 230px;
}

.l-logo__link {
	display: block;
	width: 100%;
}

.l-logo__img {
	width: 100%;
}

.l-header__cont {
	align-items: center;
}

.l-gnav {
	margin-right: 24px;
}

.l-gnav-list {
	align-items: center;
}

.l-gnav-list__item {
	margin-right: 20px;
}

.l-gnav-list__item:nth-last-of-type(1) {
	margin-right: 0;
}

.l-gnav-list__item__link {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	transition: all .3s ease-in-out;
}
.l-gnav-list__item__link:hover {
	opacity: .7;
}
@media screen and (max-width: 1024px) {
	.l-gnav-list__item__link:hover {
		opacity: 1;
	}
}

.l-insta {
	width: 50px;
	height: 50px;
}

.l-insta__link {
	width: 100%;
	height: 100%;
	padding-top: 8px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	transition: all .3s ease-in-out;
}
.l-insta__link:hover {
	opacity: .7;
}

.l-insta__link__ico {
	display: inline-block;
	width: 34px;
	height: 34px;
}

.l-insta__link__img {
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.l-logo {
		width: 184px;
	}
	
	.l-gnav-list__item {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1279px) {
	
	.l-gnav {
		margin-right: 10px;
	}
	
	.l-gnav-list__item__link {
		letter-spacing: 0.05em;
	}
	
	.l-insta {
		width: 40px;
		height: 40px;
	}
	
	.l-insta__link {
		padding-top: 4px;
	}
	
	.l-insta__link__ico {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1160px) {
	.l-logo {
		width: 161px;
	}
	.l-gnav-list__item__link {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1024px) {
	#l-header {
		height: 60px;
		padding: 0 5%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.l-header__cont {
		display: none !important;
	}
	
	.l-insta {
		margin-left: auto;
	}
	
	.l-insta__link {
		padding-top: 5px;
		background: var(--color-bk);
	}
}

/* sp navi */
.l-header-sp {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: #fff;
}

@media screen and (max-width: 1024px) {
	.l-header-sp {
		display: block;
	}
}

.l-header-sp-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	cursor: pointer;
}

.l-header-sp-btn span {
	width: 32px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 14px;
	background: #000;
	transition: all .2s ease-in-out;
}

.l-header-sp-btn span:nth-of-type(1){
	top: 19px;
}

.l-header-sp-btn span:nth-of-type(2) {
	top: 29px;
}

.l-header-sp-btn span:nth-of-type(3) {
	top: 39px;
}

.l-header-sp-btn.is-active span:nth-of-type(1){
	transform: translateY(10px) rotate(45deg);
}

.l-header-sp-btn.is-active span:nth-of-type(2){
	opacity: 0;
}

.l-header-sp-btn.is-active span:nth-of-type(3){
	transform: translateY(-10px) rotate(-45deg);
}

.l-header-sp-body {
	width: 100%;
	height: calc(100vh - 60px);
	position: fixed;
	top: 60px;
	right: -100%;
	background: rgba(0, 0, 0, .6);
	transition: all .5s ease-in-out;
}

.l-header-sp-body.is-show {
	right: 0;
}

.l-header-sp-cont {
	width: 326px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}

.l-header-sp-nav {
	margin-bottom: 30px;
	position: relative;
}

.l-header-sp-nav:after {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: var(--color-bk);
}

.l-header-sp-list {
	align-items: center;
}

.l-header-sp-list__item {
	width: 50%;
	line-height: 1;
}

.l-header-sp-list__item a {
	padding: 20px 0;
	display: block;
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #000;
}

.l-header-sp-bot {
	width: 100%;
	margin: auto;
	padding: 0 20px;
}

.l-header-sp-unav {
	margin-bottom: 30px;
}

.l-header-sp-unav__btn {
	width: 100%;
}

.l-header-sp-unav__btn {
	margin-bottom: 10px;
}

.l-header-sp-unav__btn:nth-last-of-type(1) {
	margin-bottom: 0;
}

.l-header-sp-unav__btn a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #898989;
}


/* Main
------------------------------------------------- */
#l-main {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
	#l-main {
		margin: 60px auto 120px;
	}
}
@media screen and (max-width: 600px) {
	#l-main {
		margin: 60px auto 100px;
	}	
}


/* Footer
------------------------------------------------- */
#l-footer {
  padding: 80px 0 25px;
  background: var(--color-bk);
}

.l-footer-logo {
  width: 340px;
  margin: 0 auto 60px;
}

.l-footer-logo img {
  width: 100%;
}

.l-footer-block {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
	border-left: 1px solid #898989;
}

.l-footer-box {
	width: calc(100% / 4);
	padding: 35px 20px 40px;
	text-align: center;
	border-right: 1px solid #898989;
}

.l-footer-box__ttl {
	margin-bottom: 30px;
	color: #fff;
	font-family: var(--ff-gothic);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.l-footer-box__add {
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.8;
}
.l-footer-box__tel,
.l-footer-box__tel span,
.l-footer-box__tel span a {
	color: #e4007f;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0;
}
.l-footer-box__tel {
	font-size: 2.5rem;
}

.l-footer-copy {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1300px) {
	.l-footer-block {
		width: calc(100% - 100px);
	}
	.l-footer-box {
		width: calc(100% / 2);
	}
	.l-footer-box--osa_studio,
	.l-footer-box--tky {
		border-top: 1px solid #898989;
	}
}

@media screen and (max-width: 1024px) {	
	.l-footer-block {
		width: 90%;
		border-left: none;
	}
	.l-footer-box {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #898989;
	}
	.l-footer-box--osa_studio,
	.l-footer-box--tky {
		border-top: none;
	}
	
	.l-footer-box--fuk {
		border-top: 1px solid #898989;
		border-left: none;
	}
	
	.l-footer-logo {
		width: 270px;
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.l-footer-block {
		width: 100%;
		flex-direction: column;
	}
	
	.l-footer-logo {
		width: 238px;
	}
	
	.l-footer-box__ttl {
		margin-bottom: 20px;
	}
	
	.l-footer-box__add {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 600px) {
	#l-footer {
		width: 100%;
		padding: 60px 5% 25px;
	}
	
	.l-footer-copy {
		font-size: 1.3rem;
	}
}


/* =================================================
Object
================================================= */

/* Compornent
------------------------------------------------- */

/* Button */
.c-btn-def {
  width: 360px;
}

.c-btn-def a {
  display: block;
  width: 100%;
  padding: 26px 0 25px;
  color: var(--color-bk);
  font-family: var(--ff-gothic);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  border: 4px solid var(--color-bk);
  transition: all .3s ease-in-out;
}

.c-btn-def a:hover {
  color: #fff;
  background: var(--color-bk);
}
@media screen and (max-width: 1024px) {
	.c-btn-def a {
		padding: 23px 0 22px;
		font-size: 2rem;
	}
	
	.c-btn-def a:hover {
		color: var(--color-bk);
		background: #fff;
	}	
}

@media screen and (max-width: 600px) {
	.c-btn-def {
		width: 100%;
		max-width: 360px;
		margin: auto;
	}
	
	.c-btn-def a {
		padding: 20px 0 19px;
		border: 2px solid var(--color-bk);
	}
}

.c-select-btn {
	width: 230px;
	margin: 0 0 10px 0;
	border: 1px solid #898989;
}

/*
.c-select-btn:nth-last-of-type(1) {
	margin: 0;
}
*/

.c-select-btn a {
	width: 100%;
	padding: 13px 0 17px;
	display: block;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	border: 1px solid #898989;
	transition: all .3s ease-in-out;
}

.c-select-btn a:hover {
	color: #fff;
	background: #898989;
}
@media screen and (max-width: 1024px) {
	.c-select-btn a:hover {
		color: #727171;
		background: #fff;
	}
}

.c-select-btn.is-current a {
	color: #fff;
	background: #898989;
}

@media screen and (max-width: 1024px) {
	.p-model .c-select-btn {
		width: 100%;
		max-width: inherit;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 843px) {
	.c-select-btn {
		width: 30.4%;
		max-width: 230px;
		margin: 0;
		border: 1px solid #898989;
	}
	
	.c-select-btn a {
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.c-select-btn a {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 600px) {
	.c-select-btn {
		width: 100%;
		max-width: 360px;
		margin: 0 0 5px 0;
	}
	.c-select-btn a {
		padding: 11px 0 15px;
	}
	.p-model .c-select-btn a {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/* Form */
.c-txt-def {
	width: 100%;
	height: 60px;
	padding: 0 12px;
	font-size: 2.2rem;
	background: none;
	border: 1px solid #727171;
	border-radius: 10px;
}

.c-txt-1 {
	width: 212px;
}

.c-txt-2 {
	width: 80px;
}

.c-txt-area {
	width: 100%;
	height: 200px;
	padding: 6px 12px;
	font-size: 2.2rem;
	background: none;
	border: 1px solid #727171;
	border-radius: 10px;
}

.p-form-cont__option .mwform-checkbox-field,
.c-checkbox {
	display: block;
	position: relative;
}

.p-form-cont__studio span {
	margin: 0 20px 0 0 !important;
}

.c-checkbox--option {
	margin-bottom: 10px;
}

.c-checkbox input[type="checkbox"],
.p-form-cont__option input[type="checkbox"],
.mwform-radio-field input[type="radio"] {
    display: none;
}

.c-checkbox span.mwform-checkbox-field-text,
.p-form-cont__option span.mwform-checkbox-field-text,
.mwform-radio-field span {
	position: relative;
	padding-left: 40px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4 !important;
}

.c-checkbox span.mwform-checkbox-field-text:before,
.p-form-cont__option span.mwform-checkbox-field-text:before,
.mwform-radio-field span:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #dfdbe6;
}

.mwform-radio-field span:before {
	border-radius: 100%;	
}

.c-checkbox input[type="checkbox"]:checked + span:after,
.p-form-cont__option input[type="checkbox"]:checked + span:after,
.mwform-radio-field input[type="radio"]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 18px;
	height: 18px;
	background: var(--color-bk);
}

.mwform-radio-field input[type="radio"]:checked + span:after {
	border-radius: 100%;
}

.c-btn-submit {
	width: 360px;
	margin: auto;
}

.mw_wp_form_confirm .c-btn-submit {
	margin: inherit;
}

.c-btn-submit--back {
	display: none;
}

.mw_wp_form_confirm .c-btn-submit--back {
	display: inline-block;
}

.c-btn-submit input[type="submit"] {
	width: 100%;
	padding: 26px 0px 29px;
	display: block;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #898989;
	transition: all .3s ease-in-out;
}

.c-btn-submit input[type="submit"]:hover {
	background: var(--color-bk);
}
@media screen and (max-width: 1024px) {
	.c-btn-submit input[type="submit"]:hover {
		background: #898989;
	}	
}

@media screen and (max-width: 834px) {
	.c-btn-submit {
		width: 48%;
	}
	
	.c-btn-submit input[type="submit"] {
		padding: 20px 0px 22px;
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.c-txt-def {
		height: 50px;
		font-size: 1.8rem;
		border-radius: 6px;
	}
	
	.c-txt-1 {
		width: 76%;
	}
	
	.c-txt-2 {
		width: 71%;
	}
	
	.c-txt-area {
		font-size: 1.8rem;
		border-radius: 6px;
	}
	
	.c-btn-submit {
		width: 100%;
		max-width: 360px;
	}
}

.c-select-def {
	width: 212px;
	height: 60px;
	padding: 0 12px 2px;
	font-size: 1.8rem;
	background: none;
	border: 1px solid #727171;
	border-radius: 10px;
}
@media screen and (max-width: 600px) {
	.c-select-def {
		width: 160px;
		height: 50px;
		padding: 0 5px 2px;
		font-size: 1.5rem;
		border-radius: 6px;
	}
}


/* Project
------------------------------------------------- */
.p-cont-inner {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}

.p-sec-ttl {
  padding: 60px 0;
  text-align: center;
  background: var(--color-bk);
}

.p-sec-ttl__eng,
.p-sec-ttl__ja {
  display: block;
  line-height: 1;
}

.p-sec-ttl__eng {
  margin-bottom: 20px;
  color: #898989;
  font-size: 5.8rem;
  letter-spacing: .05em;
}

.p-sec-ttl__ja {
  color: #c9caca;
  font-size: 2.4rem;
}

.p-page-header {
  width: 100%;
  height: 438px;
  margin-bottom: 100px;
  position: relative;
  background: url("../images/page_ttl_bg.jpg") no-repeat center center / cover;
}

.p-page-header__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-page-header__txt {
	position: absolute;
	top: 16px;
	right: 25px;
	font-size: 1.3rem;
	line-height: 1;
}

.p-page-ttl {
  width: 230px;
  height: 230px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .4);
}

.p-page-ttl__cont {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-page-ttl__cont br.p-br-model {
	display: none;
}

@media screen and (max-width: 1024px) {
	.p-sec-ttl__eng {
		font-size: 4.6rem;
	}
	
	.p-sec-ttl {
		padding: 40px 0;
	}
	
	.p-page-header {
		height: 350px;
		margin-bottom: 80px;
		background: url("../images/page_ttl_bg_tab.jpg") no-repeat center center / cover;
	}
}

@media screen and (max-width: 600px){	
	.p-sec-ttl__eng {
		font-size: 3.4rem;
	}
	
	.p-sec-ttl__ja {
		font-size: 2rem;
	}
	
	.p-page-header {
		height: 280px;
		background: url("../images/page_ttl_bg_sp.jpg") no-repeat center center / cover;
	}
	
	.p-page-ttl {
		width: 150px;
		height: 150px;
	}
	
	.p-page-ttl__cont {
		font-size: 2rem;
	}
	
	.p-page-ttl__cont br.p-br-model {
		display: inline-block;
	}
	
	.p-page-header__txt {
		width: 100%;
		right: 50%;
		font-size: 1.1rem;
		letter-spacing: 0;
		text-align: center;
		transform: translateX(50%);
	}
}

/* -- index.html -- */
.p-mv {
	width: 100%;
	height: 960px;
	position: relative;
	background: url("../images/mv_img.jpg") no-repeat center center / cover;
}

.p-mv__inner {
	height: 100%;
	position: relative;
}

.p-mv__head {
	position: absolute;
	top: 16px;
	right: 25px;
	font-size: 1.3rem;
	line-height: 1;
}

.p-mv__catch {
	position: absolute;
	top: 115px;
	right: 50%;
	margin: 0 -420px 0 0;
	color: var(--color-bk);
	font-size: 3.2rem;
	-ms-writing-mode: vertical-rl; /* IE */
	writing-mode: vertical-rl;
}

.p-mv__catch br {
	display: none;
}

.p-mv__txt {
	width: 100%;
	max-width: 1440px;
	margin-left: -720px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.p-mv__txt-img {
	width: 100%;
	filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.2));
}

/* photo session */
.p-session {
  margin-bottom: 120px;
}
.p-session-block {
  width: 100%;
  max-width: 1500px;
  margin: 25px auto 70px;
  justify-content: center;
}
.p-session-box {
  width: 23.4%;
  max-width: 350px;
	margin: 0 2% 0 0;
}
.p-session-box:nth-last-of-type(1) {
	margin: 0;
}

.p-session-box__inner {
  display: block;
  width: 100%;
  border: 1px solid #898989;
}

.p-session-box__img {
  position: relative;
  overflow: hidden;
}

.p-session-box__img img {
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: all .5s ease-in-out;
}

.p-session-box__inner:hover .p-session-box__img img {
  transform: translate3d(0, 0, 0) scale(1.08);
}
@media screen and (max-width: 1024px) {
  .p-session-box__inner:hover .p-session-box__img img {
    transform: translate3d(0, 0, 0) scale(1);
  }  
}

.p-session-box__cont {
  padding: 22px 20px;
}

.p-session-box__cont__date,
.p-session-box__cont__ttl {
  font-size: 1.7rem;
  line-height: 1.3;
}

.p-session-box__cont__date {
  margin-bottom: 10px;
}

.p-session-int {
  width: 100%;
  margin-bottom: 85px;
  padding: 0 50px;
  text-align: center;
}

.p-session-int__catch {
  margin-bottom: 26px;
  font-size: 3.3rem;
  line-height: 1.3;
}

.p-session-int__catch br {
	display: none;
}

.p-session-int__txt {
  font-size: 2rem;
  line-height: 2.5;
}

.p-session-btn-area {
  width: 100%;
  max-width: 1146px;
  margin-inline: auto;
	margin-bottom: 50px;
  justify-content: space-between;
}

.p-session-btn-area__item {
  width: 360px;
}

.p-session-int__kome {
	text-align: center;
}

/* Rental Studio */
.p-studio {
  margin-bottom: 120px;
}

.p-studio-img-block {
  margin-bottom: 80px;
}

.p-studio-img-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';  
}

.p-studio-img-block__bot__img {
  width: calc(100% / 4);
}

.p-studio-img-block__bot__img img {
  width: 100%;
}

.p-studio-cont {
	width: 100%;
  max-width: 1200px;
  margin: auto;
}

.p-studio-int {
  margin-bottom: 60px;
  text-align: center;
}

.p-studio-int__catch {
  margin-bottom: 26px;
  font-size: 3.3rem;
  line-height: 1.3;
}

.p-studio-int__catch br {
	display: none;
}

.p-studio-int__txt {
	font-size: 2rem;
	line-height: 2.5;
}

/* price */
.p-studio-price {
  margin-bottom: 85px;
}
.p-studio-cont__ttl {
  margin-bottom: 40px;
  padding-bottom: 25px;
  color: #898989;
  font-size: 5.3rem;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #898989;
}

.p-studio-price-list__item {
  margin-bottom: 15px;
  font-size: 2.2rem;
  letter-spacing: 0;
}

.p-studio-price-list__item:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* 貸出衣装 */
.p-studio-lending {
  margin-bottom: 40px;
}

.p-studio-cont__ttl--lending {
  font-size: 4.6rem;
}

.p-studio-lending__txt {
  margin-bottom: 40px;
  font-size: 2.2rem;
  text-align: center;
}

.p-studio-lending-block {
  justify-content: space-between;
}

.p-studio-lending-block:before,
.p-studio-lending-block:after {
  width: 220px;
  content: '';
  display: inline-block;
}

.p-studio-lending-block:before {
  order: 2;
}

.p-studio-lending-box {
  width: 21.8%;
  max-width: 220px;
  margin-bottom: 32px;
}

.p-studio-lending-box__img {
  margin-bottom: 10px;
}

.p-studio-lending-box__img img {
  width: 100%;
}

/* スタジオ予約 */
.p-studio-btn {
  margin: 0 auto 60px;
}

.p-studio-box {
	width: calc(100% / 4);
  padding: 35px 20px 40px;
  text-align: center;
  border-right: 1px solid #898989;
}
@media screen and (max-width: 1200px) {
	.p-studio-box {
		width: calc(100% / 2);
	}
}

.p-studio-block {
  border-left: 1px solid #898989;
}

.p-studio-box__ttl {
  margin-bottom: 30px;
  color: var(--color-bk);
  font-family: var(--ff-gothic);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.p-studio-box__add {
  margin-bottom: 20px;
  color: var(--color-bk);
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-studio-box__tel,
.p-studio-box__tel span,
.p-studio-box__tel span a {
  color: #e4007f;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-studio-box__tel {
	font-size: 2.5rem;
}
@media screen and (max-width: 1279px) {
	.p-studio-box__tel,
	.p-studio-box__tel span,
	.p-studio-box__tel span a {
	  font-size: 2.5rem;
	}
	.p-studio-box__tel {
	  font-size: 2rem;
	}
}

/* 写真素材販売 */
.p-stock-slider {
  margin: 24px 0 80px;
}

.p-stock-slider__inner {
  width: calc(100% - 24px);
  margin: auto;
}

.p-stock-slider__img {
  margin: 0 8px 0 4px;
}

.p-stock-slider__img img {
  width: 100%;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
	z-index: 1;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	background: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

button.slick-prev {
	left: 3%;
  background: url(../images/arr_slider_lt.svg) no-repeat center center / 27px 44px;
}

button.slick-next {
	right: 3%;
  background: url(../images/arr_slider_rt.svg) no-repeat center center / 27px 44px;
}

.p-stock-cont {
	width: 100%;
	max-width: 1010px;
	margin: auto;
}

.p-stock-int {
  margin-bottom: 85px;
  text-align: center;
}

.p-stock-int__catch {
  margin-bottom: 30px;
  font-size: 3.8rem;
  line-height: 1.3;
}

.p-stock-int__txt {
  font-size: 2rem;
  line-height: 2.5;
}

.p-stock-btn {
  margin: auto;
}

@media screen and (max-width: 1600px) {
	.p-session-block {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 1540px) {
	.p-mv__txt {
		width: calc(100% - 100px);
		margin-left: calc(-50% + 50px);
	}
}

@media screen and (max-width: 1246px) {
	.p-session-btn-area {
		width: calc(100% - 100px);
	}
	
	.p-session-btn-area__item {
		width: 31.5%;
		max-width: 360px;
	}
}

@media screen and (max-width: 1300px) {
	.p-studio-cont {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 1200px) {
	.p-studio-box--osa02,
	.p-studio-box--tky {
		border-top: 1px solid #898989;
	}
}
@media screen and (max-width: 1024px) {
	.p-mv {
		height: calc(100vh - 60px);
		background: url("../images/mv_img_tab.jpg") no-repeat center center / cover;
	}
	
	.p-mv__txt {
		width: 90%;
		margin-left: -45%;
	}
	
	.p-mv__txt-img {
		filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.5));
	}
	
	.p-mv__catch {
		margin: 0;
		right: 5%;
		font-size: 2.8rem;
	}
	
	.p-session-block {
		width: 90%;
		margin: 25px auto 50px;
	}
	
	.p-session-box {
		width: 47.5%;
		max-width: none;
		margin: 0 2% 2% 0;
	}	
	.p-session-box:nth-last-of-type(1) {
		margin: 0 0 2%;
	}
	
	.p-session-int__catch {
		font-size: 2.8rem;
	}
	
	.p-session-int__txt {
		font-size: 1.8rem;
		letter-spacing: .08em;
		line-height: 2;
		text-align: left;
	}
	
	.p-session-btn-area {
		width: 90%;
	}
	
	.p-session-btn-area__item {
		width: 31.5%;
	}
	
	.p-studio-cont {
		width: 90%;
	}
	
	.p-studio-int__catch {
		font-size: 2.8rem;
	}
	
	.p-studio-int__txt {
		font-size: 1.8rem;
		line-height: 2;
		text-align: left;
	}
	
	.p-studio-price {
		margin-bottom: 50px;
	}
	
	.p-studio-cont__ttl {
		margin-bottom: 30px;
		font-size: 4.2rem;
	}
	
	.p-studio-cont__ttl--lending {
		font-size: 3.5rem;
	}
	
	.p-studio-price-list__item {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	
	.p-studio-lending__txt {
		font-size: 1.8rem;
		text-align: left;
	}
	
	.p-studio-box {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #898989;
	}
	.p-studio-box--osa02,
	.p-studio-box--tky {
		border-top: none;
	}
	.p-studio-block {
	  border-left: none;
	}
	.p-studio-box--fuk {
		border-top: 1px solid #898989;
	}
	
	.p-stock-cont {
		width: 90%;
	}
	
	.p-stock-int__catch {
		font-size: 2.8rem;
	}
	
	.p-stock-int__txt {
		font-size: 1.8rem;
		line-height: 2;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {	
	.p-session-int__catch {
		line-height: 1.75;
	}
	
	.p-session-int__catch br {
		display: inline-block;
	}
	
	.p-session-btn-area__item {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 10px;
	}
	
	.p-studio-int__catch {
		line-height: 1.75;
	}
	
	.p-studio-int__catch br {
		display: inline-block;
	}
	
	.p-studio-lending-box {
		width: 47.5%;
		max-width: none;
	}
	
	.p-studio-block {
		flex-direction: column;
	}
	
	.p-studio-box__ttl {
		margin-bottom: 20px;
	}
	
	.p-studio-box__add {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 600px) {
	.p-mv {
		height: 450px;
		background: url("../images/mv_img_sp.jpg") no-repeat center center / cover;
	}
	
	.p-mv__head {
		width: 100%;
		right: 50%;
		font-size: 1.1rem;
		letter-spacing: 0;
		text-align: center;
		transform: translateX(50%);
	}
	
	.p-mv__catch {
		top: 67px;
		right: 5%;
		font-size: 2.5rem;
	}
	
	.p-mv__catch br {
		display: inline-block;
	}
	
	.p-session {
		margin-bottom: 80px;
	}
	
	.p-session-block {
		margin: 25px auto 40px;
		flex-direction: column;
	}
	
	.p-session-box {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.p-session-box__cont__date,
	.p-session-box__cont__ttl {
		font-size: 1.6rem;
	}
	
	.p-session-int {
		margin-bottom: 60px;
		padding: 0 5%;
	}
	
	.p-session-int__catch {
		font-size: 2.4rem;
	}
	
	.p-session-int__txt {
		font-size: 1.6rem;
		line-height: 1.75;
		text-align: left;
	}
	
	.p-studio-img-block {
		margin-bottom: 60px;
	}
	
	.p-studio-img-block__bot__img {
		width: 50%;
	}
	
	.p-studio-int {
		margin-bottom: 50px;
	}
	
	.p-studio-int__catch {
		font-size: 2.4rem;
		line-height: 1.75;
		letter-spacing: 0;
	}
	
	.p-studio-int__txt {
		font-size: 1.6rem;
		line-height: 1.75;
		text-align: left;
	}
	
	.p-studio-price {
		margin-bottom: 50px;
	}
	
	.p-studio-cont__ttl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 3rem;
	}
	
	.p-studio-cont__ttl--lending {
		font-size: 2.4rem;
	}
	
	.p-studio-price-list__item {
		font-size: 1.6rem;
	}
	
	.p-studio-lending {
		margin-bottom: 25px;
	}
	
	.p-studio-lending__txt {
		font-size: 1.6rem;
		text-align: left;
	}
	
	.p-studio-btn {
		margin: 0 auto 40px;
	}
	
	.p-stock-slider {
		margin: 24px 0 70px;
	}
	
	.p-stock-slider__inner {
		width: 100%;
	}
	
	.p-stock-cont {
		width: 90%;
	}
	
	.p-stock-int {
		margin-bottom: 50px;
	}
	
	.p-stock-int__catch {
		font-size: 2.4rem;
		letter-spacing: .05em;
		line-height: 1;
	}
	
	.p-stock-int__txt {
		font-size: 1.6rem;
		line-height: 1.75;
		text-align: left;
	}
}

/* -- 撮影会 カメラマン 利用規約 -- */
.p-terms-sec {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.p-terms-sec__ttl,
.p-terms-sec__ttl span {
  color: var(--color-bk);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-terms-sec__ttl {
  margin-bottom: 60px;
  padding: 23px 0 27px;
  text-align: center;
  border-top: 1px solid var(--color-bk);
  border-bottom: 1px solid var(--color-bk);
}

.p-terms-sec__ttl span {
	margin: 0 0 0 1em;
	display: inline-block;
}

.p-terms-list__item {
  margin-bottom: 5px;
  font-family: var(--ff-gothic);
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
	.p-terms-sec {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 1024px) {
	.p-terms-sec {
		width: 90%;
	}
	
	.p-terms-sec__ttl,
	.p-terms-sec__ttl span {
		font-size: 2.8rem;
	}
	
	.p-terms-sec__ttl {
		margin-bottom: 40px;
	}
	
	.p-terms-list__item {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 600px) {	
	.p-terms-sec__ttl,
	.p-terms-sec__ttl span {
		font-size: 2.4rem;
	}
	
	.p-terms-sec__ttl span {
		margin: 15px 0 0 0;
		display: block;
	}
	
	.p-terms-list__item {
		font-size: 1.8rem;
	}
}

/* -- モデル一覧 -- */
.p-select-btnarea {
	margin-bottom: 80px;
	justify-content: center;
	gap: 0 10px;
}
@media screen and (max-width: 1024px) {
	.p-select-btnarea__group {
		width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 600px) {
	.p-select-btnarea {
		gap: 0 5px;
	}
	.p-select-btnarea__group {
		width: calc((100% - 10px) / 3);
	}
}

.p-model-list {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	justify-content: space-between;
}

.p-model-list:before,
.p-model-list:after {
	content: '';
	width: 23.1%;
	max-width: 300px;
	display: inline-block;
}

.p-model-list:before {
	order: 2;
}

.p-model-list__item {
	width: 23.1%;
	max-width: 300px;
	margin-bottom: 40px;
}

.p-model-list__item a {
	display: block;
}

.p-model-list__img {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.p-model-list__img img {
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
}

.p-model-list__item a:hover .p-model-list__img img {
	transform: translate3d(0, 0, 0) scale(1.08);
}
@media screen and (max-width: 1024px) {
	.p-model-list__item a:hover .p-model-list__img img {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.p-model-list__ttl {
	font-size: 1.7rem;
}

.p-pager {
	font-size: 0;
	text-align: center;
}

.page-numbers {
	width: 50px;
	height: 50px;
	margin: 40px 15px 0 0;
	padding: 14px 0;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	background: #c9caca;
	transition: all .3s ease-in-out;
}

.next.page-numbers {
	margin: 0;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--color-bk);
}

@media screen and (max-width: 1400px) {
	.p-model-list {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 1024px) {	
	.p-model-list {
		width: 90%;
	}
	
	.p-model-list__item {
		width: 47.5%;
		max-width: inherit;
	}
}

@media screen and (max-width: 843px) {
	.p-select-btnarea {
		width: 90%;
		margin: 0 auto 50px;
	}
}

@media screen and (max-width: 600px) {
	.p-select-btnarea {
		width: 90%;
		margin: 0 auto 50px;
		flex-direction: column;
		align-items: center;
	}
	.p-model .p-select-btnarea {
		flex-direction: row;
	}
	
	.p-model-list__item {
		margin-bottom: 30px;
	}
	
	.p-model-list__ttl {
		font-size: 1.4rem;
	}
}

/* -- モデル詳細 -- */
.p-model-header {
	position: relative;
	margin-bottom: 70px;
	padding-top: 100px;
}

.p-model-ttl {
	text-align: center;
}

.p-model-ttl__main,
.p-model-ttl__sub {
	font-weight: 700;
	line-height: 1;
}

.p-model-body {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.p-model-ttl__main {
	margin-bottom: 25px;
	font-size: 4rem;
}

.p-model-ttl__sub {
	font-size: 2.3rem;
}

.p-model-img {
	margin-bottom: 30px;
}

.p-model-img__main {
	margin-bottom: 30px;
}

.p-model-img__main img {
	width: 100%;
}

.p-model-img-list {
	gap: 20px 2%;
}

.p-model-img-list:before,
.p-model-img-list:after {
	width: 23.5%;
	max-width: 235px;
	content: '';
	display: inline-block;
}

.p-model-img-list:before {
	order: 2;
}

.p-model-img-list__item {
	width: 23.5%;
	max-width: 235px;
}

.p-model-img-list__item img {
	width: 100%;
}

.p-model-insta,
.p-model-insta a {
	font-family: var(--ff-gothic);
	font-size: 2rem;
}

.p-model-insta {
	line-height: 1;
	text-align: right;
}

.p-model-insta a {
	transition: all .3s ease-in-out;
}

.p-model-insta a:hover {
	color: var(--color-bk);
}
@media screen and (max-width: 1024px) {
	.p-model-insta a:hover {
		color: #727171;
	}	
}

.p-model-insta span {
	width: 50px;
	height: 50px;
	margin-left: 12px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	border-radius: 100%;
	background: var(--color-bk);
	vertical-align: -10px;
}

.p-model-insta span img {
	width: 34px;
	height: 34px;
	margin: 8px auto 0;
	line-height: 1;
}

.p-detail {
	margin-top: 65px;
}

.p-detail * {
	font-family: var(--ff-gothic);
}

.p-detail__main {
	margin-bottom: 55px;
}

.p-detail__main p {
	font-size: 2.8rem;
}

.p-detail__main a {
	text-decoration: underline;
	transition: all .3s ease-in-out;
}
.p-detail__main a:hover {
	color: #e4007f;
	text-decoration: underline;
}

.p-detail-cont {
	margin-bottom: 50px;
}

.p-detail-cont--end {
	margin-bottom: 0 !important;
}

.p-detail-cont__ttl {
	margin-bottom: 15px;
	padding-bottom: 20px;
	font-size: 2.5rem;
	line-height: 1;
	border-bottom: 1px solid #727171;
}

.p-detail-cont__ttl:before {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	content: '';
	display: inline-block;
	background: #727171;
	vertical-align: -1px;
}

.p-detail-cont dl {
	display: flex;
}

.p-detail-cont dt,
.p-detail-cont dd,
.p-detail-cont p {
	font-size: 2.2rem;
}

.p-detail-cont dt {
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {	
	.p-model-ttl__main {
		font-size: 3.3rem;
	}
	
	.p-model-img-list {
		width: 90%;
		margin: auto;
	}
	
	.p-model-insta {
		margin-right: 5%;
	}
	
	.p-detail {
		width: 90%;
		margin: 60px auto 0;
	}
}

@media screen and (max-width: 600px) {
	.p-model-header {
		margin-bottom: 40px;
		padding-top: 60px;
	}
	
	.p-model-ttl__main {
		margin-bottom: 20px;
		font-size: 2.6rem;
	}
	
	.p-model-ttl__sub {
		font-size: 2rem;
	}
	
	.p-model-img-list {
		gap: 5vw 5%;
	}
	.p-model-img-list__item {
		width: 47.5%;
		max-width: inherit;
	}
	
	.p-model-insta,
	.p-model-insta a {
		font-size: 1.6rem;
	}
	
	.p-model-insta span {
		width: 40px;
		height: 40px;
		vertical-align: -5px;
	}
	
	.p-model-insta span img {
		width: 26px;
		height: 26px;
		margin: 7px auto 0;
	}
	
	.p-detail {
		margin: 50px auto 0;
	}
	
	.p-detail__main {
		margin-bottom: 50px;
	}
	
	.p-detail__main p {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	
	.p-detail-cont {
		margin-bottom: 50px;
	}
	
	.p-detail-cont__ttl {
		font-size: 2rem;
	}
	
	.p-detail-cont__ttl:before {
		width: 18px;
		height: 18px;
		vertical-align: -2px;
	}
	
	.p-detail-cont dl {
		margin-bottom: 3px;
	}
	
	.p-detail-cont dt,
	.p-detail-cont dd,
	.p-detail-cont p {
		font-size: 1.8rem;
	}
}

/* 撮影会&お知らせ */
.p-info-block {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 10px;
	justify-content: space-between;
}

.p-info-block:after {
	width: 31.9%;
	max-width: 350px;
	content: '';
	display: inline-block;
}

.p-info-box {
	width: 31.9%;
	max-width: 350px;
	margin: 0 0 30px;
}

@media screen and (max-width: 600px) {
	.p-info-block {
		width: 90%;
	}
	
	.p-info-box {
		width: 100%;
		max-width: inherit;
		margin: 0 0 20px;
	}
}

/* 撮影会&お知らせ-詳細 */
.p-info-body {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

.p-info-body * {
	font-family: var(--ff-gothic);
}

.p-info__ttl {
	margin-bottom: 55px;
	font-size: 4rem;
	font-weight: 700;
	text-align: center; 
}

.p-info__img {
	margin-bottom: 60px;
}

.p-info__img img {
	width: 100%;
}

.p-detail-cont__ttl--info {
	padding: 0;
	border-bottom: 0;
}

.p-detail-cont__ttl--info:before {
	display: none;
}

.p-detail-btn {
	margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
	.p-info__ttl {
		padding: 0 5%;
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 600px) {
	.p-info__ttl {
		font-size: 2.4rem;
	}
	
	.p-detail-btn {
		margin: 60px auto 0;
	}
}

/* 撮影会参加予約 */
.p-contact-txt {
	margin-bottom: 40px;
	font-family: var(--ff-gothic);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.p-form-body {
	width: 100%;
	max-width: 750px;
	margin: auto;
}

.p-form-body * {
	font-family: var(--ff-gothic);
}

.p-form-body__txt {
	margin-bottom: 60px;
	font-family: var(--ff-gothic);
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}

.mw_wp_form_confirm .p-form-body__txt {
	display: none;
}

.p-form-cont {
	margin-bottom: 60px;
}

.p-form-cont dl {
	margin-bottom: 40px;
}

.p-form-cont dt {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}

.p-form-cont dt span {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.p-form-cont dt span.u-req {
	font-size: 2.2rem;
}

.mw_wp_form_confirm .p-form-cont dt span {
	display: none !important;
}

.mw_wp_form_confirm .p-form-cont dd {
	font-size: 2.2rem;
	font-weight: 700;
}

.p-form-cont dd span {
	margin: 0 10px;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: bottom;
}
.p-form-cont dd span.p-rent-head {
	vertical-align: -5px;
}

.mw_wp_form_confirm .p-form-cont dd span {
	vertical-align: inherit;
}

.p-form-cont--box {
	display: inline-block;
	position: relative;
}

.p-consent {
	margin-top: 50px;
	text-align: center;
}

.mw_wp_form_confirm .p-consent {
	display: none;
}

.p-consent__txt,
.p-consent__txt a {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

.p-consent__txt {
	margin-bottom: 25px;
}

.p-consent__txt a {
	color: #ea5514;
	text-decoration: underline;
}

.p-consent__txt a:hover {
	text-decoration: none;
}

.p-form-cont dd {
	position: relative;
}

.p-form-select {
	margin: 10px 0 0;
}
.p-form-select:nth-of-type(1) {
	margin: 25px 0 0;
}

.p-btn-area {
	justify-content: center;
}

.mw_wp_form_confirm .p-btn-area {
	justify-content: space-between;
}

.p-form-cont .error {
	position: absolute;
	left: 0;
	bottom: -20px;
}

.c-checkbox .error {
	bottom: -30px;
	left: 50%;
	font-weight: 700;
	transform: translateX(-50%);
}

.p-comp__txt {
	font-family: var(--ff-gothic);
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.p-comp {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 80px;
}

.p-comp-btn {
	width: 90%;
	max-width: 360px;
	margin: auto;
}

.p-rent-txt {
	margin: 6px 0 0;
	font-size: 1.6rem;
	line-height: 1.3;
}
.p-rent-txt:nth-of-type(1) {
	margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
	.p-form-body__txt {
		font-size: 2.3rem;
	}
	
	.p-form-body {
		width: 90%;
	}
	
	.p-form-cont__option dt span {
		display: block !important;
		margin-top: 10px;
		line-height: 1.5;
	}
	
	.mw_wp_form_confirm .p-form-cont dt span {
		display: none !important;
	}
	
	.p-comp,
	.p-form-body__txt--head {
		padding: 0 5%;
		text-align: left;
	}
	
	.p-comp__txt {
		font-size: 2.3rem;
	}
}

@media screen and (max-width: 767px) {
	.p-form-body__txt {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.p-contact-txt {
		font-size: 1.8rem;
	}
	
	.p-form-body__txt {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	
	.p-form-cont dt {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	
	.p-form-cont dt span {
		margin: 5px 0 0;
		display: block;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	
	.p-form-cont dt span.u-req {
		margin: 0;
		display: inline-block;
		font-size: 1.8rem;
		line-height: 1;
	}
	
	.p-form-cont dd span {
		margin: 0;
		font-size: 2rem;
	}
	
	.mwform-radio-field {
		display: block !important;
	}
	
	.p-form-cont__studio span {
		margin: 0 !important;
	}
	
	.p-form-cont--box {
		width: 29%;
	}
	
	.p-form-cont--box:nth-of-type(1) {
		width: 35%;
	}
	
	.mw_wp_form_confirm .p-form-cont--box,
	.mw_wp_form_confirm .p-form-cont--box:nth-of-type(1) {
		width: auto;
	}
	
	.p-form-cont__option .mwform-checkbox-field {
		margin: 0 0 10px 0 !important;
		display: block !important;
	}
	
	.mwform-radio-field span,
	.p-form-cont__option span.mwform-checkbox-field-text {
		font-size: 2rem !important;
	}
	
	.p-comp,
	.p-form-body__txt--head {
		padding: 0 5%;
		text-align: left;
	}
	
	.p-comp__txt {
		font-size: 2rem;
	}
	
	.mw_wp_form_confirm .p-btn-area {
		flex-direction: column;
		align-items: center;
	}
	
	.mw_wp_form_confirm .c-btn-submit--back {
		margin-bottom: 15px;
	}
	
	.p-comp__txt {
		font-size: 2rem;
	}
	
	.p-consent__txt,
	.p-consent__txt a {
		font-size: 2rem;
	}
}


.p-blog {
	margin-bottom: 100px;
}
.p-blog__inner {
	width: 920px;
	margin-inline: auto;
	padding-top: 50px;
}
@media screen and (max-width: 1000px) {
	.p-blog__inner {
	  width: calc(100% - 80px);
	}
  }
@media screen and (max-width: 600px) {
	.p-blog__inner {
	  width: 90%;
	}
  }
.p-tp-n__list {
	margin-bottom: 50px;
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px 26px;
	justify-content: center;
}
.p-tp-n__item a {
	display: block;
	height: 100%;
	border: 1px solid #f2f2f2;
}
.p-tp-n__figure {
	overflow: hidden;
}
.p-tp-n__figure img {
	width: 100%;
	transition: all .5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-tp-n__item a:hover .p-tp-n__figure img {
    transform: translate3d(0, 0, 0) scale(1.1);
  }  
}
.p-tp-n-des__head {
	margin-bottom: 10px;
	line-height: 1.6;
}
.p-tp-n__des {
	padding: 20px;
	border-top: none;
}
.p-tp-n-des__date {
	color: #969696;
	font-size: 1.3rem;
	line-height: 1;
}

/* ブログ */
/* -------------------------------------------------- */
.p-news-body {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 150px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
	.p-news-body {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 1000px) {
	.p-news-body {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 600px) {
	.p-news-body {
		flex-direction: column;
		width: 88%;
		margin: 0 auto 100px;
	}
}
.p-news-body__cont {
	width: 640px;
}
@media screen and (max-width: 1100px) {
	.p-news-body__cont {
		width: calc(100% - 360px);
	}
}
@media screen and (max-width: 960px) {
	.p-news-body__cont {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 80px;
	}
}
.p-news-item__head {
	margin-bottom: 20px;
	border-bottom: 3px solid #7f7f7f;
}
.p-news-body__item {
	margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
	.p-news-body__item {
		margin-bottom: 40px;
	}	
}
.p-news-body__item:nth-last-of-type(1) {
	margin-bottom: 0;
}
.p-news-body__item a {
	display: block;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
	.p-news-body__item a:hover {
		opacity: .7;
	}	
}
.p-news-item-head__ttl {
	font-size: 1.9rem;
	font-weight: bold;
	color: #666666;
}
.p-news-item-head__date {
	margin-bottom: 15px;
	font-size: 1.2rem;
	color: #d2b200;
}
.p-news-item__figure {
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	.p-news-item__figure {
		margin-bottom: 15px;
	}	
}
.p-news-item__figure img {
	width: 100%;
	height: auto;
}
.p-news-item__txt {
	margin-bottom: 10px;
	color: #666666;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 600px) {
	.p-news-item__txt {
		font-size: 1.4rem;
		line-height: 1.75;
	}
}
.p-news-item__link {
	color: #d2b200;
	font-size: 16px;
	letter-spacing: .05em;
}
@media screen and (max-width: 600px) {
	.p-news-item__link {
		font-size: 1.4rem;
	}	
}

/* pager */
.pager {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager span,
.pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 5px 0;
	width: 24px;
	height: 30px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.0;
	border: 2px solid #004ea2;
	transition: all .5s ease-in-out;
}
.pager span,
.pager a:hover {
	color: #fff;
	text-decoration: none;
	background: #004ea2;
}
.pager a {
	color: #004ea2;
	text-decoration: none;
	background: none;
}
.pager span.dots,
.pager a.prev,
.pager a.next {
	width: auto;
	font-size: 14px;
	background: none;
	border: none;
}
.pager a.prev:hover,
.pager a.next:hover {
	color: #004ea2;
	background: none;
}

/* sidebar */
.p-news-body__sidebar {
	width: 360px;
	padding-left: 70px;
}
@media screen and (max-width: 960px) {
	.p-news-body__sidebar {
		width: 100%;
		padding-left: 0;
	}	
}
.p-sidebar__block {
	margin-bottom: 60px;
}
.p-sidebar__block:nth-last-of-type(1) {
	margin-bottom: 0;
}
.p-sidebar-block__ttl {
	padding-bottom: 15px;
	color: #d2b200;
	font-family: "Times New Roman", "Hiragino Mincho ProN", 'Noto Serif JP', "MS PMincho", serif !important;
	font-size: 2rem;
	line-height: 1;
	border-bottom: 3px solid #7f7f7f;
}
.p-sidebar-block__item {
	border-bottom: 1px solid #7f7f7f;
}
.p-sidebar-block__item a {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
.p-sidebar-item__ttl {
	margin-bottom: 8px;
	color: #666666;
	font-size: 1.5rem;
	line-height: 1.6;
}
.sidebar-blk__item--cat .p-sidebar-item__ttl {
	margin-bottom: 0;
	line-height: 1;
}
.p-sidebar-item__date {
	color: #d2b200;
	font-size: 1rem;
	line-height: 1;
}

/* ブログ詳細ページ */
/* -------------------------------------------------- */
.news-col-item__head {
	margin-bottom: 20px;
	border-bottom: 3px solid #7f7f7f;
}
.news-col-item-head__txt {
	margin-bottom: 10px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.9rem;
	font-weight: bold;
	color: #666666;
}
@media screen and (max-width:767px){
	.news-col-item-head__txt {
		margin-bottom: 5px;
		line-height: 1.5;
	}
}
.news-col-item-head__subtxt {
	margin-bottom: 15px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.2rem;
	color: #d2b200;
}

.news-col__cont p {
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2.0;
}
.news-col__cont img {
  max-width: 100%;
  height: auto;
}


/*--detail-pager--*/
.detail-pager {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 1px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-pager__list {
  width: 200px;
  margin: 0 100px;
}
@media screen and (max-width: 767px) {
  .detail-pager__list {
    width: 120px;
    margin: 0 24px;
  }
}
.detail-pager__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  letter-spacing: 0.05em;
  line-height: 1.0;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  position: relative;
}
.detail-pager__list a:hover {
  opacity: 0.7;
}
.detail-pager__prev, .detail-pager__next {
  opacity: 1;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.detail-pager__prev.hidden, .detail-pager__next.hidden {
  opacity: 0;
}
.detail-pager__prev a, .detail-pager__next a {
  display: block;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 14px;
  color: #121212;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .detail-pager__prev a, .detail-pager__next a {
    font-size: 13px;
  }
}
.detail-pager__prev a {
  padding: 0 0 0 25px;
}
.detail-pager__prev a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background: #004EA2;
  top: 50%;
  left: 0;
  transition: all .3s ease-in-out;
}
.detail-pager__prev a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #004EA2;
  top: calc(50% - 2px);
  left: 0;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
.detail-pager__prev a:hover:before, .detail-pager__prev a:hover:after {
  left: -5px;
}
.detail-pager__next a {
  padding: 0 25px 0 0;
  text-align: right;
}
.detail-pager__next a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background: #004EA2;
  top: 50%;
  right: 0;
  transition: all .3s ease-in-out;
}
.detail-pager__next a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #004EA2;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all .3s ease-in-out;
}
.detail-pager__next a:hover:before, .detail-pager__next a:hover:after {
  right: -5px;
}

/* Alignments */
.news-col__cont .alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .news-col__cont .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.news-col__cont .alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .news-col__cont .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.news-col__cont .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Utility
------------------------------------------------- */

/* Display */
.u-db {
	display: block;
}

.u-df {
	display: flex;
	flex-wrap: wrap;
}

.u-db-tb {
	display: none;
}

.u-dn-tb {
	display: inline-block;
}

@media screen and (max-width: 1024px) {
	.u-dn-tb {
		display: none;
	}	
	
	.u-db-tb {
		display: inline-block;
	}	
}

.u-db-st {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-db-st {
		display: inline-block;
	}
}

.u-dn-sp {
	display: inline-block;
}

@media screen and (max-width: 600px) {
	.u-dn-sp {
		display: none;
	}	
}

.u-db-sp {
	display: none;
}
@media screen and (max-width: 600px) {
	.u-db-sp {
		display: inline-block;
	}
}