/***************************
 *
 * 固定ページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 750px) {
	/*
PAGE
*/
	.page-title {
		text-align: center;
		position: relative;
		margin-top: -55px;
		margin-bottom: 55px;
	}
	.page-title-diary {
		margin-top: -5px;
	}
	.page-photoservice .page-title,
	.page-about .page-title,
	.page-products .page-title,
	.page-access .page-title,
	.page-photo .page-title {
		margin-top: 0;
	}
	.page-title span {
		font-size: 24px;
		color: #231815;
		letter-spacing: 0.15em;
		line-height: 1.875em;
		border-bottom: 1px solid #231815;
	}
	.page-header {
		position: relative;
	}
	.page-header .page-header-pic {
		width: 100%;
		max-width: 100%;
	}
	.l-page {
	}
	.page {
		line-height: 2em;

		font-size: 16px;
		position: relative;
	}
	.l-page p a {
		color: #0099ff;
		text-decoration: none;
	}
	.l-page p a:hover {
		text-decoration: underline;
	}
	.l-page p {
		font-size: 14px;
		margin-bottom: 30px;
		line-height: 2em;
	}

	.page h2 {
	}

	.page h3 {
	}

	.page h4 {
	}
	.page h5 {
	}

	.page .title-1 {
		font-size: 35px;
		position: relative;
		text-align: center;
		color: #1a1311;
		margin-top: -20px;
		margin-bottom: 75px;
		font-weight: 400;
	}
	.page .title-2 {
		color: #1a1a1a;
		font-size: 24px;
		font-weight: 500;
		margin: 50px 0 35px;
		line-height: 1.56em;
		text-align: center;
		font-weight: 500;
	}

	.page .title-3 {
		font-size: 24px;
		font-weight: normal;
		margin: 30px 0 20px;
		line-height: 1.5em;
	}
	.page .title-bar {
		font-size: 18px;

		border-bottom: 1px solid #dddddd;
		font-weight: normal;
		margin: 30px 0 20px;
		line-height: 1.5em;
		text-align: left;
		padding: 0px 0px 20px;
	}
	.page .title-4 {
		font-size: 22px;
		font-weight: normal;
		margin: 30px 0 15px;
	}
	.page .title-5 {
		font-size: 18px;
		font-weight: normal;
		margin: 30px 0 15px;
	}

	hr {
		border: none;
		border-top: 1px solid #dddddd;
		margin: 10px auto;
		clear: both;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.left {
		text-align: left !important;
	}
	.middle {
		vertical-align: middle;
	}
	.alignleft {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.alignright {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.aligncenter {
		display: block;
		margin: 30px auto;
	}

	.page ol.list {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list > li {
		font-weight: normal;
		margin-bottom: 15px;
		padding-left: 45px;
		position: relative;
	}
	.page ol.list > li .list-impact {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		font-size: 1.2em;
	}
	.page ol.list > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: -4px;
		background-color: #666666;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #fff;
	}

	.page ol.list-2 {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.page ol.list-2 > li {
		font-weight: normal;
		margin-bottom: 5px;
		padding-left: 25px;
		position: relative;
	}
	.page ol.list-2 > li:before {
		counter-increment: number;
		content: "(" counter(number) ")";
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.page ul.list {
		margin-bottom: 30px;
	}
	.page ul.list > li {
		font-weight: normal;
		padding-left: 20px;
		position: relative;
		line-height: 2em;
		margin-bottom: 15px;
	}
	.page ul.list > li:before {
		content: "・";
		position: absolute;
		left: 5px;
		top: 1px;
	}
	.page ol.list-abc {
	}
	.page ol.list-abc > li {
		font-size: 15px;
		line-height: 2em;
		padding-left: 20px;
		position: relative;
		margin-bottom: 15px;
	}
	.page ol.list-abc > li .abc {
		position: absolute;
		left: 0;
		top: 0px;
	}

	/* column */
	.col-2 {
		/* display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap; */
		margin: 30px auto;
	}
	.col-2 > div {
		/* width: 48%; */
		position: relative;
	}
	.col-2 .col-title {
		font-size: 20px;
		font-weight: 500;
		color: #1a1a1a;
		line-height: 1.5em;
		margin-bottom: 15px;
	}

	/*
FORM
*/
	.select-wrap {
		position: relative;
		display: inline-block;
		width: 250px;
		margin-right: 8px;
	}
	.select-wrap.select-wrap-lg {
		width: 695px;
	}
	.select-wrap.select-wrap-short {
		width: 67px;
	}
	.select-wrap:before {
		z-index: 5;
		position: absolute;
		right: 20px;
		top: 15px;
		content: "";
		display: block;
		background: url(../img/select.png) center center no-repeat;
		background-size: contain;
		width: 13px;
		height: 11px;
		pointer-events: none;
	}
	.select-wrap.select-wrap-short:before {
		top: 12px;
		right: 10px;
	}
	.mw_wp_form_confirm .select-wrap:before {
		content: none !important;
	}
	.mw_wp_form_confirm .select-wrap {
		width: auto !important;
		top: auto !important;
	}
	select {
		outline: none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: "";
		background: rgba(255, 255, 255, 0);
		vertical-align: middle;
		font-size: inherit;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 40px;
		padding: 8px 18px;
		border: 1px solid #585858;
		color: black;
		width: 100%;
		border-radius: 0px;
	}

	select option {
		background-color: #fff;
		color: black;
	}
	select::-ms-expand {
		display: none;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #828c9a;
	}

	.contact-flow {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 90px auto 40px;
	}
	.contact-flow > li {
		font-size: 12px;
		color: #1280ce;
		text-align: center;
		border: 1px solid #1280ce;
		border-radius: 100%;
		width: 70px;
		height: 70px;
		margin: 0 25px;
		line-height: 70px;
		position: relative;
	}
	.contact-flow > li:before {
		content: "";
		background: #1280ce;
		width: 30px;
		height: 1px;
		display: block;
		position: absolute;
		left: 80px;
		top: 35px;
	}
	.contact-flow > li:last-child:before {
		content: none;
	}
	.mw_wp_form_input .contact-flow > li:nth-child(1) {
		color: white;
		background: #1280ce;
	}
	.mw_wp_form_confirm .contact-flow > li:nth-child(1),
	.mw_wp_form_confirm .contact-flow > li:nth-child(2) {
		color: white;
		background: #1280ce;
	}
	.page-contact .confirm-p {
		display: none;
	}
	.mw_wp_form_confirm .input-p {
		display: none;
	}
	.contact-flow {
	}
	.table-contact {
		width: 495px;
		margin: 0 auto;
	}
	.table-contact th {
		font-size: 14px;
		font-weight: 500;
	}
	.table-contact .required {
		color: white;
		text-align: center;
		background: #1280ce;
		font-size: 12px;
		font-weight: bold;
		width: 40px;
		line-height: 20px;
		margin-left: 10px;
		display: inline-block;
	}
	.table-contact td {
		padding-top: 10px;
		padding-bottom: 35px;
	}

	.table-contact input[type="text"],
	.table-contact input[type="email"] {
		height: 60px;
		background: #f8f8f5;
		font-size: 16px;
		width: 100%;
		border: none;
		padding-left: 40px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
	}
	.table-contact textarea {
		height: 150px;
		background: #f8f8f5;
		font-size: 16px;
		width: 100%;
		border: none;
		padding: 20px 40px;
		box-sizing: border-box;
		letter-spacing: 0.08em;
		resize: vertical;
	}

	.mw_wp_form_confirm .table-contact {
	}
	.mw_wp_form_confirm .table-contact tr {
		display: block;
		position: relative;
	}
	.mw_wp_form_confirm .table-contact th {
		position: absolute;
		left: 0;
		top: 19px;
	}
	.mw_wp_form_confirm .table-contact td {
		padding-left: 300px;
		border-bottom: 1px solid #707070;
		width: 100%;
		display: block;
		box-sizing: border-box;
		min-height: 80px;
		padding-top: 19px;
		padding-bottom: 24px;
	}
	.mw_wp_form_confirm .table-textarea {
		min-height: 215px !important;
	}
	.mw_wp_form_confirm .table-contact {
		margin-bottom: 80px;
	}
	p.privacy {
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.833em;
	}
	.mw_wp_form_confirm p.privacy {
		display: none;
	}
	p.privacy a {
		color: #1280ce;
		text-decoration: underline;
	}
	p.privacy a:after {
		content: "";
		background: url(../img/blank-privacy.png) center center no-repeat;
		background-size: contain;
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: 0 10px 0 5px;
	}

	.btn-submit-wrap {
		margin: 30px auto 80px;
		width: 320px;
		position: relative;
	}
	.btn-submit-wrap:hover {
	}
	.btn-submit-wrap:after {
		content: "CONFIRM";
		position: absolute;
		left: 120px;
		top: 35px;
		font-size: 12px;
		letter-spacing: 0.3em;
	}
	.mw_wp_form_confirm .btn-submit-wrap:after {
		content: "SEND";
		left: 140px;
	}

	.btn-submit {
		display: block;
		margin: 0px;
		width: 320px;
		background: none;
		border: 1px solid #585858;
		text-align: center;
		font-size: 16px;

		padding: 20px 0 40px;
		position: relative;
		z-index: 3;
		letter-spacing: 0.2em;
	}
	.btn-submit:hover {
		cursor: pointer;
	}

	.btn-submit-wrap:hover .btn-submit {
		color: white;
		border: 1px solid #1280ce;
	}
	.btn-submit-wrap:hover {
		color: white;
		background: #1280ce;
	}

	.mw_wp_form_confirm .btn-submit-wrap {
		margin-bottom: 200px;
	}

	.box-contact {
		width: 495px;
		border: 1px solid #1280ce;
		margin: 0 auto 200px;
		padding: 20px 0 20px;
	}
	.box-contact p {
		margin: 0;
	}
	.box-contact p:nth-child(1) {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 10px;
		letter-spacing: 0.08em;
	}
	.box-contact p:nth-child(2) {
		color: #585858;
		text-align: center;
		margin-bottom: 10px;
	}
	.box-contact p:nth-child(2) a {
		font-size: 30px;
		color: #1280ce;
		text-decoration: none;
		letter-spacing: 0.1em;
	}
	.box-contact p:nth-child(3) {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.08em;
	}
	.mw_wp_form_confirm .box-contact {
		display: none;
	}
	.mw_wp_form_complete .link {
		margin-bottom: 90px;
	}

	/*
	Photo service
	*/
	.ps-visual-slider-1 {
		margin-bottom: 10px;
	}
	.ps-visual-slider-1 .ps-visual-slider-item {
		width: 322px;
		margin-right: 10px;
	}
	.ps-visual-slider-2 {
	}
	.ps-visual-slider-2 .ps-visual-slider-item {
		width: 210px;
		margin-right: 10px;
	}
	.ps-intro {
	}
	.ps-intro p {
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		line-height: 2.333em;
	}
	.ps-contents {
		margin-top: 90px;
	}
	.ps-contents .box-content {
		padding-left: 0;
		padding-right: 0;
	}
	.box-toggle-wrap {
		border-bottom: 1px solid #666666;
		margin-bottom: 65px;
	}
	.box-toggle-wrap + .btn-big {
		margin-bottom: 100px;
	}
	.box-toggle {
		border-top: 1px solid #666666;
	}
	.box-toggle .box-toggle-header {
		padding: 10px 20px;
		background: url(../img/ps/box-toggle.svg) 92.4% center no-repeat;
		background-size: 24px 12px;
	}
	.box-toggle .box-toggle-header.is-active {
		background: url(../img/ps/box-toggle-active.svg) 92.4% center no-repeat;
		background-size: 24px 12px;
	}
	.box-toggle .box-toggle-header:hover {
		cursor: pointer;
	}
	.box-toggle .box-toggle-header .toggle-title {
		font-size: 21px;
		font-weight: 500;
		text-align: left;
		color: #1a1a1a;
	}
	.box-toggle .box-toggle-header .toggle-title span {
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		color: #1a1a1a;
		display: block;
	}
	.box-toggle .box-toggle-content {
		display: none;
		padding: 20px 20px;
	}

	.box-toggle-1 .box-toggle-content {
		padding-bottom: 90px;
	}
	.box-toggle-1 .box-toggle-content p:first-child {
		font-size: 14px;
	}
	.box-toggle-1 .col-2 .col-pic {
		margin-bottom: 20px;
	}

	.box-toggle-1 .col-2 .col-content p {
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	.box-toggle-1 .col-2 .col-content p a {
		display: block;
	}
	.box-plan {
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		padding: 20px;
		position: relative;
	}
	.box-plan-1 {
		margin-top: 50px;
	}
	.box-plan:last-child {
		border-bottom: 1px solid #666666;
	}
	.box-plan .plan-title {
		font-size: 24px;
		font-weight: 500;
		color: #1a1a1a;

		margin-bottom: 20px;
	}
	.box-plan .plan-title span {
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	}
	.box-plan p {
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.1em;
		font-size: 14px;
	}

	.box-plan .plan-price:before {
		content: "";
		display: block;
		background: url(../img/ps/plan-price.svg) 0 0 repeat-x;

		width: 35%;
		height: 2px;
		position: absolute;
		left: 0px;
		top: 25px;
	}
	.box-plan .plan-price {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 2em;
		text-align: right;
		position: relative;
	}
	.box-plan .plan-price span {
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 2.7em;
		letter-spacing: 0.2em;
	}
	.box-plan .plan-notice {
		font-size: 12px;
		color: #ff0000;
		font-weight: 400;
		line-height: 2.4em;
		margin-bottom: 0;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		margin-top: 10px;
	}

	.box-plan-1 p,
	.box-plan-2 p {
		margin-bottom: 0;
	}
	.box-plan-3 p:nth-child(3) {
		margin-bottom: 0;
	}
	.box-plan-4 .col-2:not(:last-child) {
		border-bottom: 1px solid #666666;
		padding-bottom: 20px;
	}

	.box-plan-4 .col-2 .col-content p {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.box-plan-4 .col-2 .col-content .plan-price-2 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5em;
	}
	.box-plan-4 .col-2 .col-content .plan-price-2 span {
		font-size: 12px;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		line-height: 3.25em;
	}
	.box-plan-4 .col-2:last-child {
		margin-bottom: 0;
	}
	.box-plan-5 p {
		letter-spacing: 0.1em;
	}
	.box-plan-5 p:last-child {
		margin-bottom: 0;
	}
	.list-guide {
	}
	.list-guide > .guide {
		border: 1px solid #666666;
		padding: 20px;
		position: relative;
		margin-bottom: 60px;
	}
	.list-guide > .guide:after {
		content: "";
		display: block;
		background: url(../img/ps/list-guide.svg) center center no-repeat;
		background-size: contain;
		width: 15px;
		height: 27px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		bottom: -40px;
	}
	.list-guide > .guide:last-child:after {
		content: none;
	}
	.list-guide > .guide .guide-title {
		text-align: center;
		font-weight: 500;
		font-size: 18px;
		line-height: 2.333em;
		letter-spacing: 0.15em;
		margin-bottom: 5px;
	}
	.list-guide > .guide p {
		text-align: left;
		font-size: 14px;
		font-weight: 500;
		line-height: 2em;
		letter-spacing: 0.15em;
		margin-bottom: 0;
	}
	.list-guide > .guide:nth-child(4) p,
	.list-guide > .guide:nth-child(5) p {
		text-align: center;
	}
	.dl-qna {
		text-align: left;
		border-bottom: 1px solid #666;
		margin-bottom: 6rem;
	}
	.dl-qna dt.btn-q {
		font-size: 14px;
		border-top: 1px solid #666666;
		padding: 1.3rem 45px 1.3rem 0.4em;
		cursor: pointer;
		background: url(../images/guide/img-ic-guide-btn-q-o.svg) no-repeat 97% 50%;
		background-size: 21rpx;
		transition: 0.3s;
		font-weight: 500;
	}
	.dl-qna dt.btn-q:hover {
		opacity: 0.7;
	}

	.dl-qna dt.btn-q.active {
		background: url(../images/guide/img-ic-guide-btn-q-c.svg) no-repeat 97% 50%;
		background-size: 19px;
	}

	.dl-qna dd.btn-a {
		display: none;
		padding: 0 0.4em 1.3rem 0.4em;
	}
	.dl-qna dd.btn-a:before {
		content: "";
		width: 1.125rem;
		border-top: 1px solid #666;
		display: block;
		padding-top: 1.3rem;
	}
	.dl-qna dd.btn-a p {
		font-size: 14px;
	}
	.box-toggle-4 .col-2 {
		margin-bottom: 50px;
	}
	.box-toggle-4 .col-2:last-child {
		margin-bottom: 100px;
	}

	.box-toggle-4 .col-2 .col-content .col-title {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.25em;
		padding-top: 20px;
	}
	.box-toggle-4 .col-2 .col-content .col-title span {
		font-size: 16px;
		font-weight: 500px;
		letter-spacing: 0.2em;
	}
	.box-toggle-4 .col-2 .col-content p {
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	.list-showcase {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.list-showcase > li {
		width: 48%;
	}

	.list-showcase > li p {
		text-align: center;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 2.18em;
		padding-top: 5px;
	}
	.page-photo-service .btn-big {
		margin: 65px auto 100px;
	}

	/*
	ABOUT
	*/
	.about-intro {
		padding-top: 50px;

		margin: 0 20px;
		border-bottom: 1px solid #666666;
	}
	.about-intro .about-intro-title {
		text-align: center;
		font-weight: 500;
		font-size: 16px;
		color: #1a1a1a;
		letter-spacing: 0.15em;
		line-height: 2.778em;
		margin-bottom: 30px;
	}
	.about-intro .box-content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 35px;
		position: relative;
	}
	.about-intro p {
		text-align: center;
		line-height: 2em;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.1em;
		clear: both;
	}
	.about-intro .about-intro-pic-1 {
		float: right;
		width: 240px;
		margin-bottom: 30px;
		margin-right: -20px;
	}

	.about-intro .about-intro-pic-2 {
		width: 240px;
		margin-bottom: 30px;
		margin-left: -20px;
	}
	.about-intro .about-intro-pic-3 {
		float: right;
		width: 240px;
		margin-right: -20px;
		margin-bottom: 30px;
	}
	.about-151 {
		margin: 50px auto 100px;
		position: relative;
	}
	.about-151 .box-content {
	}
	.about-151 .about-151-title {
		text-align: left;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 2em;
		margin-bottom: 15px;
	}
	.about-151 p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 2.33em;
		font-weight: 500;
	}
	.banner-links {
		margin-top: 25px;
		margin-bottom: 60px;
	}
	.banner-link {
		background: #fff;
		border: 1px solid #dddddd;
		position: relative;
		margin-bottom: 18px;
	}
	.banner-link .banner-link-a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		padding: 15px;
		padding-left: 135px;
		box-sizing: border-box;
		min-height: 130px;
	}
	/* .banner-link .banner-link-a:after {
		content: "";
		display: block;
		background: url(../img/about/angle-right.svg) 0 0 no-repeat;
		background-size: contain;
		width: 12px;
		height: 24px;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -12px;
	} */
	.banner-link .banner-link-a:hover {
		text-decoration: none;
	}
	.banner-link .banner-link-pic {
		position: absolute;
		left: 15px;
		top: 20px;
		width: 100px;
	}
	.banner-link .banner-link-title {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.45em;
		padding-top: 20px;
		margin-bottom: 10px;
	}
	.banner-link p {
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.63em;
		margin: 0;
	}
	.banner-link:nth-child(1) .banner-link-title {
		padding-top: 10px;
	}
	.banner-link:nth-child(3) .banner-link-title {
		padding-top: 10px;
	}
	.banner-link:nth-child(4) .banner-link-title {
		padding-top: 10px;
	}

	/*
	Products
	*/
	.pro-items {
		position: relative;
		margin-bottom: 90px;
	}
	.pro-items .pro-items-title {
		text-align: center;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 2.1em;
		margin-bottom: 35px;
	}
	.list-pro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 5px;
		position: relative;
		margin-left: -20px;
		margin-right: -20px;
	}
	.list-pro > .pro {
		position: relative;
	}
	.list-pro .pro-link {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.list-pro .pro-pic {
		position: relative;
		z-index: 1;
	}
	.list-pro .pro-content {
		z-index: 2;
		transition: 0.5s;
	}
	.list-pro .pro-content .pro-title {
		text-align: center;
		color: #1a1a1a;
		font-size: 12px;
		letter-spacing: 0.15em;
		width: 100%;
		height: 100%;
		line-height: 47px;
		margin: 0;
	}
	.list-pro > .pro:hover .pro-content {
		opacity: 1;
/* 		background: rgba(0, 0, 0, 0.7); */
	}
	.list-pro > .pro.pro-no .pro-content {
		opacity: 1;
/* 		background: rgba(0, 0, 0, 0); */
	}
	.list-pro > .pro.pro-no .pro-content .pro-title {
		color: #999999;
	}
	.pro-brands {
		position: relative;

		margin: 0 auto;
	}
	.pro-brands .box-content {
		padding: 0;
	}
	.pro-brands .pro-brands-title {
		text-align: center;
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 2.1em;
		margin-bottom: 35px;
	}
	.list-card {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}
	.list-card .card {
		background: #fff;
	}
	.list-card .card .card-pic {
	}
	.list-card .card .card-pic a:hover {
		opacity: 0.7;
	}
	.list-card .card .card-content {
		padding: 20px;
	}
	.list-card .card .card-title {
		font-weight: 500;
		font-size: 24px;
		letter-spacing: 0.15em;
		line-height: 1.458em;
		margin-bottom: 10px;
	}
	.list-card .card p {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 2em;
		margin: 0;
		font-weight: 500;
	}
	.list-card .card .card-title-caption {
		margin-bottom: 25px;
		line-height: 2.2em;
		font-weight: 500;
	}
	.pro-brands .btn-big {
		margin: 60px auto 100px;
	}
	/*
	in daily life
	*/
	.life-intro {
		margin: 0 20px;
	}
	.life-intro .life-intro-pic {
		position: relative;
		margin-left: -20px;
		margin-right: -20px;
	}
	.life-intro .life-intro-title {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.46em;
		margin-top: 35px;
		text-align: center;
	}
	.life-intro .life-intro-title-2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.78em;
		margin-bottom: 30px;
		text-align: center;
	}
	.life-intro p {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 2.3em;
		margin-bottom: 40px;
	}
	.life-intro .life-intro-title-caption {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 2.14em;
		text-align: center;
	}
	.life-intro hr {
		border: none;
		border-top: 1px solid #707070;
		margin: 40px auto;
	}
	.life-intro-pic-2 {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.life-intro .btn-big {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.life-intro .btn-big a {
		font-size: 16px;
	}

	/*
	KINDER
	*/
	section.kinder {
		position: relative;
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.page .kinder-title-caption {
		font-size: 18px;
		letter-spacing: 0.15em;
		font-weight: 500;
		line-height: 1.666em;
		margin: 0 0 10px;
	}
	.kinder-title {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.46em;
		margin-bottom: 0px;
		padding-bottom: 40px;
		border-bottom: 1px solid #707070;
	}
	.kinder-inner {
		border-bottom: 1px solid #707070;
		padding: 40px 0 14px;
		position: relative;
	}
	.kinder-title-2 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.78em;
		margin-bottom: 35px;
		text-align: center;
	}
	.kinder-inner .col-pic {
		margin-bottom: 15px;
	}
	.kinder-inner .col-content {
		margin-bottom: 45px;
	}
	.kinder-inner .col-content p:last-child {
		margin-bottom: 0;
	}
	.kinder-inner .col-content .col-title {
		text-decoration: underline;
		font-size: 22px;
	}
	.kinder-inner .col-content .col-title span {
		font-size: 16px;
	}
	.list-qna {
	}
	.list-qna > li {
		margin-bottom: 10px;
	}
	.list-qna .q {
		background: #4d4d4d;
		color: #fff;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.1em;
		padding: 9px 20px;
		padding-left: 45px;
		padding-right: 45px;
		position: relative;
	}
	.list-qna .q:before {
		content: "Q.";
		position: absolute;
		left: 20px;
		top: 9px;
		display: inline-block;
		color: white;
	}
	.list-qna .q:after {
		content: "";
		background: url(../img/plus.svg) center center no-repeat;
		background-size: contain;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -7px;
	}
	.list-qna .q.is-active:after {
		background: url(../img/minus.svg) center center no-repeat;
		background-size: contain;
	}
	.list-qna .q:hover {
		cursor: pointer;
	}
	.list-qna .a {
		padding: 9px 20px;
		display: none;
	}
	.list-qna .a p {
		font-size: 14px;
	}
	.list-qna .a p:last-child {
		margin-bottom: 0;
	}
	.list-qna .q.is-active + .a {
	}
	.list-qna + p {
		margin-top: 35px;
		letter-spacing: 0.1em;
	}
	.kinder .btn-big {
		margin: 25px auto 100px;
	}
	.kinder .btn-big a {
		font-size: 16px;
	}
	/*
	ACCESS
	*/
	.access-visual {
		position: relative;
	}
	.access-visual-slider {
		position: relative;
	}
	/* .access-visual-slider:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 30vw;
		height: 100%;
		z-index: 2;
		background: -moz-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(253, 253, 253, 1) 50%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(253, 253, 253, 1) 50%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(253, 253, 253, 1) 50%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00ffffff',GradientType=1 );
	}
	.access-visual-slider:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30vw;
		height: 100%;
		z-index: 2;
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 1) 50%, rgba(250, 250, 250, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 1) 50%, rgba(250, 250, 250, 1) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 1) 50%, rgba(250, 250, 250, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fafafa',GradientType=1 );
	}
	@media all and (max-width: 1130px) {
		.access-visual-slider:before,
		.access-visual-slider:after {
			width: 15vw;
		}
	} */
	.access-visual-slider .access-visual-slider-item {
		/* width: 640px; */
		margin: 0;
		width: 100vw;
	}
	.access-visual-slider .slick-prev {
		background: url(../img/bullet-prev.svg) 0 0 no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		z-index: 5;
		opacity: 0.5;
		left: 25px;
		display: none !important;
	}
	.access-visual-slider .slick-next {
		background: url(../img/bullet-next.svg) 0 0 no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		z-index: 5;
		opacity: 0.5;
		right: 25px;
		display: none !important;
	}
	.access-visual-slider .slick-prev:before,
	.access-visual-slider .slick-next:before {
		content: none;
	}
	.access-visual-slider .slick-prev:hover,
	.access-visual-slider .slick-next:hover {
		opacity: 1;
	}
	.access-visual-slider .slick-dots {
		bottom: -48px;
		z-index: 3;
	}
	.access-visual-slider .slick-dots li {
		margin: 0 4px;
		width: 11px;
		height: 11px;
	}
	.access-visual-slider .slick-dots li button {
		width: 11px;
		height: 11px;
		box-sizing: border-box;
		border: 1px solid #1a1a1a;
		border-radius: 100%;
	}
	.access-visual-slider .slick-dots li button:before {
		content: none;
	}
	.access-visual-slider .slick-dots li.slick-active button {
		background: #1a1a1a;
	}
	.access-shop {
		padding-top: 60px;
		position: relative;
	}
	.access-shop .box-content {
		margin: 0 auto;
	}
	.access-shop .access-shop-title {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0.15em;
		line-height: 1.78em;
		margin-bottom: 25px;
		text-align: center;
	}
	.access-shop .access-shop-box {
		border: 1px solid #666666;
		padding: 20px 25px;
		margin-bottom: 50px;
	}
	.access-shop .access-shop-box p:last-child {
		margin-bottom: 0;
	}
	.access-shop .access-shop-box p {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.access-shop .access-info {
		margin-bottom: 100px;
	}
	.access-shop .access-info p {
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 2em;
	}
	.access-shop .access-info p:first-child {
		margin-bottom: 50px;
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.map {
		width: 100%;
		height: 400px;
		margin-bottom: 35px;

	}
	
	/*
	ABOUT NEW
	*/
	.about-contents {

		position: relative;
		margin: 0 auto;
		padding: 10px 20px;
	}
	.about-contents p strong {
		font-weight: bold;
	}
	.about-contents hr {
		margin: 50px auto;
		background: none;
		border: none;
		border-top: 1px solid #333333;
	}
	.about-intro-n {
		position: relative;

	}
	.about-intro-n img {
		margin-bottom: 15px;
	}
	.about-intro-n p {

	}
	.about-contents p {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 2.333em;
	}
	.about-contents p a {
		text-decoration: underline;
	}
	.about-contents p a:hover {
		text-decoration: none;
	}
}
