@charset "UTF-8";
/* ==========================================================================
 * Responsive
 * ========================================================================== */

/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
/*
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 2;
	background-color: #fff;
	color: #333;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.4em;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
*/
#page__container{
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 2;
	background-color: #fff;
	color: #333;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	#page__container {
		font-size: 1.4em;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
/*
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}
*/
/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li,
ul.list-annotation li,
ol li {
	margin-bottom: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
.txt--bold {
	font-weight: bold;
}
.txt--notes {
	font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
	.txt--notes {
		font-size: 1rem;
	}
}
mark {
	background: linear-gradient(transparent 70%, #ffd700 30%);
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	mark {
		background: linear-gradient(transparent 90%, #ffd700 10%);
	}
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * CTA BTN DEFAULT STYLE
 * ========================================================================== */
a.btn__default-style {
	border-radius: 100px;
	color: #333;
	display: block;
	padding: 20px 0;
	position: relative;
	text-align: center;
	transition: opacity 1s;
}
a.btn__default-style:hover {
	opacity: 0.7;
	text-decoration: none;
}
a.btn__default-style.blue {
	background: #a6c3cd;
}
a.btn__default-style.green {
	background: #b7d1ae;
}
a.btn__default-style.black {
	background: #333;
	color: #fff;
}
.btn__default-style::after {
	content: "";
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 20px;
}
.btn__default-style.down::after {
	background: #333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	height: calc(tan(60deg) * 15px / 2);
	width: 15px;
	}
.btn__default-style.right::after {
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: calc(tan(60deg) * 15px / 2);
	width: 10px;
}

/* ==========================================================================
 * TITLE ILLUST DEFAULT STYLE
 * ========================================================================== */
.ttl_illust {
	align-items: center;
	display: flex;
	margin: 0 0 30px;
	justify-content: center;
}
.ttl_illust li:last-child {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 0 20px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.ttl_illust {
		display: block;
		margin: 0 0 40px;
		text-align: center;
	}
	.ttl_illust li:last-child {
		font-size: 3rem;
		padding: 30px 0 0;
	}
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page__container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner--width {
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#page__container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	.inner--width {
		width: 100%;
	}
}

/* ==========================================================================
* FV
* ========================================================================== */
.fv {
	background: url("../images/pc/fv_bg.jpg") no-repeat center top;
	margin: 90px 0 0;
	padding: 50px 0 0;
}
.fv h1 {
	padding: 0 0 45px;
}
.fv__btm {
	background: #eee;
	padding: 70px 0;
}
.fv__btm p {
	margin: 0 0 30px;
	text-align: center;
}
.fv__btm ul li {
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.fv {
		background: #eee;
		margin: 0;
		/*padding: 55px 0 0;*/
		padding: 115px 0 0;	
	}
	.fv h1 {
		padding: 0;
	}
	.fv h2 {
		padding: 0;
	}
	.fv__btm {
		padding: 0 5%;
;	}
	.fv__btm p {
		margin: 0;
		padding: 50px 0 0;
		text-align: left;
	}
	.fv__btm ul {
		margin: 20px 0 0;
		padding: 0 0 50px;
	}
	.fv__btm ul li {
		text-align: left;
	}
}

/* ==========================================================================
* CTA
* ========================================================================== */
.cta {
	background: #333;
	padding: 30px 0;
}
.cta ul {
	display: flex;
	gap: 0 40px;
	justify-content: center;
}
.cta ul li {
	width: 380px;
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 5%;
	}
	.cta ul {
		display: block;
		gap: 0;
	}
	.cta ul li {
		font-size: 1.8rem;
		width: 100%;
	}
	.cta ul li:first-child {
		margin: 0 0 5%;
	}
}

/* ==========================================================================
* LINE UP
* ========================================================================== */
.lineup {
	background: url("../images/pc/lineup_bg.jpg") no-repeat top center;
	padding: 80px 0 0;
}
.lineup h2 {
	padding: 0 0 30px;
	text-align: center;
}
.lineup .h3__tl-theme {
	margin: 0 0 40px;
	text-align: center;
}
.lineup .h3__tl-theme .top-txt {
	display: block;
	margin: 0 0 15px;
}
.lineup .h3__tl-theme .txt__line--blue {
	background: #a6c3cd;
	color: #fff;
	font-size: 2.4rem;
	padding: 5px 10px;
}
.lineup .h3__tl-theme .txt__line--green {
	background: #b7d1ae;
	color: #fff;
	font-size: 2.4rem;
	padding: 5px 10px;
}
.lineup .lineup__lead {
	margin: 0 0 30px;
	text-align: center;
}
.lineup__itemlist {
	display: flex;
	gap: 10px;
	margin: 0 0 30px;
}
.lineup__itemlist li {
	border: 1px solid #dedede;
	box-shadow: 4px 4px #dedede;
	display: flex;
	padding: 10px;
	width: 299px;
}
.lineup__itemlist li a {
	color: #333;
	display: flex;
	font-weight: normal;
	text-decoration: none;
}
.lineup__itemlist li dl {
	position: relative;
}
.lineup__itemlist li dl::after {
	content: "≫";
	color: #dedede;
	position: absolute;
	bottom: 0;
	right: 0;
}
.lineup__itemlist li dt {
	text-align: center;
}
.lineup__itemlist li dd {
	font-size: 1.6rem;
	padding: 0 0 20px;
	line-height: 1.5;
}
.lineup__itemlist li dd small {
	display: block;
}
.lineup .btm__link {
	margin: 0 auto 80px;
	width: 360px;
}
@media screen and (max-width: 640px) {
	.lineup {
		padding: 20% 0 0;
	}
	.lineup h2 {
		padding: 0 0 20px;
	}
	.lineup .h3__tl-theme {
		margin: 0 0 30px;
	}
	.lineup .h3__tl-theme .top-txt {
		margin: 0 0 20px;
	}
	.lineup .h3__tl-theme .txt__line--blue,
	.lineup .h3__tl-theme .txt__line--green {
		display: inlin-block;
	}
	.lineup .h3__tl-theme .txt__line--blue + span {
		display: block;
		padding: 10px 0;
	}
	.lineup .lineup__lead {
		margin: 0 5% 30px;
		text-align: left;
	}
	.lineup__itemlist {
		display: block;
		margin: 0 5% 20px;
	}
	.lineup__itemlist li {
		display: block;
		margin: 0 0 20px;
		width: 100%;
	}
	.lineup__itemlist li dd {
		font-size: 1.4rem;
	}
	.lineup__itemlist li:last-child {
		margin: 0 0 30px;
	}
	.lineup__itemlist li a {
		display: block;
	}
	.lineup .btm__link {
		margin: 0 5% 20%;
		width: 90%;
	}
}

/* ==========================================================================
* LENS GUIDE
* ========================================================================== */
.lensguide {
	background: #b7d1ae;
	padding: 80px 0;
}
.lensguide h2 {
	padding: 0 0 30px;
	text-align: center;
}
.lensguide__lead {
	text-align: center;
	margin: 0 0 50px;
}
.lensguide__feture {
	display: flex;
	gap: 0 30px;
	margin: 0 0 40px;
	justify-content: center;

}
.lensguide__feture a {
	display: block;
}
.lensguide .memopad_box {
	background: url("../images/pc/stripe_bg.jpg");
	position: relative;
}
.lensguide .memopad_box dl {
	padding: 60px;
}
.lensguide .memopad_box dt {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 20px;
}
.lensguide .memopad_box dt::before {
	content: "●";
	color: #b7d1ae;
	font-size: 1.2rem;
	position: absolute;
	top: 20px;
	left: 20px;
}
.lensguide .memopad_box dt::after {
	content: "●";
	color: #b7d1ae;
	font-size: 1.2rem;
	position: absolute;
	top: 20px;
	right: 20px;
}
.lensguide .memopad_box dd::before {
	content: "●";
	color: #b7d1ae;
	font-size: 1.2rem;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.lensguide .memopad_box dd::after {
	content: "●";
	color: #b7d1ae;
	font-size: 1.2rem;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media screen and (max-width: 640px) {
	.lensguide {
		padding: 20% 0;
	}
	.lensguide h2 {
		padding: 0 0 20px;
	}
	.lensguide__lead {
		text-align: left;
		margin: 0 5% 30px;
	}
	.lensguide__feture {
		flex-wrap: wrap;
		gap: 0;
		margin: 0 5%;
		width: 90%;
	}
	.lensguide__feture li {
		width: 50%;
	}
	.lensguide .memopad_box {
		background: url("../images/sp/stripe_bg.jpg") repeat / 50%;
		margin: 0 5%;
	}
	.lensguide .memopad_box dl {
		padding: 40px 20px;
	}
	.lensguide .memopad_box dt {
		font-size: 1.8rem;
	}
	.lensguide .memopad_box dt::before {
		top: 10px;
		left: 10px;
	}
	.lensguide .memopad_box dt::after {
		top: 10px;
		right: 10px;
	}
	.lensguide .memopad_box dd::before {
		bottom: 10px;
		left: 10px;
	}
	.lensguide .memopad_box dd::after {
		bottom: 10px;
		right: 10px;
	}
}

/* ==========================================================================
* POINT
* ========================================================================== */
.point {
	padding: 80px 0;
}
.point h2 {
	padding: 0 0 30px;
	text-align: center;
}
.point .ttl_illust {
	margin: 0 0 40px;
}
.point__list {
	display: flex;
	gap: 10px;
}
.point__list li {
	display: flex;
	flex-direction: column;
	width: 299px;
}
.point__list li dl {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.point__list li dl dt {
	text-align: center;
	padding: 30px 0 0;
}
.point__list li:first-child dl dt {
	background: url("../images/pc/point_01.png") no-repeat top center;
}
.point__list li:nth-child(2) dl dt {
	background: url("../images/pc/point_02.png") no-repeat top center;
}
.point__list li:last-child dl dt {
	background: url("../images/pc/point_03.png") no-repeat top center;
}
.point__list li dl dd {
	border: 1px solid #dedede;
	box-shadow: 4px 4px #dedede;
	display: flex;
	flex: 1;
	font-size: 1.6rem;
	padding: 10px;
	line-height: 1.5;
}
.point__list li dl dd span {
	display: block;
	padding: 180px 0 0;
}
.point__list li:first-child dl dd span {
	background: url("../images/pc/point_01_img.jpg") no-repeat top center;
}
.point__list li:nth-child(2) dl dd span {
	background: url("../images/pc/point_02_img.jpg") no-repeat top center;
}
.point__list li:last-child dl dd span {
	background: url("../images/pc/point_03_img.jpg") no-repeat top center;
}
@media screen and (max-width: 640px) {
	.point {
		padding: 20% 0;
	}
	.point h2 {
		padding: 0 0 20px;
	}
	.point__list {
		display: block;
		margin: 0 5% 20px;
	}
	.point__list li {
		display: block;
		margin: 0 0 30px;
		width: 100%;
	}
	.point__list li dl dt {
		padding: 40px 0 10px;
	}
	.point__list li:first-child dl dt {
		background: url("../images/sp/point_01.png") no-repeat top center / 90px;
	}
	.point__list li:nth-child(2) dl dt {
		background: url("../images/sp/point_02.png") no-repeat top center / 90px;
	}
	.point__list li:last-child dl dt {
		background: url("../images/sp/point_03.png") no-repeat top center / 90px;
	}
	.point__list li dl dd {
		font-size: 1.4rem;
	}
	.point__list li dl dd span {
		display: block;
		padding: 60% 0 0;
	}
	.point__list li:first-child dl dd span {
		background: url("../images/sp/point_01_img.jpg") no-repeat top center / 100%;
	}
	.point__list li:nth-child(2) dl dd span {
		background: url("../images/sp/point_02_img.jpg") no-repeat top center / 100%;
	}
	.point__list li:last-child dl dd span {
		background: url("../images/sp/point_03_img.jpg") no-repeat top center / 100%;
	}
}

/* ==========================================================================
* ORDER
* ========================================================================== */
.order h2 {
	padding: 0 0 30px;
	text-align: center;
}
.order__lead {
	text-align: center;
	margin: 0 0 30px;
}
.order__list {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.order__list h3 {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 10px;
}
.order__list > li {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 440px;
}
.order__list ol {
	border: 1px solid #dedede;
	box-shadow: 4px 4px #dedede;
	flex: 1;
	padding: 20px;
	line-height: 1.5;
}
.order__list li:first-child ol {
	background: #a6c3cd;
}
.order__list li:nth-child(3) ol {
	background: #b7d1ae;
}
.order__list li ol li {
	background: #fff;
	padding: 10px 20px;
}
.order__list li ol dl {
	padding: 0 0 0 110px;
}
.order__list li ol li:first-child dl {
	background: url("../images/pc/step_01.png") no-repeat left 50%;
}
.order__list li ol li:nth-child(2) dl {
	background: url("../images/pc/step_02.png") no-repeat left 50%;
}
.order__list li ol li:nth-child(3) dl {
	background: url("../images/pc/step_03.png") no-repeat left 50%;
}
.order__list li ol li:nth-child(4) dl {
	background: url("../images/pc/step_04.png") no-repeat left 50%;
}
.order__list li ol li:last-child dl {
	background: url("../images/pc/step_05.png") no-repeat left 50%;
}
.order__list li ol dl dt {
	font-weight: bold;
}
.order__list li ol dl dd {
	font-size: 1.6rem;
}
.order__btn {
	border-bottom: 1px solid #333;
	display: flex;
	gap: 40px;
	margin: 40px 0 0;
	padding: 0 0 50px;
	justify-content: center;
}
.order__btn li {
	text-align: center;
	width: 50%;
}
@media screen and (max-width: 640px) {
	.order h2 {
		padding: 0;
	}
	.order__lead {
		padding: 0 5%;
		text-align: left;
	}
	.order__list {
		border-bottom: 1px solid #333;
		display: block;
		margin: 0 5%;
		padding: 0 0 30px;
	}
	.order__list > li {
		display: block;
		width: 100%;
	}
	.order__list > li:nth-child(3) {
		margin: 50px 0 0;
	}
	.order__list li ol li {
		padding: 10px;
	}
	.order__list li ol dl {
		padding: 25px 0 0;
	}
	.order__list li ol li:first-child dl {
		background: url("../images/sp/step_01.png") no-repeat top left / 50px;
	}
	.order__list li ol li:nth-child(2) dl {
		background: url("../images/sp/step_02.png") no-repeat top left / 50px;
	}
	.order__list li ol li:nth-child(3) dl {
		background: url("../images/sp/step_03.png") no-repeat top left / 50px;
	}
	.order__list li ol li:nth-child(4) dl {
		background: url("../images/sp/step_04.png") no-repeat top left / 50px;
	}
	.order__list li ol li:last-child dl {
		background: url("../images/sp/step_05.png") no-repeat top left / 50px;
	}
	.order__list li ol dl dt {
		font-size: 1.6rem;
	}
	.order__list li ol dl dd {
		font-size: 1.4rem;
	}
	.order__btn-list {
		padding: 30px 0 0;
		text-align: center;
		width: 100%;
	}
	.order__btn-list a {
		font-size: 1.8rem;
	}
	.order__list > li:nth-child(4) a {
		padding: 10px 0;
		line-height: 1.3;
	}
}

/* ==========================================================================
 * SUPPORT
 * ========================================================================== */
.support dl {
	background: url("../images/pc/support_img.jpg") no-repeat left 50%;
	margin: 50px 0;
	line-height: 1.5;
	padding: 0 0 0 480px;
}
.support dl dt {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.support dl small {
	display: block;
	margin: 10px 0 0;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	.support dl {
		background: url("../images/sp/support_img.jpg") no-repeat top center / 100%;
		margin: 20% 5%;
		padding: 60% 0 0;
	}
	.support dl dt {
		font-size: 1.8rem;
	}
}

/* ==========================================================================
* HOVER ANIMATIONS
* ========================================================================== */
/* lineup__itemlist のホバーアニメーション */
.lineup__itemlist li {
	transition: transform 0.3s ease;
}

.lineup__itemlist li:hover {
	transform: scale(1.05);
}

/* lensguide__feture のホバーアニメーション */
.lensguide__feture li a {
	transition: transform 0.3s ease;
}

.lensguide__feture li a:hover {
	transform: scale(1.05);
}