@charset "utf-8";
 @media screen and (min-width: 751px) {
/* -----------------------------------------------------------------------------

	共通
  
----------------------------------------------------------------------------- */
main {
	color:#463336;
}
main img {
	width: 100%;
}
section.menu {
	font-size: 62.5%;
}
/*
main > section {
	max-width:1400px;
	margin:0 auto;
}
section h3 {
	font-size:1.4rem;
	text-align:center;
	width: 960px;
	margin: 0 auto 60px;
	font-weight: lighter;
}
section h3 span {
	font-size:3.8rem;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position:relative;
}
section h3 span:after {
	content:"";
	width:25px;
	height:1px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-13px;
	background-color:#463336;
}
section h3 + p {
	text-align:center;
	line-height:2;
}
*/

/* -----------------------------------------------------------------------------

	MV
  
----------------------------------------------------------------------------- */
.mv {
	position:relative;
	padding-bottom:175px;
	width:100%;
	max-width:1400px;
	min-width:960px;
	margin:0 auto 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.mv {
	max-width:100%;
	min-width:100%;
}
}
.mv > img {
	width:100%;
}
.mv .ttl {
	width:660px;
	height: 295px;
	padding:10px;
	background:#fff;
	box-sizing : border-box;
	position:absolute;
	left:50%;
	margin-left:-330px;
	bottom:0;
}
.mv .ttl .inner {
	border:1px solid #dddddd;
	padding: 35px 35px 0 35px;
	border-bottom: 0;
}
.mv .ttl h1 {
	text-align:center;
	margin-bottom: 23px;
	font-size:3.8rem;
	display: block;
	margin-bottom: 30px;
	color: #9cc813;
}
.mv .ttl h2 {
	text-align:center;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 700;
}
.mv .ttl p {
	font-size:1.4rem;
	line-height: 2;
	text-align: center;
}

/* -----------------------------------------------------------------------------

	撮影メニュー
  
----------------------------------------------------------------------------- */
.menu_days {
	position: relative;
	margin-bottom: 6rem;
	padding: 6rem 0;
}
.menu_days::before {
	content: "";
	background: #fdf9e2;
	width: 106rem;
	height: 100%;
	border-radius: 1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.menu_days::before {
	width: 100%;
}
}
.menu_days .inner {
	position: relative;
	z-index: 1;
}
.menu_days .title {
	width: 96rem;
	margin: 0 auto 4rem auto;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.menu_days .title {
	width: 96%;
	margin: 0 auto 4rem auto;
	display: flex;
	align-items: center;
}
}
.menu_days .title dl {
	display: flex;
	align-items: center;
	width: 34rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.menu_days .title dl {
	width: 40rem;
}	
}
.menu_days .title.days0 dl {
	width: 50rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.menu_days .title.days0 dl {
	margin-right: 2.2rem;
}
}
.menu_days .title dl dt {
	width: 10rem;
	margin-right: 2.2rem;
}
.menu_days .title.days0 dt {
	margin-right: 1rem;
}
.menu_days .title dl dd {
	font-size: 2.4rem;
	font-weight: 700;
}
.menu_days .title.days0 dd:nth-child(2) {
	width: 10rem;
	margin-right: 1.5rem;
}
.menu_days .title.days0 dd:nth-child(3) {
	width: 23rem;
}
.menu_days .title.days0 dd:nth-child(3) img {
	position: relative;
	top: .8rem;
}
.menu_days .title.days0 dd:nth-child(3) span {
	display: inline-block;
	margin-left: 2rem;
	position: relative;
	top: -1rem;
}
.menu_days .title p {
	font-size: 1.4rem;
	line-height: 1.8;
	width: 61rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.menu_days .title p {
	width: 50rem;
}	
}
.menu_days .title.days0 p {
	width: 45rem;
}

.menu_days .btn {
	width: 25rem;
	margin: 4rem auto 0 auto;
}
.after_photo {
	width: 96rem;
	margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.after_photo {
	width: 96%;
}
}
.after_photo h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 7rem;
}
.after_photo h3 span {
	position: relative;
	display: inline-block;
}
.after_photo h3 span::before {
	content: "";
	width: 3.8rem;
	height: 9rem;
	background: url("../img/bg_title.png") no-repeat center/cover;
	position: absolute;
	top: calc(50% - 4.5rem);
	left: -5.2rem;
}
.after_photo h3 span::after {
	content: "";
	width: 3.8rem;
	height: 9rem;
	background: url("../img/bg_title.png") no-repeat center/cover;
	position: absolute;
	top: calc(50% - 4.5rem);
	right: -5.2rem;
	transform: scale(-1, 1)
}
.after_photo dl:last-child {
	margin-top: 7rem;
}
.after_photo dl dt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 4rem;
}

/* -----------------------------------------------------------------------------

	キャラクター撮影
  
----------------------------------------------------------------------------- */
#character {
	max-width: 76rem;
	padding: 4rem 0 10rem 0;
	margin: 0 auto;
}
#character h3 {
	font-size: 3.4rem;
	text-align: center;
	margin-bottom: 3rem;
}
#character h3 + p {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	margin-bottom: 4rem;
}
#character ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 6rem;
}
#character > ul > li {
	width: 46%;
}
#character > ul > li dl {
	margin-bottom: 2.5rem;
}
#character > ul > li dl dt {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	color: #9cc813;
	margin-bottom: 1.6rem;
}
#character > ul > li dl dd {
	font-size: 1.6rem;
}
#character > ul > li dl dd ul {
	display: flex;
	justify-content: space-between;
}
#character > ul > li dl dd ul li:first-child {
	width: 26rem;
}
#character > ul > li dl dd ul li:last-child {
	width: 8rem;
}
#character > ul > li figure {
	margin-bottom: .5rem;
}
#character > ul > li figure + p {
	margin-bottom: 2.4rem;
}
#character > ul > li figure + p small {
	font-size: 1rem;
}
#character > ul > li figure + p.right {
	text-align: right;
}
#character > ul > li .btn {
	width: 25rem;
	margin: 0 auto;
}

/* -----------------------------------------------------------------------------

	検索ボックス
  
----------------------------------------------------------------------------- */
.meyasuBox {
	width: 96rem;
	background:#fff;
	border-radius:10px;
	padding:35px;
	margin:4rem auto 0;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox {
	width: 96%;
}
}
.meyasuBox .meyasuTitWrap01 {
	text-align:center;
}
.meyasuBox .meyasuTitWrap01 > p {
	color:#9cc813;
	margin-bottom:10px;
	font-size:1.5rem;
	font-weight:bold;
}
.meyasuBox .meyasuTitWrap01 > h2 {
	font-size:2rem;
	margin-bottom:10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuTitWrap01 > h2 {
	line-height: 1.5;
}
}
.meyasuBox .meyasuTitWrap01 > h2 b {
	color:#9cc813;
	font-size:3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuTitWrap01 > h2 br {
	display: block !important;
}
}
.meyasuBox .meyasuInput .txt01 {
	text-align:center;
	margin-bottom:30px;
}
.meyasuBox .meyasuInput .clr {
	margin:10px 0 0;
}
.meyasuBox .meyasuInput .clr > div:first-child {
	width:285px;
	float:left;
	margin:0 0 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuInput .clr > div:first-child {
	width:100%;
	float:none;
	text-align: center;
	margin: 0;
}
}
.meyasuBox .meyasuInput .clr > div:first-child p {
	font-size: 1.3rem;
	margin:3px 0 0;
}
.meyasuBox .meyasuInput .clr > div:first-child p:first-child {
	font-size:1.6rem;
	font-weight:bold;
	margin:5px 0 0;
}
.meyasuBox .meyasuInput .clr > div:last-child {
	width: 590px;
	margin-top:5px;
	float: right;
}
.meyasuBox .meyasuResult {
	padding:30px;
	margin-top:30px;
	background:#eef6e4;
	border-radius:10px;
}
.meyasuBox .meyasuResult .txt01 {
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
	font-size:1.6rem;
}
.meyasuBox .meyasuResult .clr > div {
	background:#fff;
	border-radius:10px;
	padding:12px 20px 20px 20px;
	width:390px;
	box-sizing:border-box;
	float:left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuResult .clr > div {
	float:none;
	margin: 0 auto 3rem auto;
}
}
.meyasuBox .meyasuResult .clr > div:last-of-type {
	float:right;
	position:relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuResult .clr > div:last-of-type {
	float:none;
	margin: 3rem auto 0 auto;
}
}
.meyasuBox .meyasuResult .clr > div:last-of-type:before {
	content:"～";
	position:absolute;
	top:47%;
	left:-32px;
	font-weight:bold;
	font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.meyasuBox .meyasuResult .clr > div:last-of-type:before {
	top:-2rem;
	left:50%;
}
}
.meyasuBox .meyasuResult .clr > div > p {
	text-align:center;
	margin-bottom:10px;
}
.meyasuBox .meyasuResult .clr > div > p .txt02 {
	font-weight:bold;
}
.meyasuBox .meyasuResult .clr > div > p .txt02 b {
	color:#9cc813;
	font-size:2.2rem;
}
.meyasuBox .meyasuResult span input {
	width: 70px;
	height: 35px;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0 10px;
	margin: 0 8px 0 10px;
	box-sizing: border-box;
}
.meyasuBox .meyasuResult span input:first-of-type {
	width: 95px;
}
.meyasuBox .meyasuResult .txt01 + div + .txt01 {
	margin-top: 3rem;
}

/* -----------------------
	selectbox
-------------------------*/
.meyasuBox .meyasuInput select {
	margin: 0 7px;
}
.meyasuBox .meyasuInput .customSelect {
	border:1px solid #ddd;
	padding:8px;
	width:55px;
	margin:0 7px;
	background: url(../img/icon_arrow_select.gif) no-repeat 53px center;
}
.meyasuBox .meyasuInput .customSelect:first-of-type {
	width:95px;
	background: url(../img/icon_arrow_select.gif) no-repeat 94px center;
}
.meyasuBox .meyasuInput button {
	background:#483537;
	color:#fff;
	border:none;
	padding: 6px 20px;
	margin-left:15px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	cursor: pointer;
	opacity:1;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
}
.meyasuBox .meyasuInput button:hover {
	opacity:0.7;
}

}

@media screen and (min-width: 751px) and (max-width: 1360px) {
	
.memory {
	border-radius: 0;
}

}

/* -----------------------------------------------------------------------------

	スライダー
  
----------------------------------------------------------------------------- */

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.slick-slide {
  height: auto
}

.slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px
}

.slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  cursor: pointer
}

.slick-dots li button {
  display: none
}

.slick-dots li.slick-active {
  background: #9cc813;
  border-color: #9cc813;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0);
  z-index: 1;
  margin-top: -16px;
  cursor: pointer;
}

.slick-arrow.slick-next {
  right: 13px;
  border-bottom: 2px solid #53646b;
  border-right: 2px solid #53646b;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background-color: transparent;
}

.slick-arrow.slick-prev {
  left: 13px;
  border-bottom: 2px solid #53646b;
  border-left: 2px solid #53646b;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-color: transparent;
}

@media print, screen and (min-width: 1100px) {
  .gallery .slick-arrow.slick-next, .gallery2 .slick-arrow.slick-next {
    right: 50%;
    margin-right: -509px
  }
}

@media print, screen and (min-width: 1100px) {
  .gallery .slick-arrow.slick-prev, .gallery2 .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -509px
  }
}

@media print, screen and (min-width:768px) {
  .lineup .lineup-gallery .slick-list:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media print, screen and (min-width:768px) {
  .lineup .lineup-gallery .slick-list:first-child .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
    width: auto !important
  }
}

@media print, screen and (min-width:768px) {
  .lineup .lineup-gallery .slick-list:first-child+.slick-dots {
    display: none
  }
}

@media print, screen and (min-width: 1200px) {
  .lineup .lineup-gallery .slick-arrow.slick-next {
    right: 50%;
    margin-right: -565px
  }
}

@media print, screen and (min-width: 1200px) {
  .lineup .lineup-gallery .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -565px
  }
}

.campaign .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media print, screen and (min-width:768px) {
  .campaign .slick-list:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media print, screen and (min-width:768px) {
  .campaign .slick-list:first-child .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
    width: auto !important
  }
}

@media print, screen and (min-width:768px) {
  .campaign .slick-list:first-child+.slick-dots {
    display: none
  }
}

@media print, screen and (min-width: 1100px) {
  .campaign .slick-arrow.slick-next {
    right: 50%;
    margin-right: -526px
  }
}

@media print, screen and (min-width: 1100px) {
  .campaign .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -526px
  }
}

.gallery-list, .gallery2-list {
  position: relative;
  z-index: 1
}

.gallery-list__item, .gallery2-list__item {
  margin: 0 10px
}

@media print, screen and (min-width:768px) {
  .gallery-list__item, .gallery2-list__item {
    height: 370px
  }
}

@media screen and (max-width:767px) {
  .gallery-list__item, .gallery2-list__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.gallery-list__item img, .gallery2-list__item img {
  width: auto;
  height: 100%
}

@media screen and (max-width:767px) {
  .gallery-list__item img, .gallery2-list__item img {
    width: 100%;
    height: auto
  }
}
