@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"),
url("./NotoSansJP-Regular.woff2") format("woff2"),
url("./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("./NotoSansJP-Bold.woff2") format("woff2"),
url("./NotoSansJP-Bold.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Serif Japanese Regular"), local("NotoSerifJapanes-Regular"),
    url("./NotoSerifJP-Regular.woff2") format("woff2"),
    url("./NotoSerifJP-Regular.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Serif Japanese Bold"), local("NotoSerifJapanes-SemiBold"),
    url("./NotoSerifJP-SemiBold.woff2") format("woff2"),
    url("./NotoSerifJP-SemiBold.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;
}

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: #000;
    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 Serif JP", "游明朝", YuMincho, -apple-system, BlinkMacSystemFont, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 100;
	line-height: 2;
	letter-spacing: .05em;
	color: #FFF;
	background: #000;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body.menuopen {
	overflow: hidden;
}

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: #FFF;
    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: 800;
}

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;
}
.break {
	display: block;
}
.bold {
    font-weight: bold;
}
.gothic {
 	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.gothic02 {	
 	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.min02 {	
    font-family: "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.en {
	font-family: "Newsreader", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
}
.gothic .en, .num {
	font-family: "Lato", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
.vertical {	
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.italic {
	font-style: italic;
	font-size: 110%;
	letter-spacing: .06em;
}

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

.PC {
    display: block;
}
.SP {
	display: none;
}
a.lnkbtn {
	position: relative;
	display: block;
	width: 175px;
	height: 175px;
	padding-top: 70px;
	border: 1px solid #FFF;
	border-radius: 999px;
	font-size: 18px;
	color: #FFF;
	background: rgba(77,170,218,0);
	line-height: 1;
	text-align: center;
	transition: .3s linear;
}
a.lnkbtn:hover {
	background: rgba(77,170,218,.1);
}
a.lnkbtn svg {
	fill: #FFF;
	transition: .3s linear;
}
a.lnkbtn:hover svg {
	fill: #4DAADA;	
}
a.lnkbtn .shopicon {
	display: inline-block;
	width: 15px;
	margin-right: 10px;
	vertical-align: bottom;
}
a.lnkbtn .lnkicon {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: 0;
	transform: translateX(-50%);
}
a.lnkbtn:hover .lnkicon {
	margin-left: 10px;
}
.lnkicon {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 20px;
	border-radius: 999px;
	background: rgba(77,170,218,1);
	transition: .3s linear;
}
.lnkicon::before,
.lnkicon::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	transition: .3s linear;
}
.lnkicon::before {
	height: 5px;
	width: 5px;
	border-top: 1px solid #4DAADA;
	border-right: 1px solid #4DAADA;
	transform: translateY(-50%) rotate(45deg);
}
.lnkicon::after {
	height: 1px;
	width: 5px;
	background: #4DAADA;
}
a:hover .lnkicon {
	margin-left: 30px;
	background: rgba(77,170,218,0);
}
a:hover .lnkicon::before {
	height: 7px;
	width: 7px;
}
a:hover .lnkicon::after {
	width: 20px;
}
a.lnktx {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	overflow: hidden;
}
a.lnktx::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFF;
	transition: .3s linear;
}
a.lnktx:hover::before {
	left: -100%;
}



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






#header {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 70px);
	height: 100px;
	background: rgba(0,0,0,1);
	transition: 2s ease-in;
	z-index: 999;
}
.menuopen #header {
	background: rgba(0,0,0,0);
}
.header-inner {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.header-logo {
	position: fixed;
	top: 0;
	left: 0;
	padding: 29px 40px;
	font-size: 24px;
	line-height: 1;
	border-right: 1px solid rgba(255,255,255,1);
	transition: .2s linear;
}
.header-logo span.gothic {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
/*header#header.scroll-nav .header-logo, */.menuopen #header .header-logo {
	border-right: 1px solid rgba(255,255,255,0);
}
#globalnav {
	position: relative;
	font-size: 13px;
	height: 100%;
	letter-spacing: 0;
	opacity: 1;
	line-height: 1;
	transition: .2s linear;
}
#globalnav ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
#globalnav ul li {
	display: flex;
	align-items: center;
	margin-left: 3.5em;
	height: 100%;
}
#globalnav ul li a {
	position: relative;
}
#globalnav ul li a::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 1px;
	background: #FFF;
	transition: .3s linear;
}
#globalnav ul li a:hover::before, #globalnav ul li.now a::before {
	width: 100%;
}
#globalnav ul li svg {
	display: inline-block;
	margin-right: 7px;
}
#globalnav ul li.onlinestore {
	background: #FFF;
}
#globalnav ul li.onlinestore svg {
	width: 25px;
}
#globalnav ul li.contact svg {
	width: 21px;
}
#globalnav ul li.contact {
	margin-left: 0;
	background: rgba(77,170,218,.15);	
}
#globalnav ul li.onlinestore a,
#globalnav ul li.contact a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 100%;
}
#globalnav ul li.onlinestore a {
	color: #000;
}
#globalnav ul li.onlinestore a::before,
#globalnav ul li.contact a::before {
	top: 0;
	bottom: auto;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(77,170,218,.1);
}
#globalnav ul li.onlinestore a:hover::before,
#globalnav ul li.contact a:hover::before {
	width: 100%;
}
header#header.scroll-nav #globalnav, .menuopen #header #globalnav {
	opacity: 0;
	transform: translateY(-100%);
}




#main {
	position: relative;
	width: calc(100% - 70px);
	margin-top: 100px;
	font-size: clamp(13px,1.2vw,16px);
}
.content-canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(60px);
	opacity: .4;
}
.content-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg-pattern.svg");
	background-size: 133px;
}
.sec {
	padding: 120px 0 170px;
	position: relative;
	overflow: hidden;
}
.inner {
	position: relative;
	padding: 0 5%;
	opacity: 0;
	filter: blur(10px);
    transition: opacity 1s ease, filter 1s ease;
}
.inner.visible {
	opacity: 1;
	filter: blur(0);
}
h2 {
	position: relative;
	margin-bottom: .3em;
	font-size: clamp(55px,13vw,280px);
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
}
h2 span {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	font-size: clamp(22px,3.5vw,70px);
	transform: translate(-50%, -55%);
	color: rgba(255,255,255,1);
	letter-spacing: .1em;
}
h2 p.en {
	color: rgba(255,255,255,.05);
	letter-spacing: .08em;
	line-height: 1;
}




#side {
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 100vh;
	border-left: 1px solid #FFF;
	background: #000;
	z-index: 99;
}
.side-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu {
	position: absolute;
	width: 100%;
	height: calc(100% - 390px);
	cursor: pointer;
	background: rgba(255,255,255,0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(1,0,0,1) 0s;
    transition: .5s cubic-bezier(1,0,0,1) 0s;
}
.menubar {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-top: 10px;
	font-size: 12px;
	transform: translate(-50%, -50%);
}
.menubar::before,
.menubar::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 30px;
	height: 2px;
	background: #FFF;
	transform: rotate(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(1,0,0,1) 0s;
    transition: .5s cubic-bezier(1,0,0,1) 0s;
}
.menubar::before {
	top: 0;
}
.menubar::after {
	top: 8px;
}
.menuopen .menu .menubar::before,
.menuopen .menu .menubar::after,
.menuopen .menu:hover .menubar::before,
.menuopen .menu:hover .menubar::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}
.menuopen .menu .menubar::after,
.menuopen .menu:hover .menubar::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.menubar span {
	display: block;
	margin-top: 7px;
	line-height: 1;
}
.menu:hover, .menuopen .menu:hover {
	background: rgba(255,255,255,.12);
}
.menuopen .menu {	
	background: rgba(255,255,255,.09);
}
.menu:hover .menubar::before {
	top: -1px;
}
.menu:hover .menubar::after {
	top: 9px;
}
.side-nav, .side-sns {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 250px;
	margin: auto;
	padding: 30px 35% 15px;
	border-top: 1px solid #FFF;
	line-height: 1;
	transform: translateX(-50%);
}
.side-nav {
	bottom: 250px;
	height: 140px;
	padding: 0;
	border-top: none;
}
.side-nav ul li a {
	display: block;
}
.side-nav ul li.onlinestore a {
	padding: 20px 35%;
	background: #FFF;
}
.side-nav ul li.contact a {
	padding: 20px 30%;
	background: rgba(77, 170, 218, .15);
}
.side-sns ul li {
	margin-bottom: 20px;
}
.side-nav ul li a:hover {
	opacity: .5;
} 
.side-sns ul li a:hover {
	opacity: .3;
}



.aside-menu {
	position: fixed;
	top: 0;
	right: 70px;
	visibility: hidden;
	height: 100vh;
	width: 0;
	background: #000;
	opacity: 0;
	transform: translateX(200%);
	transition: .5s linear;
	z-index: 99;
}
.menuopen .aside-menu {
	visibility: visible;
	width: calc(100% - 70px);
	opacity: 1;
	transform: translateX(0);
}
.content-bg-aside {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg-pattern-blue.svg") center;
	opacity: .06;
	background-size: 133px;
	z-index: -1;
}
#globalnav-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: clamp(15px,1.4vw,25px);
	opacity: 0;
	transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .5s cubic-bezier(1,0,0,1) 0s;
    transition: .5s cubic-bezier(1,0,0,1) 0s;
}
.menuopen #globalnav-modal {
	opacity: 1;
}
#globalnav-modal ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
	margin: auto;
}
#globalnav-modal ul li {
	width: 45%;
}
#globalnav-modal ul li a {
	position: relative;
	display: block;
	padding: 5.5%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgba(77, 170, 218, 0);
}
#globalnav-modal ul li:nth-child(3) a,
#globalnav-modal ul li:nth-child(4) a {
	border-top: none;
}
#globalnav-modal ul li a .lnkicon {
	position: absolute;
	top: 50%;
	right: 5.5%;
	transform: translateY(-50%);
}
#globalnav-modal ul li a:hover {
	background: rgba(77, 170, 218, .1);	
}
.aside-onlinestore {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4% 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
/*.aside-onlinestore::before,
.aside-onlinestore::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	height: 100%;
	transform: translateY(-50%);
	border: 2px solid #FFF;
}
.aside-onlinestore::before {
	left: 0;
	border-right: 0;
}
.aside-onlinestore::after {
	right: 0;
	border-left: 0;
}*/
.aside-onlinestore-photo {
	position: relative;
	width: 50%;
	padding: 3%;
	background: url("../img/bg-pattern-blue.svg") center;
	background-size: 133px;
}
.aside-onlinestore-photo p {
	width: 250px;
	margin: 0 0 0 auto;
	padding: 5.5%;
	background-image: linear-gradient(#E7E7E7 79.7%, #BBBBBB 80%, #D3D3D3 80.3%, #CCCCCC 98%);
}
.aside-onlinestore .aside-onlinestore-lnk {
	width: 50%;
}
.aside-onlinestore .aside-onlinestore-lnk a {
	margin: auto auto auto 6.5%;
}
.aside-contact {
	width: 50%;
	margin: auto;
}
.aside-contact a {
	position: relative;
	display: block;
	padding: 3.5% 0;
	background: rgba(15,25,32);
	color: #FFF;
	text-align: center;
	transition: .5s linear;
}
.aside-contact a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background: rgba(77,170,218);
	transition: .3s linear;
}
.aside-contact a svg {
	display: inline-block;
	width: 25px;
	margin: 0 1em 0 0;
}
.aside-contact a:hover::before {
	width: 100%;
}



#footer {
	position: relative;
	width: 100vw;
	margin-top: 150px;
	background: #000;
	z-index: 999;
}
.footer {
	opacity: 0;
	filter: blur(10px);
    transition: opacity 1s ease, filter 1s ease;	
}
.footer.visible {
	opacity: 1;
	filter: blur(0);
}
.footer-photo {
	position: absolute;
	top: -20vw;
}
.footer-inner {
	position: relative;
	padding-top: 10em;
	z-index: 2;
	text-align: center;
	background: url("../img/bg-footer.png") center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#footer .title {
	margin-bottom: 30px;
}
#footer .book-title {
	font-size: clamp(21px,2.8vw,60px);
	line-height: 1.4;
	font-weight: normal;	
}
#footer .book-title span {
	display: block;
	font-size: clamp(31px,4.1vw,100px);
	color: rgba(255,255,255,.5);
	letter-spacing: .07em;
}
#footer .book-title span strong {
	font-weight: normal;
	color: rgba(255,255,255,1);
}
#footer .sub-title-en {
	margin-bottom: 5px;
	font-size: clamp(17px,2vw,44px);
	letter-spacing: .1em;
}
#footer .sub-title {
	display: inline-block;
	font-size: clamp(14px,1.5vw,30px);
	letter-spacing: .15em;
	color: #000;
	line-height: 1;
	background: #FFF;
}
#footer .sub-title span {
	font-weight: bold;	
}
#footer .authors {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	font-size: clamp(15px,1.3vw,25px);
	font-weight: bold;
}
#footer .authors p:last-child {
	position: relative;
	padding-left: 3em;
}
#footer .authors p:last-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 1px;
	height: 60%;
	background: #FFF;
	transform: translateY(-50%) rotate(45deg);
}
.footer-info {
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 100px auto 0;
	padding: 60px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
.footer-info-photo {
	width: 42.5%;
}
.footer-info-price {
	width: 48.5%;
}
.footer-info-price .lnkbtn {
	margin: 50px auto 0;
}
.footer-menu {
	padding: 7.5em 0;
}
#footer-globalnav ul {
	display: flex;
	justify-content: center;
	text-align: left;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 1;
}
#footer-globalnav.gothic {	
 	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
#footer-globalnav ul li {
	margin: 0 1.8em;
}
#footer-globalnav ul li.vertical.en {
	margin-top: .25em;
}
#footer-globalnav ul li a {
	position: relative;
	padding-top: 25px;
}
#footer-globalnav ul li a span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 1px;
	transition: .3s linear;
	transform: translateX(-50%);
}
#footer-globalnav ul li.vertical.en a span {
	top: -.25em;
}
#footer-globalnav ul li a:hover span {
	margin-left: 8px;
}
.footer-sns {
	margin-bottom: 20px;
}
.footer-sns ul {
	display: flex;
	justify-content: center;
}
.footer-sns li {
	width: 20px;
	margin: 0 .65em;
}

.copyright {
	padding-bottom: 15px;
	font-size: clamp(9px, .8vw, 12px);
	text-align: center;
}

