@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"),
url("./fonts/NotoSansJP-Regular.woff2") format("woff2"),
url("./fonts/NotoSansJP-Regular.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"),
url("./fonts/NotoSansJP-Bold.woff2") format("woff2"),
url("./fonts/NotoSansJP-Bold.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: local("Noto Sans Japanese Black"), local("NotoSansJapanese-Black"),
url("./fonts/notosansjp-black.woff2") format("woff2"),
url("./fonts/notosansjp-black.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Sans JP rl";
  font-weight: 700;
  src: local("Noto Sans Japanese Bold Tate"), local("NotoSansJapanese-Bold-Tate"),
url("./fonts/NotoSansJP-Bold-Tate.woff2") format("woff2"),
url("./fonts/NotoSansJP-Bold-Tate.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Sans JP rl";
  font-style: bold;
  font-weight: 900;
  src: local("Noto Sans Japanese Black Tate"), local("NotoSansJapanese-Black-Tate"),
url("./fonts/notosansjp-black-tate.woff2") format("woff2"),
url("./fonts/notosansjp-black-tate.woff") format("woff"); /* Modern Browsers */
}

*,
::before,
::before,
::after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
:root {
	--blue: #13385B;
	--orange: #DF552A;
	--grey: #F0F1F3;
	--beige: #F9E7BB;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	position: relative;
	margin: 0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 100;
	line-height: 2;
	letter-spacing: .05em;
	color: #000;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

figcaption,
figure,
main { 
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol,
ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a, a:link, a:visited, a:active, a:focus {
	-webkit-text-decoration-skip: objects;
    color: #000;
    text-decoration: none;
	transition: .3s linear;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ffff00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[aria-disabled] {
	cursor: default;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: bottom;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong {
    font-weight: 900;
}

hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input:focus, select:focus, textarea:focus {
    border-color: #443D3B;
}
input.error, select.error, textarea.error {
    border-color: #DD5D00;
}

input::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

input::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

input:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

select:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}
img {
    width: 100%;
    height: auto;
	transition: .6s linear;
}
.break {
	display: block;
}
.bold {
    font-weight: bold;
}
.en, .num {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: .1em;
	font-style: normal;
}
.en-B {
	font-family: "Chelsea Market", system-ui;
	font-weight: 400;
	font-style: normal;
}
.jpn {
	font-family: "Noto Sans JP rl", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3";
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	
}

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }

.PC {
    display: block;
}
.SP {
	display: none;
}
.lnkbtn {
	display: inline-block;
	position: relative;
	font-size: 20px;
}
.lnkbtn a, .lnkbtn p {	
	display: flex;
	align-items: center;
}
.lnk {
	position: relative;
	display: inline-block;
	border-radius: 50px;	
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
}
.lnk a, .lnk p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .6em 1.2em;
	border-radius: 0;
	z-index: 2;
	transition: 1s linear;
}
.lnk::before {
	content: '';
	position: absolute;
	top: 150%;
	left: -50%;
	width: 200%;
	aspect-ratio: 1 / 1;
	background: #261608;
    transform: translateX(-50%);
	border-radius: 50% 50% / 50% 80%;
	z-index: 0;
	animation: wave linear 6s infinite;
	transition: 1s linear;
}
.lnk::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 50px;	
}
.lnk:hover a, .lnk:hover p {
	color: #FFF;
	opacity: 1;
}
.lnk:hover::before {
	top: -50%;
}
@keyframes wave {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
.lnk span {
	position: relative;
	z-index: 1;
}
.lnk .icon-map {
	margin-right: 10px;
}
.lnk .icon-map svg {
	height: 15px;
}
.icon-arrow {
	position: relative;
	display: inline-block;
	width: 50px;
	margin-right: 30px;
	transition: .5s linear;
}
.icon-arrow::before, .icon-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
	transition: .5s linear;
}
.icon-arrow::after {
	left: 44px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	background: transparent;
	transform: translateY(-50%) rotate(45deg);
}
a:hover .icon-arrow, a:hover .icon-arrow::before {
	width: 100px;
}
a:hover .icon-arrow::after {
	left: 94px;
}


.-flexed {
	display: flex;
}
.-flex-wrapped {
	flex-wrap: wrap;
}
.-between {
	justify-content: space-between;
}
.-reverse {
	flex-direction: row-reverse;
}


.objectfit picture, .objectfit img, img.objectfit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}



.content-pattern {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999999999999999999999;
    width: 100vw;
    height: 100vh;
    opacity: .03;
	background-image: url("../img/bg-noise.png");
	background-repeat: repeat;
    background-size: 100px 100px;
    pointer-events: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	z-index: 999;
	transform: translateY(0);
	transition: .5s linear;
}
#header.-remove, .-remove .header-logo {
	transform: translateY(-100%);
}
.header-inner {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.header-logo {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 12.5vh;
	width: auto;
	transform: translateY(0);
	transition: .3s linear;
}
.page .header-logo, .header-logo.-resize {
	top: 5px;
	left: 5px;
	height: 65px;
}
.header-logo a, h1 {
	display: block;
	height: 100%;
}
.header-logo img {
	width: auto;
	height: 100%;
}
#globalnav {
	position: absolute;
	top: 50%;
	right: 50px;
	font-size: 17px;
	height: 100%;
	letter-spacing: 0;
	opacity: 1;
	line-height: 1;
	transform: translateY(-50%);
	transition: .2s linear;
}
#globalnav ul {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
#globalnav ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 40px;
	height: 100%;
}
#globalnav ul li a {
	position: relative;
}
#globalnav ul li a::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: .3s linear;
	z-index: 10;
}
#globalnav ul li a:hover::before, #globalnav ul li a.current::before {
	width: 100%;
}
#globalnav ul li ul.childNav {
	position: fixed;
	display: none;
	top: 50px;
	right: 0;
	width: 150px;
	height: auto;
	padding-bottom: 25px;
	border-left: 1px solid #000;
	font-size: 14px;
	letter-spacing: .05em;
	background: #F0F0F0;
}
#globalnav ul li ul.childNav::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	width: 10px;
	aspect-ratio: 1;
	clip-path: polygon(50% 0,100% 100%,0 100%);
	background: #F0F0F0;
}
#globalnav ul li ul.childNav li {
	position: relative;
	margin-left: 0;
	padding: 20px 0 0 18px;
	height: auto;
	background: #F0F0F0;
}
#globalnav ul li ul.childNav li::before {
	content: '';
	position: absolute;
	top: 27px;
	left: 0;
	width: 10px;
	height: 1px;
	border-bottom: 1px solid #000;
}



#main {
	position: relative;
	width: 100%;
	margin-top: 50px;
	font-size: clamp(13px,1.2vw,15px);
}
.sec {
	padding: 120px 50px;
	position: relative;
	opacity: 0;
    transition: opacity 1s ease;
}
.sec.visible {
	opacity: 1;
}
#ACCESS.sec {
	padding-top: 70px;
}
.section-head {
	position: relative;
	margin-bottom: 70px;
}
.page .section-head {
	margin-bottom: 50px;
}
h1, h2 {
	position: relative;
}
.section-head h1, .section-head h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 200px;
	padding-left: 100px;
	border-top: 1px dashed #000;
	line-height: 1;
}
.section-head h1::before, .section-head h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 200px;
	border-left: 1px dashed #000;
}
.section-head h1::after, .section-head h2::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 190px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.section-head h1 .en-B, .section-head h2 .en-B {
	font-size: 120px;
	letter-spacing: .05em;
}
.section-head h1 span.jpn, .section-head h2 span.jpn {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 0;
	left: 0;
	height: 200px;
	width: 50px;
	font-size: 20px;
	letter-spacing: .2em;
}
.section-head h1 span.jpn::before, .section-head h1 span.jpn::after,
.section-head h2 span.jpn::before, .section-head h2 span.jpn::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	background: var(--blue);
	transform: translateX(-50%);
}
.section-head h1 span.jpn::after, .section-head h2 span.jpn::after {
	left: calc(50% + 5px);
	background: var(--orange);
}



/* GALLERY */
#GALLERY.sec {
	padding: 70px 0 70px;
}
.page #GALLERY.sec {
	padding-top: 0;
}
.galler-swiper-wrapper {
	position: relative;
}
/* .galler-swiper-wrapper::before, .galler-swiper-wrapper::after {
	content: '';
	position: absolute;
	background: #FFF;
	height: 30px;
	width: 100vw;
	z-index: 2;
}
.galler-swiper-wrapper::before {
	top: -1px;
	left: 0;
  	clip-path: polygon(0 0,100% 0,100% 100%);
}
.galler-swiper-wrapper::after {
	bottom: -1px;
	right: 0;
	clip-path: polygon(0 100%, 0 0, 100% 100%);	
} */
.galler-swiper-wrapper .swiper-wrapper {
	transition-timing-function: linear;
}
.galler-swiper-wrapper .swiper-wrapper .swiper-slide {
	width: 350px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}




/* ACCESS */
.section-head.-access {
	width: 650px;
	margin-bottom: 0;
}
.content.-access {
	width: calc(95% - 650px);
}
.access-map {
  	position: relative;
	width: 100%;
	height: 0;
	padding-top: 90%; 
}
.access-map iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}
.section-head-access-txt {
	margin: 30px 0 0 100px;
}
.section-head-access-txt .lnk {
	margin-top: 20px;
}
.section-head-access-txt dl {
	margin-top: 100px;
	padding-right: 50px;
}
.section-head-access-txt dl dt {
	position: relative;
	padding: 10px 0 10px 30px;
	border-top: 1px dashed #000;
	font-size: 18px;
	font-weight: bold;
}
.section-head-access-txt dl dt.-last {
	margin-top: 50px;
}
.section-head-access-txt dl dt .icon-access {
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	width: 20px;
}




/* ONLINESHOP */
#ONLINESHOP.sec {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 150px 50px;
	background: var(--blue);
	color: #FFF;
}
#ONLINESHOP.sec a.onlineshop-btn {
	display: block;
	width: 90%;
	margin: auto;
	padding: 5%;
	border: solid 10px #FFF;
	color: #FFF;
}
#ONLINESHOP.sec a.onlineshop-btn:hover {
	background: #FFF;
	color: var(--blue);
}
#ONLINESHOP h2 {
	display: flex;
	align-items: center;
	width: 550px;
}
#ONLINESHOP h2 span.jpn {
	line-height: 1.6;
}
#ONLINESHOP h2 p.en {
	font-size: 60px;
	margin-left: 30px;
	line-height: 1.2;
}
#ONLINESHOP a.onlineshop-btn .lnkbtn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 550px);
	padding-right: 30px;
	background: #FFF;
	color: #000;
	transition: .3s linear;
}
#ONLINESHOP a.onlineshop-btn .lnkbtn .icon-blank {
	display: inline-block;
	width: 13px;
	margin-left: 7px;
	padding-bottom: 3px;
}
#ONLINESHOP a.onlineshop-btn:hover .lnkbtn {
	background: var(--blue);
	color: #FFF;
}
#ONLINESHOP a.onlineshop-btn:hover .icon-arrow::before {
	background: #FFF;
}
#ONLINESHOP a.onlineshop-btn:hover .icon-arrow::after {
	border-color: #FFF;
}
.breadcrumb {
	position: absolute;
	bottom: 20px;
	left: 50px;
	font-size: 10px;
	line-height: 1;
}
.breadcrumb ul {
	display: flex;
}
.breadcrumb ul li {
	position: relative;
	padding-left: 13px;
	margin-left: 5px;
}
.breadcrumb ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.breadcrumb ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: translateY(-50%) rotate(45deg);
}
.breadcrumb ul li:first-child::before {
	display: none;
}
.breadcrumb ul li a {
	color: rgba(255,255,255,.3);
}
.breadcrumb ul li a:hover {
	color: rgba(255,255,255,1);
}



#aside {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 100vh;
	font-size: 15px;
	z-index: 99;
}
.aside-link {
	position: absolute;
	top: 45%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}
.aside-link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
}
.aside-link li a svg {
	width: 30px;
	fill: #FFF;
	transition: .3s linear;
}
.aside-link-instagram a {
	background: var(--blue);
}
.aside-link-instagram a:hover svg {
	fill: var(--blue);	
}
.aside-link-mail a {
	background: var(--orange);
}
.aside-link-mail a:hover svg {
	fill: var(--orange);
}
.aside-link-instagram a:hover, .aside-link-mail a:hover {
	background: #FFF;
}
.aside-onlineshop {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
}
.aside-onlineshop a {
	position: relative;
	display: block;
	width: 100%;
	padding: 50px 0 25px;
}
.aside-onlineshop span {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.aside-onlineshop .icon-arrow {
	top: 0;
	height: 30px;
	width: 10px;
}
.aside-onlineshop .icon-arrow::before, .aside-onlineshop .icon-arrow::after {
	top: 0;
	right: auto;
	left: 50%;
	width: 2px;
	height: 30px;
	transform: translateX(-50%);
}
.aside-onlineshop .icon-arrow::after {
	top: 24px;
	width: 7px;
	height: 7px;
	transform: translateX(-50%) rotate(135deg);
}
.aside-onlineshop p {
	display: flex;
	align-items: center;
	width: 100%;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.aside-onlineshop .icon-blank {
	bottom: 0;
	width: 13px;
	height: 13px;
}
.aside-onlineshop .icon-blank img {
	vertical-align: top;
	transition: .5s linear;
}
.aside-onlineshop a:hover .icon-arrow, .aside-onlineshop a:hover .icon-arrow::before {
	height: 145px;
	width: 2px;
}
.aside-onlineshop a:hover .icon-arrow::after {
	top: 139px;
	left: 50%;
}
.aside-onlineshop a:hover .icon-blank img {
	opacity: .3;
}





#footer {
	position: relative;
	width: 100vw;
	background: #FFF;
}
.footer {
	opacity: 0;
	filter: blur(10px);
    transition: opacity 1s ease, filter 1s ease;	
}
.footer.visible {
	opacity: 1;
	filter: blur(0);
}
.footer-wrapp {
	position: relative;
	padding: 70px 50px 0;
}
.totop {
	position: absolute;
	bottom: 440px;
	right: 10px;
}
.totop a {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
}
.totop a:hover {
	height: 60px;
}
.totop a::before, .totop a::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	transition: .5s linear;
}
.totop a::before {
	background: #000;
}
.totop a::after {
	top: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translateX(-50%) rotate(-45deg);
}
.totop a:hover::before {
	background: #FFF;
}
.totop a:hover::after {
	border-color: #FFF;
}
.footer-logo {
	width: 165px;
}
.footer-logo a:hover {
	opacity: .5;
}
.footer-logo-txt {
	margin-left: 50px;
	font-size: 14px;
	line-height: 1.8;
}
.footer-logo-txt-title {
	font-size: 24px;
	font-weight: 900;
}
.footer-logo-txt ul {
	margin-top: 15px;
}
.footer-logo-txt ul li {
	position: relative;
	margin-top: 10px;
}
.footer-logo-txt ul li .holiday {
	font-size: 85%;
}
.footer-logo-txt ul li .en,
.footer-logo-txt ul li.en {
	font-weight: 400;
}
.footer-logo-txt ul li .lnk {
	display: block;
	width: 135px;
	margin-top: 5px;
	/*position: absolute;
	right: -140px;
	bottom: 0;*/
}
.footer-logo-txt ul li .lnk a {
	padding: .4em 1em .5em;
	font-size: 12px;
}
.footer-logo-txt ul li .lnk .icon-map svg {
	height: 12px;
}
.footer-nav ul {
	display: flex;
	margin-top: 10px;
	font-size: 17px;
	line-height: 1;
}
.footer-nav ul li {
	margin-left: 2.5vw;
}
.footer-nav ul li a {
	position: relative;
}
.footer-nav ul li a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: .3s linear;
}
.footer-nav ul li a:hover::before {
	width: 100%;
}
.footer-nav ul.childfootNav {
	display: block;
	margin-top: 18px;
	font-size: 13px;
}
.footer-nav ul.childfootNav li {
	position: relative;
	margin-left: 2px;
	margin-top: 13px;
	padding-left: 14px;
}
.footer-nav ul.childfootNav li::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 10px;
	height: 10px;
	border-left: 1px solid#000;
	border-bottom: 1px solid#000;
}
.footer-lnk {
	margin-top: 30px;
	text-align: right;
}
.footer-lnk ul {
	display: flex;
	justify-content: flex-end;
}
.footer-lnk ul li {
	margin-left: 10px;
	text-align: center;
}
.footer-lnk ul li.-onlinestore {
	background: #B9BFC5;
}
.footer-lnk ul li.-onlinestore a {
	color: #FFF;
}
.footer-lnk ul li.lnk.-onlinestore::after {
	border-color: rgba(23,38,71,.05);
}
.footer-lnk ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-lnk ul li a span {
	display: inline-block;
}
.footer-lnk ul li a span.icon-blank {
	width: 13px;
	margin-left: 5px;
}
.footer-lnk .lnk-s {
	display: inline-block;
	font-size: 60%;
	margin: 30px 0 0;
	line-height: 1;
}
.copyright {
	margin-top: 0;
	padding: 30px 0;
	border-top: 1px dashed #000;
	font-size: 12px;
	text-align: left;
	line-height: 1;
}
.copyright.en {
	font-weight: 400;	
}

