@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
	display: none;
	/* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
	-webkit-appearance: button;
	/* iOS 8+ */
	overflow: visible;
	/* Internet Explorer 11- */
}

details {
	display: block;
	/* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* Edge 12+, Internet Explorer 11- */
	overflow-y: scroll;
	/* iOS 8+ */
}

input {
	-webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* iOS 8+ */
}

input[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Chrome 45+, Safari 9+ */
}

main {
	display: block;
	/* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
	overflow: auto;
	/* Internet Explorer 11- */
}

progress {
	display: inline-block;
	/* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
	font-size: 75%;
	/* All browsers */
}

summary {
	display: block;
	/* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

template {
	display: none;
	/* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
	overflow: auto;
	/* Edge 12+, Internet Explorer 11- */
}

[hidden] {
	display: none;
	/* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
	box-sizing: inherit;
}

* {
	font-size: inherit;
	line-height: inherit;
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}

/* specify the core styles of all elements */
* {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/* specify the root styles of the document */
:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
	cursor: pointer;
	text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
	background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
	min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
	list-style: none;
}

/* specify the standard appearance of selects */
select {
	-moz-appearance: none;
	/* Firefox 40+ */
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
	/* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
	color: currentColor;
	/* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
	resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
	background-color: #f4f2ef;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #f4f2ef;
	/* required when declaring ::selection */
	color: #ffffff;
	text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	touch-action: manipulation;
}

/*# sourceMappingURL=sanitize.css.map */
::-moz-selection {
	background: #eee;
}

::selection {
	background: #eee;
}

::-moz-selection {
	background: #eee;
}

#wrapper {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	#wrapper {
		overflow: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	#wrapper {
		overflow: auto;
	}
}

:root,
html,
body {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	letter-spacing: .05em;
	line-height: 180%;
	width: 100%;
}

body {
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Lato, sans-serif;
}

* {
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

a {
	color: #222;
	transition: all .5s ease;

}

a img {
	transition: all .8s ease-out;
}

a:hover {
	border-color: #ddd;
	color: #ddd;
	text-decoration: none;
	transition: all .5s ease;
}

a:hover img {
	opacity: .88;
	transition: all .8s;
}

.img-max {
	border-radius: 2px;
	height: auto;
	width: 100%;
}

.Photo__img_category {
	border-radius: 2px;
	height: auto;
	width: 100%;
}

.l-content {
	display: flex;
	flex: 0 1 1076px;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1076px;
}

@media only screen and (max-width: 640px) {
	.l-content {
		flex-direction: column;
	}
}

.l-main {
	flex: 0 2 auto;
	margin: 0 20px;
	max-width: 865px;
}

.l-sub {
	flex: 0 0 275px;
	margin: 0 20px;
	margin-left: 40px;
}

@media only screen and (max-width: 640px) {
	.l-sub {
		flex: 1 1 100%;
		margin: 10px;
	}
}

.l-column {
	flex: 0 1 1076px;
	margin: 0 auto;
	max-width: 1076px;
}

@media only screen and (max-width: 640px) {
	.l-column {
		width: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.l-column {
		padding: 0 20px;
		width: auto;
	}
}

.l-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.l-row {
		flex-direction: column;
	}
}

.r-row {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.r-row {
		flex-direction: column;
	}
}



.l-halfColumn {
	flex: 1 0 0px;
	margin-right: 40px;
	max-width: 518px;
}

.l-halfColumn:nth-child(even) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfColumn {
		display: block;
		flex: 1 1 100%;
		margin-right: 0;
		max-width: none;
	}
}

.l-quaterColumn {
	flex: 1 0 0px;
	margin-right: 40px;
	max-width: 239px;
}

.l-quaterColumn:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	.l-quaterColumn {
		flex: 1 1 100%;
		margin: 0;
		max-width: none;
	}
}

.l-tripartitionColumn {
	flex: 1 0 0px;
	margin-right: 26.66667px;
	max-width: 349.77778px;
}

@media only screen and (max-width: 640px) {
	.l-tripartitionColumn {
		flex: 1 1 100%;
		margin: 0;
		max-width: none;
	}
}

.l-tripartitionColumn:last-child {
	margin-right: 0;
}

.l-halfTile {
	display: flex;
	flex: 1 1 50%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.l-halfTile {
		flex-basis: 100%;
	}
}

.l-fitImg {
	max-height: 100%;
	max-width: 100%;
}

.sectionLabel {
	align-items: center;
	color: #222;
	display: flex;
	flex: 1 1 auto;
	font-family: Lato, sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	justify-content: center;
	line-height: 1;
	padding-bottom: 80px;
	padding-top: 20px;
}

@media only screen and (max-width: 640px) {
	.sectionLabel {
		font-size: 3rem;
		padding: 0 2rem 2.5rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.sectionLabel {
		font-size: 3.5rem;
		padding: 0 2rem 4rem;
	}
}

.logo {
	color: #222;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 45px;
	font-weight: lighter;
	font-weight: 300;
	padding: 10px 0;
}

@media only screen and (max-width: 640px) {
	.logo {
		font-size: 30px;
	}
}

.articleLabelL {
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 8rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.articleLabelL {
		font-size: 3rem;
	}
}

.articleLabelM {
	color: #aaa;
	font-family: Lato, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	z-index: 50;
}

@media only screen and (max-width: 640px) {
	.articleLabelM {
		line-height: 1.5em;
	}
}

.articleLabelS {
	font-size: 1.2rem;
	font-weight: 100;
	margin-right: 10px;
}

.articleTxt {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.8em;
}

@media only screen and (max-width: 640px) {
	.articleTxt {
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
}

.linkButton {
	font-size: 1.2rem;
	font-weight: 700;
}

.linkButton a:before {
	background: #000;
	content: '';
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	vertical-align: 2px;
	width: 6rem;
}

.linkButton a:hover {
	color: #000;
}

.linkButton a:hover:before {
	width: 11rem;
}

.topBtn {
	bottom: 40px;
	display: inline-block;
	position: fixed;
	right: 40px;
	width: 30px;
}

@media only screen and (max-width: 640px) {
	.topBtn {
		bottom: 20px;
		right: 20px;
		width: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	.nonePc {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.noneSp {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.noneTl {
		display: none;
	}
}

.BtnArr {
	border: 1px solid #000;
	color: #000;
	display: block;
	position: relative;
	text-align: left;
	width: 200px;
}

.BtnArr__arr {
	background-color: #000;
	bottom: 1em;
	height: 1px;
	position: absolute;
	right: 24px;
	transition: all .5s ease;
	width: 35px;
}

.BtnArr__arr:before {
	-webkit-transform: rotate(40deg);
	background-color: #000;
	bottom: 3px;
	content: "";
	height: 1px;
	position: absolute;
	right: -1px;
	transform: rotate(40deg);
	transition: all .5s ease;
	width: 10px;
}

.BtnArr__wrap {
	display: block;
	font-size: 1.2rem;
	height: 100%;
	letter-spacing: 0.08em;
	line-height: 3em;
	padding-left: 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.BtnArr:hover {
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #fff;
}

.BtnArr:hover .BtnArr__arr,
.BtnArr:hover .BtnArr__arr:before {
	background-color: #000;
	transition: all .5s ease;
}

.newIcon {
	background-color: #eee;
	color: #fff;
	display: inline-block;
	font-family: Lato, sans-serif;
	font-size: 1.4rem;
	line-height: 2em;
	margin-top: 2rem;
	padding: 0 12px;
}

.LoadWrap {
	background: #fff;
	bottom: 0;
	left: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.LoadWrap__inner {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}

.LoadWrap__logo {
	margin: 0 0 15px;
}

.LoadWrap__items {
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background-color: #aaa;
	border-radius: 100%;
	display: inline-block;
	height: 6px;
	margin: 0 5px;
	width: 6px;
}

.LoadWrap__items:first-of-type {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.LoadWrap__items:nth-of-type(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.HiddenLayer {
	background: #1e283c;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.logoArea {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	z-index: 9999;
}

@media only screen and (max-width: 640px) {
	.logoArea {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.logoArea {
		width: 100%;
	}
}

.mainvisualMono {
	background: url(../images/heroImgMono.jpg) no-repeat center center/cover;
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}

.mainvisual {
	background: url(../images/heroImg.jpg) no-repeat center center/cover;
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9996;
}

/* header */
.Header__ttl {
	margin: 0 auto;
	padding: 8rem 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.Header__ttl {
		padding: 6rem 0 4rem;
	}
}

.Header__logo {
	margin: 0 auto 3rem;
	width: 50rem;
}

@media only screen and (max-width: 640px) {
	.Header__logo {
		margin: 0 auto 1rem;
		width: 60%;
	}
}

.Header__subTtl {
	font-family: Lato, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.Header__subTtl {
		font-size: 1.2rem;
		color: #fff;
	}
}

.footer {
	background: #fff;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.footer {
		font-size: 10px;
	}
}

.footer--fixed {
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: fixed;
	width: 100%;
}

.Section {
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.Section {
		padding: 20px 0;
	}
}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
	background: #1e283c;
	box-sizing: border-box;
	height: 100%;
	opacity: 0;
	padding: 120px 0;
	position: fixed;
	right: 0;
	top: 0;
	transition-delay: 0s;
	transition-duration: .5s;
	transition-property: all;
	visibility: hidden;
	width: 300px;
}

.drawer-menu li {
	text-align: center;
}

.drawer-menu li a {
	color: #fff100;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	transition: all .8s;
}

.drawer-menu li a:hover {
	background: #eff8ff;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
	cursor: pointer;
	display: block;
	display: block;
	font-size: 10px;
	height: 30px;
	position: fixed;
	right: 40px;
	text-align: center;
	top: 40px;
	width: 30px;
	z-index: 10;
}

@media only screen and (max-width: 640px) {
	.menu-btn {
		right: 20px;
		top: 20px;
	}
}

.bar {
	-webkit-transform-origin: left top;
	background: #fff100;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: left top;
	transition: all .5s;
	width: 30px;
}

.bar.middle {
	opacity: 1;
	top: 10px;
}

.bar.bottom {
	-webkit-transform-origin: left bottom;
	top: 20px;
	transform-origin: left bottom;
}

.menu-btn__text {
	bottom: -15px;
	color: #000;
	display: block;
	left: 0;
	margin: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	transition: all .5s;
	visibility: visible;
}

@media only screen and (min-width: 1024px) {
	.menu-btn:hover .bar {
		background: #999;
	}
}

@media only screen and (min-width: 1024px) {
	.menu-btn:hover .menu-btn__text {
		color: #999;
	}
}

.close-menu {
	background: rgba(0, 0, 0, 0);
	cursor: url(../images/cross.svg), auto;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 300px;
	top: 0;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: all;
	visibility: hidden;
	width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transform: none;
	opacity: 1;
	transform: none;
	transition-delay: .3s;
	visibility: visible;
	z-index: 5;
}

.check:checked ~ .contents {
	transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
	opacity: 0;
	visibility: hidden;
}

.check:checked ~ .menu-btn .bar.top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 35px;
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	-webkit-transform: rotate(-45deg);
	top: 23px;
	transform: rotate(-45deg);
	width: 35px;
}

.check:checked ~ .close-menu {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition-delay: .3s;
	transition-duration: 1s;
	visibility: visible;
	z-index: 3;
}

@media only screen and (max-width: 640px) {
	.check:checked ~ .close-menu {
		opacity: 0;
	}
}

#androidBrowser_alert {
	background: rgba(17, 17, 17, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#androidBrowser_alert div.wrap {
	background: #313131;
	left: 50%;
	margin-left: -160px;
	margin-top: -150px;
	max-width: 320px;
	position: fixed;
	top: 50%;
}

#androidBrowser_alert div.con {
	border: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	padding: 20px;
}

#androidBrowser_alert a.go2chrome {
	background: #2492c8;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
}

.Hero__body {
	position: relative;
	font-family: Lato, sans-serif;
}

.Hero__image {
	margin: 10rem auto auto;
	position: relative;
}

.Hero__sentence {

	animation-fill-mode: none;
	margin: 0 0 0 -20rem;
	position: absolute;
	right: 33rem;
	top: 23rem;
	width: 42rem;
	transform: rotate(-13deg);
	z-index: 1;
}

.Hero__top {
	animation-fill-mode: none;
	margin: 0 0 0 -20rem;
	position: absolute;
	right: 19rem;
	top: 29rem;
	width: 42rem;
	z-index: 1;
	color: #7c7c7c;
	transform: rotate(-13deg);
}

@media only screen and (max-width: 640px) {
	.Hero__sentence {
		animation-fill-mode: none;
		margin: 11rem auto;
		min-width: auto;
		position: absolute;
		transform: none;
		width: 58%;
		top: 40px;
		right: 84px;
		transform: rotate(-15deg);
	}

	.Hero__top {
		animation-fill-mode: none;
		margin: 16rem auto;
		min-width: auto;
		position: absolute;
		transform: none;
		width: 55%;
		top: 26px;
		right: 47px;
		color: #7c7c7c;
		transform: rotate(-15deg);
		font-size: 12px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Hero__sentence {
		animation-fill-mode: none;
		margin: 11rem auto;
		min-width: auto;
		position: absolute;
		transform: none;
		width: 58%;
		top: 162px;
		right: 169px;
		transform: rotate(-15deg);
	}

	.Hero__top {
		animation-fill-mode: none;
		margin: 16rem auto;
		min-width: auto;
		position: absolute;
		transform: none;
		width: 55%;
		top: 177px;
		right: 47px;
		color: #7c7c7c;
		transform: rotate(-15deg);
		font-size: 15px;
	}
}

.Hero__side {
	-webkit-transform: translate(-50%, 50%) rotate(-90deg);
	font-family: Lato, sans-serif;
	font-weight: 700;
	left: 1.5rem;
	position: fixed;
	top: 50%;
	transform: translate(-50%, 50%) rotate(-90deg);
	color: #fff100;
	font-size: 17px;
}





@media only screen and (max-width: 640px) {
	.Hero__side {
		display: none;
	}
}

.Hero__side--right {
	-webkit-transform: translate(50%, 50%) rotate(-90deg);
	left: auto;
	right: 1.5rem;
	transform: translate(50%, 50%) rotate(-90deg);
}

.Products__inner {
	align-items: center;
	margin: 30px auto 0;
}

@media only screen and (max-width: 640px) {
	.Products__inner {
		margin: 5rem 2rem 3rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Products__inner {
		margin: 0 2rem;
	}
}

.Products__img {

	flex: 0 0 48%;
	max-width: 48%;
}

@media only screen and (max-width: 640px) {
	.Products__img {
		flex: 0 0 90%;
		max-width: 90%;
	}
}

.Products__ext {
	margin: 0 auto;
	max-width: 80%;
}

@media only screen and (max-width: 640px) {
	.Products__ext {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.Products__txtArea {
	border-left: 2px solid #111;
	font-family: Lato, sans-serif;
	font-size: 1.2rem;
	margin: 0 0 2rem;
	padding-left: 2rem;
	text-align: left;
}

.Products__name {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 1.5rem 0 .5rem 0;
}


.Products__title {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 5rem;
	line-height: 1.5
}

.Products__desc {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 5rem;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	.Products__title {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 5rem;
	}

	.Products__desc {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 5rem;
	}
	.Products__desc br{
		display: none;
	}
}

.Products__desc span {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	.Products__desc span {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
	}
}


.Products__ttl {
	font-size: 15px;
	text-align: center;
	margin: 3rem auto;
}


.Products__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65%;
	margin: 0 auto;
	line-height: 4rem;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Products__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 640px) {
	.Products__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		line-height: 4rem;
	}
}

.Products__linkWrap {
	margin: 4rem 0 0;
	text-align: left;
}

.Products__linkWrap_more {
	margin: 5rem 0 0;
	text-align: center;

}


@media only screen and (max-width: 640px) {
	.Products__linkWrap_more {
		margin: 2rem 0 6rem;
		text-align: center;
		font-size: 15px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Photo {
		margin: 0 2rem;
	}
}

.Photo__head {
	align-items: center;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.Photo__head {
		align-items: flex-start;
		margin: 0 2rem 2rem;
	}
}

.Photo__ttlWrap {
	border-right: 3px solid;
	margin: 0 5rem 0 0;
	padding: 0 5rem 0 0;
}



.Photo__ttl {
	font-family: Lato, sans-serif;
	font-size: 3rem;
	margin: .5rem 0 0 0;
}

.Photo__kana {
	margin: .5rem 0 0 0;
}




@media only screen and (max-width: 640px) {
	.Photo__ttlWrap {
		border-right: none;
		margin: 0 0 2rem;
		padding: 0;
	}
}



.Photo__img_category {
	max-width: 100%;
}

.Photo__desc {
	flex: 1;
	margin: 2.5rem auto 0;
}

@media only screen and (max-width: 640px) {
	.Photo__desc {
		flex: 1;
		margin: 15px auto 0;
		margin: 15px auto 0;
	}
}

.text__desc {
	flex: 1;
	margin: 1rem auto 0;
	text-align: left;
	width: 100%;
	text-align: 
}
.text__desc span{
	font-weight: bold;
}


.asterisk {
	padding-left: 1rem;
	text-align: left;
	font-size: 1.2rem;
}
.asterisk::before {
	content: "※";
	margin-left: -1rem;
}


@media only screen and (max-width: 640px) {
	.text__desc {
		flex: 1;
		margin: 15px auto 0;
	}
}


.Photo__img {

	margin: 4rem 0 0;
	overflow: hidden;
	width: calc(275 / 900 * 100%);
}

@media only screen and (max-width: 640px) {
	.Photo__img {
		border-radius: .2rem;
		margin: 0 auto 3rem 1.5rem;
		width: calc(330 / 1076 * 145%);
	}

	.Photo__img:nth-child(even) {
		margin: 0 1.5rem 3rem auto;
	}

	.Photo__img--row {
		margin: 0 0 3rem 0;
		width: 100%;
	}
}

.text__img {
	margin: 4rem auto;
	overflow: hidden;
/*	width: calc(275 / 900 * 100%);*/
	width: 80%;
}


@media only screen and (max-width: 640px) {
	.text__img {
		border-radius: .2rem;
		margin: 0 auto;
		width: calc(100% - 4rem);
		
	}

/*
	.text__img:nth-child(even) {
		margin: 0 1.5rem 3rem auto;
	}
*/

/*
	.text__img--row {
		margin: 0 0 3rem 0;
		width: 100%;
	}
*/
}
.Photo__img__detail {

	margin: 4rem 0 0;
	overflow: hidden;
	width: calc(250 / 900 * 100%);
}

@media only screen and (max-width: 640px) {
	.Photo__img__detail {
		margin: 0 auto 3rem 1.5rem;
		width: calc(330 / 1076 * 145%);
	}

	.Photo__img__detail:nth-child(even) {
		margin: 0 1.5rem 3rem auto;
	}

	.Photo__img__detail--row {
		margin: 0 0 3rem 0;
		width: 100%;
	}
}

.Photo__img__main {
	margin: 0rem 0 0;
	overflow: hidden;
	width: calc(400 / 900 * 100%);
}

@media only screen and (max-width: 640px) {
	.Photo__img__main {
		margin: 2rem auto 0 1.5rem;
		width: calc(330 / 1076 * 145%);
		padding: 2rem 0 0 0;
	}

	.Photo__img__main:nth-child(even) {
		margin: 2rem 1.5rem 0rem auto;
	}

	.Photo__img__main--row {
		margin: 0 0 3rem 0;
		width: 100%;
	}
}


.Photo__img__feature {
	margin: 4rem 0 0;
	overflow: hidden;
	width: calc(700 / 700 * 100%);
}

@media only screen and (max-width: 640px) {
	.Photo__img__feature {
		margin: 0 auto 3rem auto;
		width: 90%;
	}

/*
	.Photo__img__feature:nth-child(even) {
		margin: 0 auto 3rem auto;
	}

	.Photo__img__feature--row {
		margin: 0 0 3rem 0;
		width: 100%;
	}
*/
}

@media only screen and (max-width: 640px) {
	.Photo__imgWrap {
		flex-direction: row;
	}
}



.mainphoto {
	margin-bottom: 15rem;
}
.semi {
	padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
	.mainphoto {
		padding: 2rem;
		margin-bottom: 0;
	}
}

.Look__image {
	-webkit-transform: translateY(10%);
	display: block;
	overflow: hidden;
	transform: translateY(10%);
	transition: all .5s ease-out;
	margin: 0 auto 10rem;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.Look__image {
		width: 80%;
	}
	.Look__image {
		-webkit-transform: translateY(10%);
		display: block;
		overflow: hidden;
		transform: translateY(5rem);
		transition: all .5s ease-out;
		margin: 0 auto 5rem;
		width: 100%;
	}
}


.Brand__logo {
	margin: 0 auto 30px;
	width: 35rem;
	border-radius: 5px;
	border: solid 2px #7c7c7c;
	padding: 30px;
	background-color: #FFFFFF;

}

@media only screen and (max-width: 640px) {
	.Brand__logo {
		max-width: 30rem;
		width: 80%;
		border-radius: 5px;
		border: solid 1px #7c7c7c;
		padding: 20px;
		background-color: #FFFFFF;
	}
}

.Brand__linkWrap {
	margin: 30px auto 0;
	text-align: left;
	width: 34rem;
}

@media only screen and (max-width: 640px) {
	.Brand__linkWrap {
		max-width: 30rem;
		width: 80%;
		margin-bottom: 5rem;
	}
}

.Backnum__inner {
	margin: 0 auto;
	max-width: 100rem;
	width: 90%;
}

@media only screen and (max-width: 640px) {
	.Backnum__inner {
		flex-direction: row;
	}
}

.Backnum__bnr {
	flex: 0 0 calc((100% - 4rem) / 4);
}

@media only screen and (max-width: 640px) {
	.Backnum__bnr {
		flex: 0 0 calc((100% - 1rem) / 2);
		margin: 0 0 2rem;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Backnum__bnr {
		flex: 0 0 calc((100% - 2rem) / 3);
		margin: 0 0 2rem;
	}
}

.Backnum__num {
	align-items: center;
	display: flex;
	font-family: Lato, sans-serif;
	margin: 1rem 0 0;
	text-align: left;
}

.Backnum__num::before {
	background: #000;
	content: "";
	display: block;
	height: .1rem;
	margin-right: 1rem;
	width: 4rem;
}


.bk_gry {
	margin: 4rem 0;
	padding: 0 4rem 4rem 4rem;
	background: #f9f9f9;
}
@media only screen and (max-width: 640px) {
	.bk_gry {
		margin: 4rem 0;
		padding: 2rem;
		background: #f9f9f9;
	}
}

.Shoplist {
	font-family: Lato, sans-serif;
}

.Shoplist__block {
	letter-spacing: .1em;
	margin: 0 0 10rem;
	text-align: left;
	width: 50rem;
}

@media only screen and (max-width: 640px) {
	.Shoplist__block {
		margin: 0 auto 10rem;
		width: 90%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.Shoplist__block {
		margin: 0 auto 10rem;
		width: 90%;
	}
}

.Shoplist__shopName {
	border-bottom: 1px solid;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1em;
	padding-bottom: 1rem;
}

.Shoplist__kana {
	font-size: 1rem;
	margin: 0 0 0 1rem;
}

@media only screen and (max-width: 640px) {
	.Shoplist__kana {
		display: block;
		margin: .5rem 0 0 0;
	}
}

.Shoplist__shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto;
}

.Shoplist__shopinfo dt {
	align-items: center;
	color: #555;
	display: flex;
	flex: 0 0 8rem;
	font-size: 1.2rem;
	font-style: italic;
	margin: 1rem 0 0 0;
	max-width: 8rem;
}

.Shoplist__shopinfo dd {
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1rem 0 0 0;
	width: calc(100% - 8rem);
}

.Shoplist__map {
	border-bottom: 2px solid;
	font-style: italic;
	margin-left: .5rem;
}

.Shoplist__sns ul {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 20px;
}

.Shoplist__sns li {
	font-size: 2rem;
	margin-right: 10px;
}

.u-mt10px {
	margin-top: 10px;
}

.u-mt20px {
	margin-top: 20px;
}

.u-mt30px {
	margin-top: 30px;
}

.u-mt60px {
	margin-top: 60px;
}

.u-mb100px {
	margin-bottom: 100px;
}

.u-crWht {
	color: #fff;
}

.u-clGry {
	background: #f7f7f7;
}