@charset "utf-8";
/*
theme Name: OATH
Author: YUKIE MIYAUCHI
Author URI: greige.me
Description: original theme
version： 1.0.0
*/
/* content */
html {
	scroll-behavior:smooth;
	-webkit-overflow-scrolling: touch;
}
body {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.12em;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	color: #000;
	border-bottom: none;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
}
h1 {
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	letter-spacing: 0.2em;
}
img {
	max-width: 100%;
	height: auto;
}
a, input {
	text-decoration: none;
	color: #000;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
	pointer-events: auto;
}
a:hover {
	opacity: 0.7;
}
ul, li, a, img, div, p, input, textarea, span {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
}
p:before {transform: translate3d(0,0,0);}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    box-sizing: border-box;
	z-index: 100;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
	text-align: center;
}
header a {
    font-family: 'big_johnregular';
	color: #fff;
}
header .icon-oath {
	color: #fff;
    display: block;
}
#main-nav li {
	display: inline-block;
	font-size: 12px;
	margin: 20px 5px;
	border: solid 2px transparent;
	box-sizing: border-box;
}
#main-nav li a {
	padding: 4px 12px;
	display: block;
}
#main-nav li.current {
	border: solid 2px #000;
}
#main-nav li:hover {
	border: solid 2px #fff;
}
#sns-nav li {
	font-size: 20px;
	position: relative;
}
#sns-nav li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
}
header a {
	margin-top: -20px;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
	opacity: 0;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
header.active a {
	margin-top: 0;
	opacity: 1;
}
header a:nth-of-type(2), header li:nth-of-type(2) a {
	webkit-transition-delay: 0.2s liner;
	-moz-transition-delay: 0.2s liner;
	-o-transition-delay: 0.2s liner;
	transition-delay: 0.2s;
}
header li:nth-of-type(3) a {
	webkit-transition-delay: 0.4s liner;
	-moz-transition-delay: 0.4s liner;
	-o-transition-delay: 0.4s liner;
	transition-delay: 0.4s;
}
header li:nth-of-type(4) a {
	webkit-transition-delay: 0.6s liner;
	-moz-transition-delay: 0.6s liner;
	-o-transition-delay: 0.6s liner;
	transition-delay: 0.6s;
}
/* menu */
#menuButton {
	width: 42px;
	height: 42px;
	position: absolute;
    top: 10px;
    right: 10px;
	z-index: 2000;
	background-color: #EF0315;
}
#menuButton span {
	display: block;
	background: #fff;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 12px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 12px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
#coming {
    font-size: 36px;
	font-family: 'big_johnregular';
}
#coming span {
    opacity: 0;
	-webkit-transition: 0.5s liner;
    -moz-transition: 0.5s liner;
    -o-transition: 0.5s liner;
    transition: 0.5s;
	margin: 0 20px 0 -20px;
}
#coming.active span:first-of-type {
	webkit-transition-delay: 0.1s liner;
	-moz-transition-delay: 0.1s liner;
	-o-transition-delay: 0.1s liner;
	transition-delay: 0.1s;
}
#coming.active span:nth-of-type(2) {
	webkit-transition-delay: 0.2s liner;
	-moz-transition-delay: 0.2s liner;
	-o-transition-delay: 0.2s liner;
	transition-delay: 0.2s;
}
#coming.active span:nth-of-type(3) {
	webkit-transition-delay: 0.3s liner;
	-moz-transition-delay: 0.3s liner;
	-o-transition-delay: 0.3s liner;
	transition-delay: 0.3s;
}
#coming.active span:nth-of-type(4) {
	webkit-transition-delay: 0.4s liner;
	-moz-transition-delay: 0.4s liner;
	-o-transition-delay: 0.4s liner;
	transition-delay: 0.4s;
}
#coming.active span:nth-of-type(5) {
	webkit-transition-delay: 0.5s liner;
	-moz-transition-delay: 0.5s liner;
	-o-transition-delay: 0.5s liner;
	transition-delay: 0.5s;
}
#coming.active span:nth-of-type(6) {
	webkit-transition-delay: 0.6s liner;
	-moz-transition-delay: 0.6s liner;
	-o-transition-delay: 0.6s liner;
	transition-delay: 0.6s;
}
#coming.active span:nth-of-type(7) {
	webkit-transition-delay: 0.7s liner;
	-moz-transition-delay: 0.7s liner;
	-o-transition-delay: 0.7s liner;
	transition-delay: 0.7s;
}
#coming.active span:nth-of-type(8) {
	webkit-transition-delay: 0.8s liner;
	-moz-transition-delay: 0.8s liner;
	-o-transition-delay: 0.8s liner;
	transition-delay: 0.8s;
}
#coming.active span:nth-of-type(9) {
	webkit-transition-delay: 0.9s liner;
	-moz-transition-delay: 0.9s liner;
	-o-transition-delay: 0.9s liner;
	transition-delay: 0.9s;
}
#coming.active span:nth-of-type(10) {
	webkit-transition-delay: 1s liner;
	-moz-transition-delay: 1s liner;
	-o-transition-delay: 1s liner;
	transition-delay: 1s;
}
#coming.active span {
	opacity: 1;
	margin: 0;
	color: #fff;
}
@media(min-width: 768px) {
#menuButton {
	display: none;
}
header .icon-oath {
    font-size: 120px;
    padding-top: 30px;
}
	.home #main-nav {
		opacity: 0;
	}
	.single .icon-oath, .page .icon-oath {
    text-align: left;
    margin-left: 40px;
    font-size: 100px;
}
	.page .contents h1 {
		padding-top: 0!important;
	}
	#main-nav {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin: auto;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
}
	#sns-nav {
    position: absolute;
    top: 20px;
    right: 20px;
}
#sns-nav li {
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    background-color: #EF0315;
    color: #fff;
    width: 40px;
}
.header-inner {
	display: block!important;
}
	#home-box {
    padding: 30px;
    box-sizing: border-box;
}
	
}
@media(min-width:1080px) {
header .icon-logo02 {
	font-size: 250px;
	margin-right: 8%;
}
	#main-nav li {
    font-size: 16px;
	margin: 20px 10px;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
}
	.header-inner {
	display: block!important;
}
}
@media(max-width:768px) {
#menuButton {
	display: block;
}
	header .icon-oath {
    font-size: 80px;
    padding-top: 10px;
		opacity: 1!important;
}
	#menuButton.active + .icon-oath {
    color: #000;
    text-shadow: none;
}
.header-inner {
	width: 100%;
    background-color: #fff;
    padding: 130px 10px 0;
    position: fixed;
    top: 0;
    right: -100vw;
	z-index: -1;
	-webkit-transition: 0.5s liner;
    -moz-transition: 0.5s liner;
    -o-transition: 0.5s liner;
    transition: 0.5s;
}
	.header-inner.active {
    right: 0;
}
	.home #main-nav {
		opacity: 1!important;
	}
#main-nav li {
	display: block;
	margin: 0 20px 20px;
}
	#main-nav li a {
    color: #000;
    text-shadow: none;
	font-size: 16px;
}
#sns-nav li {
	margin: 20px 10px 40px;
    padding: 4px 12px;
    display: inline-block;
}
	ul#sns-nav {
    position: relative;
}
	#home-box {
    padding: 30px;
    box-sizing: border-box;
}
	#home-box a {
    font-size: 9vw!important;
}
	#coming {
    font-size: 28px;
}
}
/* back slider */
#back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -2;
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
	max-height: 100vh!important;
}
#back .bxslider {
	width: 100%!important;
    height: 100%!important;
}
#back .bxslider div {
	background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	position: absolute;
}
.slick-dots {
    text-align: center!important;
	bottom: -40px!important;
}
.slick-dots li button:before {
    font-size: 14px!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
#back:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 200;
    content: '';
    mix-blend-mode: darken;
}
#home-box {
    position: relative;
}
#home-box ul {
    position: absolute;
    bottom: 10%;
    margin: auto;
	z-index: 100;
}
#home-box a {
    font-family: 'big_johnregular';
    color: #ffffff;
    font-size: 8vh;
    line-height: 1.6em;
}
/* contents */
.container {
    padding-top: 100px;
	overflow: hidden;
	max-width: 860px;
    margin: auto;
}
.home .container {
    padding-top: 0;
}
.contents {
    text-align: center;
	padding: 50px 20px;
}
.contents h1 {
    display: block;
    font-family: 'big_johnregular';
	color: #fff;
    letter-spacing: 0.3em;
    padding: 100px 10px 10px 50px;
    font-size: 30px;
	margin-bottom: 50px;
}
.contents h1.active {
    padding: 100px 30px 10px;
}
.contents h2 {
    font-size: 21px;
	line-height: 2em;
}
.contents div h2:last-of-type {
	margin-bottom: 80px;
}
#contact h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'big_johnregular';
    font-size: 22px;
}
#contact ul {
    margin-bottom: 20px;
}
#schedule h1 {
    margin-bottom: 10px;
}
.box {
	background-color: #fff;
	padding: 50px;
    color: #EF0315;
	position: relative;
}
.box ul {
    text-align: left;
}
#about .box {
    padding-bottom: 80px;
}
#about .txt {
    text-align: left;
    font-size: 11px;
	margin-bottom: 30px;
}
#about .bx-wrapper {
    width: 100%;
    height: 500px;
}
#about .bx-viewport, .shop {
    height: 500px;
}
.shop div {
    height: 500px;
    background-size: cover;
    background-position: center;
}
#access ul {
    font-size: 11px;
}
#access ul li {
    margin-bottom: 20px;
}
a.cont {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 20px auto;
    display: block;
    width: 200px;
	font-size: 12px;
	font-family: 'trendex_light_ssimedium';
}
a.cont span {
    margin-left: 5px;
}
#instagram {
    overflow: hidden;
}
.instagram_photo {
    float: left;
}
@media(min-width:769px) {
.instagram_photo {
    width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
	.instagram_photo:nth-of-type(3n) {
	margin-right: 0;
}
	#access ul {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}
	#access iframe {
    width: 50%;
}
}
@media(max-width:768px) {
	.container {
    padding-top: 100px;
}
	.contents {
    padding: 20px;
}
	.contents h1 {
    font-size: 5vw;
}
	.home .contents h1 {
    padding: 100px 10px 10px 50px;
}
.home .contents h1.active {
    padding: 100px 30px 10px;
}
	.contents h1 {
    padding: 0 10px 10px 50px;
}
.contents h1.active {
    padding: 0 30px 10px;
}
	.page-id-16 .contents h1 {
		margin-bottom: 0;
	}
.contents h2 {
    font-size: 4.5vw;
}
	#contact h3 {
    text-align: center;
}
	#contact li {
    font-size: 11px;
}
	.instagram_photo {
    width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
	.instagram_photo:nth-of-type(2n) {
	margin-right: 0;
}
	#about .bx-wrapper, #about .bx-viewport, .shop, .shop div {
    height: 70vw;
}
}
@media(max-width:600px) {
	.circle {
    height: 90vw;
}
	.circle img:first-of-type {
    width: 77vw;
    height: 77vw;
}
	.circle img:nth-of-type(2) {
    width: 90vw;
    height: 90vw;
}
	.circle img:nth-of-type(3) {
    width: 38vw;
    height: 38vw;
}
}
/* archive */
section {
    display: flex;
    flex-flow: row wrap;
}
.post-categories li {
    font-size: 8px;
    display: inline-block;
    background-color: #fff;
    padding: 0 5px;
    letter-spacing: 0.05em;
}
#post {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.post-name {
    font-family: 'big_johnregular';
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-size: 21px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
}
#single-post .box img {
    margin: 20px 0;
}
#post nav#tags {
    margin-top: 10px;
}
@media screen and (max-width: 600px) {
	#post {
    width: 100%;
		padding: 10px 0;
}
	.box {
    padding: 20px;
}
	#about .box {
    padding: 30px 20px 60px;
}
}
/* post */
#line {
    position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
#line:before, #line:after, #line div:before, #line div:after {
    content: "";
    position: absolute;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: 0.5s liner;
    -moz-transition: 0.5s liner;
    -o-transition: 0.5s liner;
    transition: 0.5s;
}
#line:before, #line:after {
	height: 10px;
	width: 0;
	webkit-transition-delay: 1s liner;
	-moz-transition-delay: 1s liner;
	-o-transition-delay: 1s liner;
	transition-delay: 1s;
}
#line:before {
	top: 0;
	left: 0;
}
#line:after {
	bottom: 0;
	right: 0;
}
#line div:before, #line div:after {
	width: 10px;
	height: 0;
	webkit-transition-delay: 1.5s liner;
	-moz-transition-delay: 1.5s liner;
	-o-transition-delay: 1.5s liner;
	transition-delay: 1.5s;
}
@media screen and (max-width: 600px) {
	#line:before, #line:after {
	height: 5px;
}
	#line div:before, #line div:after {
	width: 5px;
}
}
#line div:before {
	top: 0;
	right: 0;
}
#line div:after {
	bottom: 0;
	left: 0;
}
#line.active:before {
	width: 100%;
}
#line.active:after {
	width: 100%;
}
#line.active div:before {
	height: 100%;
}
#line.active div:after {
	height: 100%;
}
.comment{
    text-align: left;
    font-size: 10px;
    margin: 5px 0 20px;
    padding: 5px 0;
}
.paging {
    display: grid;
    grid-template-columns: 100px 100px;
    grid-gap: 10px;
    margin: 30px auto;
    width: 210px;
}
.paging div {
    background-color: #fff;
    position: relative;
    font-size: 12px;
    padding: 5px 18px;
}
.next:before, .prev:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
}
.paging div.prev {
	padding-left: 0;
}
.prev:before {
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    right: 15px;
}
.paging div.next{
	padding-right: 0;
}
.next:before {
    border-top: solid 1px;
    border-left: solid 1px;
    transform: rotate(-45deg);
    left: 15px;
}
/* contact */
form {
	margin: 0 auto;
	letter-spacing: 0;
}
form input, textarea {
    padding: 10px;
    width: 100%;
	border-radius: 0;
    background-color: #eee;
}
.g-recaptcha {
    display: inline-block;
    margin-bottom: 30px;
}
input[type=submit] {
    width: 200px;
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: #EF0315;
    font-family: 'big_johnregular';
	border: none;
}
form.sent .contact-box {
display:none;
}
.check {
	text-align: left;
	font-size: 14px;
}
.check span {
	line-height: 2.5em;
}
.check input {
	width: 15px;
	height: 15px;
	padding: 0;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #fff;
}
.check input:checked {
	background-color: #000;
}
.check span.wpcf7-list-item {
    width: 100%;
	position:inherit;
	margin: 0;
}
@media screen and (min-width: 601px) {
	form {
		background-color: #fff;
		padding: 30px 0;
}

	form ul {
		overflow: hidden;
	}
form li {
    float: left;
}
	form li:first-of-type {
    width: 40%;
    margin-right: 5%;
}
	form li:first-of-type input {
    margin-bottom: 30px;
}
	form li:nth-of-type(2) {
    width: 55%;
}
	form li:nth-of-type(2) textarea {
    height: 165px;
}
}
@media screen and (max-width: 600px) {
	form input, textarea {
    margin: 10px 0;
}
	.g-recaptcha {
    transform: scale(0.8);
    margin-left: -21px;
}
}
/* footer */
.footer-inner p {
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px;
	color: #fff;
	font-family: 'futura_bk_btbook';
}
footer {
    width: 100%;
	text-align: center;
}
.another {
    font-size: 60px;
    position: relative;
    padding: 30px 30px 20px;
	z-index: 1;
	margin-top: 100px;
}
.another:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    background-color: #fff;
    width: 240px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    height: 240px;
}
.another a.icon-tunnel {
    overflow: hidden;
    font-size: 90px;
    height: 65px!important;
}
.another a.icon-oath {
    overflow: hidden;
    font-size: 100px;
    height: 80px!important;
	opacity: 1!important;
}
.another a {
    padding: 0 20px;
    margin: 20px 0 0;
    display: inline-block;
}
.another a:first-of-type {
    display: block;
    pointer-events: none;
}
.another p {
    font-size: 18px;
    font-family: 'big_johnregular';
    line-height: 40px;
}
@media screen and (max-width: 600px) {
	.another {
    transform: scale(0.8);
    padding: 10px 30px 0;
}
}
/* anime */
.fade {
	opacity: 0;
	-webkit-transition: 1s liner;
    -moz-transition: 1s liner;
    -o-transition: 1s liner;
    transition: 1s;
	webkit-transition-delay: 0.3s liner;
	-moz-transition-delay: 0.3s liner;
	-o-transition-delay: 0.3s liner;
	transition-delay: 0.3s;
}
.fade:nth-of-type(2n) {
	webkit-transition-delay: 0.6s liner;
	-moz-transition-delay: 0.6s liner;
	-o-transition-delay: 0.6s liner;
	transition-delay: 0.6s;
}
.fade.active {
	opacity: 1;
}