@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Cabin:600,700|Noto+Sans+JP:300,400,500,700&display=swap&display=swap");

/* =============================================
HT BODY CREATE STUDIO
Style Sheet
First Update 2018-12-26
Last  Update 2021-03-19
Created by Basic Plus Design Inc.
============================================= */

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	Reboot
	normalize | MIT License
--------------------------------------------- */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	line-height: 1.15;
}

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

body {
	background-color: #FFF;
	color: #000;
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-bottom: 1rem;
	margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 900;
}

small {
	font-size: 11px;
	font-size: 1.1rem;
}

sub,
sup {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.mouse a:hover {
	color: #666;
	text-decoration: none;
}

.mouse a:focus {
	color: #666;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	caption-side: bottom;
	color: #000;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inheritpx;
	font-size: inherit/10rem;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	color: inherit;
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: inherit;
	margin-bottom: .5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

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

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

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

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

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

::-moz-selection {
	background-color: rgba(255, 255, 255, 0.4);
}

::selection {
	background-color: rgba(255, 255, 255, 0.4);
}

/* ---------------------------------------------
  Base
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

html.fixed {
	overflow: hidden;
}

body.fixed {
	overflow: hidden;
}

* > img {
	width: 100%;
}

p,
ul,
ol,
dl {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .05em;
}

ul {
	list-style: none;
	padding-left: 0;
}

dt {
	font-weight: 300;
}

p + a {
	margin-top: 1em;
}

a {
	color: #000;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

a:hover {
	color: #666;
	opacity: 0.9;
}

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Main
--------------------------------------------- */

.l-wrapper {
	overflow: hidden;
	position: relative;
}

main {
	background: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	width: 100vw;
}

main::after {
	clear: both;
	content: "";
	display: block;
}

main h1 {
	display: none;
}

main > div {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	z-index: 0;
}

main > div a {
	font-size: 110%;
	font-weight: 700;
	height: 100%;
	left: 0;
	left: 0;
	position: absolute;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	z-index: 3;
}

main > div a:hover {
	color: #FFF !important;
}

main > div::before,
main > div::after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: 0;
	position: absolute;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

main > div::before {
	-o-background-size: auto 24vh;
	-webkit-background-size: auto 24vh;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 24vh;
	z-index: 1;
}

main > div::after {
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	z-index: 2;
}

main > div.p-personal a {
	color: #CE830D;
}

main > div.p-personal a span {
	display: inline-block;
}

main > div.p-personal::before {
	background-color: rgba(249, 239, 223, 0.9);
	background-image: url("../images/logo_personal_off.svg");
}

main > div.p-personal:hover::before {
	background-color: rgba(206, 131, 13, 0.9);
	background-image: url("../images/logo_personal_on.svg");
}

main > div.p-personal::after {
	background-image: url("../images/txt_personal.svg");
	opacity: 0.2;
}

main > div.p-personal:hover::after {
	opacity: 1;
}

main > div.p-online a {
	color: #000;
}

main > div.p-online::before {
	background-color: rgba(225, 225, 225, 0.9);
	background-image: url("../images/logo_online_off.svg");
}

main > div.p-online:hover::before {
	background-color: rgba(92, 92, 92, 0.9);
	background-image: url("../images/logo_online_on.svg");
}

main > div.p-online::after {
	background-image: url("../images/txt_online.svg");
	opacity: 0.07;
}

main > div.p-online:hover::after {
	opacity: 0.1;
}

/* =============================================
#  Media Queries
============================================= */

@media all and (orientation: portrait) {

main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

main > div {
	height: 50%;
	width: 100%;
}

main > div a {
	padding-top: 35vh;
}

main > div::before {
	background-position: center 7vh;
}

main > div.p-personal {
	background-image: url("../images/bg_personal-s.jpg");
}

main > div.p-online {
	background-image: url("../images/bg_online-s.jpg");
}

}

@media all and (orientation: landscape) {

main {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main > div {
	height: 100%;
	width: 50%;
}

main > div a {
	padding-top: 60vh;
}

main > div::before {
	background-position: center 30vh;
}

main > div.p-personal::before {
	background-position: center calc(30vh + 5px);
}

main > div.p-personal {
	background-image: url("../images/bg_personal.jpg");
}

main > div.p-online {
	background-image: url("../images/bg_online.jpg");
}

}

@media screen and (min-width: 600px) {

p,
ul,
ol,
dl {
	font-size: 14px;
	font-size: 1.4rem;
}

}

@media screen and (min-width: 767px) {

p,
ul,
ol,
dl {
	font-size: 15px;
	font-size: 1.5rem;
}

}

/*# sourceMappingURL=maps/style.css.map */
