/*------------------------------
theme name: monbus
version: 20201206
author: yamabatosha
author uri: https://yamabatosha.com
------------------------------*/

@charset "utf-8";
@import url(css/reset.css?v240200);
@font-face {font-family: "jost"; src: url("font/Jost-400-Book.ttf") format("truetype");}

/*------------------------------
settings
------------------------------*/

#loader .fl {width:100px; height:100px;}

/*------------------------------
delighter
------------------------------*/

/*
.delighter {
  transition: all .5s ease-out;
  transform: translateY(30px);
  opacity: 0;
}

.delighter.started {
  transform: none;
  opacity: 1;
}
*/

/*------------------------------
base
------------------------------*/

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    font-family: YakuHanJP, jost, 'Helvetica Neue', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'ヒラギノ角ゴシック', Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    transition: .3s;
}

.container {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

/*------------------------------
font
------------------------------*/

p {
    margin-top: 30px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1.5;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
    letter-spacing: .2em;
    margin-top: 90px;
}

h3 {
    font-size: 18px;
    margin-top: 60px;
}

h4 {
    font-size: 18px;
}

/*------------------------------
link
------------------------------*/

a {
    transition: .3s;
}

a, a:hover, a:focus, a:active, a.active {
    color: #333;
    text-decoration: none;
}

p a, .line a, .frame a, .cat-item a {
    border-bottom: 1px solid;
}

p a:hover, .line a:hover, .frame a:hover, .cat-item a:hover {
    color: rgba(51, 51, 51, .5);
}

a img:hover,
a.fs15:hover {
    opacity:.5;
}

/*------------------------------
figure
------------------------------*/

#front-page figure,
#page figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding-top: 66.666%;
}

#front-page figure img,
#page figure img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    filter: brightness(1);
}

#front-page figure:hover img,
#page figure:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    cursor: pointer;
    filter: brightness(.5);
    opacity: 1;
}

#front-page figure figcaption,
#page figure figcaption {
    opacity: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s;
}

#front-page figure:hover figcaption,
#page figure:hover figcaption {
    opacity: 1;
}

/*------------------------------
decoration
------------------------------*/

hr {
    margin: 30px 0;
    width: 100%;
    border: 0;
    border-top: 3px solid #333;
}

hr.center {
    margin: 30px auto;
    width: 60px;
}

hr.left {
    width: 60px;
}

hr.white {
    border-color: #fff;
}

.frame {
    background: #f9f9f9;
    padding: 30px 45px;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

/*------------------------------
list
------------------------------*/

ol.list,
ul.list {
    margin-top: 30px;
}

ol.list li,
ul.list li {
    position: relative;
    margin-left: 1.5em;
}

ul.list li {
    list-style: none;
}

/*------------------------------
table
------------------------------*/

table {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

table tr {
    border-bottom: 1px solid #ddd;
}

table tr:first-child {
    border-top: 1px solid #ddd;
}

table th {
    background: #f9f9f9;
    font-weight: normal;
    vertical-align: middle;
}

table th,
table td {
    padding: 15px;
    vertical-align: top;
}

table td:first-child {
    white-space: nowrap;
}

.no-border td,
.no-border tr,
.no-border tr:first-child {
    border: none;
    padding: 0 0 30px;
	text-align: left;
}

@media (max-width: 767px) {
    /* left */
    .table-sp thead {
        display: none;
    }    
    .table-sp th,
	.table-sp td {
        display: block;
		text-align: left;
    }
    .table-sp td::before {
        float: left;
        content: attr(label);
    }
    /* center */
    .table-sp-center thead {
        display: none;
    }
    .table-sp-center th,
	.table-sp-center td {
        display: block;
    }
    .table-sp-center td::before {
        content: attr(label);
    }
}

.table-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/*------------------------------
form
------------------------------*/

.form tr td:first-child {
    width: 100px;
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
    width: 100%;
    padding: 1.5em 2em;
    vertical-align: middle;
    color: #333;
    background: #f9f9f9;
    letter-spacing: .1em;
    appearance: none;
    -webkit-appearance: none;
}

input[type="submit"] {
    cursor: pointer;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 5px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    height: 10em;
    line-height: 1.5;
}

select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    cursor: pointer;
}

.sel-arrow {
    position: relative;
}

.sel-arrow::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 30px;
    right: 1.5em;
}

/*------------------------------
embed
------------------------------*/

.embed {
    position: relative;
    width: 100%;
    padding-top: 450px;
    margin-top: 60px;
}

.embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter:grayscale(0.9);
    -webkit-filter:grayscale(0.9);
}

/*------------------------------
wp
------------------------------*/

.post-link {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
}

#the_posts_pagination nav {
    display: inline-block;
}

.pagination h2.screen-reader-text {
    display: none;
}

.page-numbers {
    margin: 0 5px;
}

.page-numbers.current {
    border-bottom: 1px solid;
}

.wp-block-quote {
    border-left: 3px solid #333;
    padding-left: 30px;
}

.wp-block-quote cite a {
    font-style: normal;
    color: #999;
}

/*------------------------------
header
------------------------------*/

header {
    position: fixed;
    display: table;
    width: 100%;
    height: 80px;
    background: rgba(255,255,255,1);
    z-index: 1;
    transition: .5s;
}

header h1, header nav {
    display: table-cell;
    margin: 0;
    font-weight: normal;
}

header h1 img {
    position: absolute;
    top: 20px;
    width: auto;
    height: 40px;
}

/*------------------------------
nav
------------------------------*/

header nav ul {
    position: absolute;
}

header nav ul li {
    display: inline-block;
    letter-spacing: .2em;
    line-height: 1;
	margin: 0 0 0 30px;
}
header nav ul li:nth-child(1) img {
    display: none;
}
header nav ul li:nth-child(7),
header nav ul li:nth-child(8) {
    display: inline-block;
    text-align: center;
    letter-spacing: .05em!important;
    line-height: 1.5!important;
    font-size: 10px;
    vertical-align: top;
}

header nav .cart {
    width: auto;
    height: 24px;
    vertical-align: text-bottom;
}

header nav .ig {
    width: auto;
    height: 20px;
    vertical-align: text-bottom;
}

#nav-toggle{
	display: none;
}

/* SP */

@media screen and (max-width:991px){
	header nav {
		visibility: hidden;
        position: fixed;
        overflow: scroll;
		top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.95);
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
        z-index: 1;
	}
    html.open {
        overflow: hidden;
    }
    .open nav {
		visibility: visible;
        opacity: 1;
	}
    header nav ul {
        width: 100%;
		top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	header nav ul li {
        display: block;
        font-size: 21px;
        padding: 15px 0;
    }
    header nav ul li:nth-child(1) img {
        display: inline-block;
        width: auto;
        height: 60px;
        margin-bottom: 30px;
    }
    header nav ul li:nth-child(7),
    header nav ul li:nth-child(8) {
        margin-top: 30px;
    }
    header nav ul li h1 {
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    /* nav-toggle */
    #nav-toggle {
        display: block;
		width: 30px;
		height: 30px;
        position: absolute;
		top: 25px;
        right: 0px;
		z-index: 100;
        cursor: pointer;
	}
	#nav-toggle div {
		position: relative;
	}    
	#nav-toggle span {
		display: block;
        width: 100%;
		height: 2px;
		background: #333;
		position:absolute;
		left: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top:5px;
	}
	#nav-toggle span:nth-child(2) {
		top:14px;
	}
	#nav-toggle span:nth-child(3) {
		top:23px;
	}
    /* nav-toggle .open */
    .open #nav-toggle span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        opacity: 0;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* online store */
header .items {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 80px;
    background: #f1f1f1;
    text-align: center;
    margin: 0 auto;
}
header .items ul li {
    position: relative;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
}
header .items ul li a:hover {
    opacity:.5;
}
header .items ul li ul {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    background: rgba(241,241,241,.95);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header .items ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
header .items ul li ul li {
    display: block;
    padding: 0 15px;
}

/*------------------------------
top
------------------------------*/

#cover {
    position: relative;
}

#cover .slide img {
    width: 100%;
    height: calc(100vh - 80px);
    max-height: 900px;
    object-fit: cover;
}

#news {
    background: #f1f1f1;
    padding: 60px 0 90px;
}

/*------------------------------
section
------------------------------*/

section {
    max-width: 1600px;
    margin: 80px auto 0;
}

/*------------------------------
page
------------------------------*/
#page img {
    margin: 60px 0 10px;
}

/*------------------------------
single
------------------------------*/

#single p {
    margin-top: 60px;
}

#single img {
    margin: 60px 0 10px;
}

#single a {
    word-break: break-all;
}

.category {
    margin-top: 30px;
}

.category a {
    display: block;
    margin-top: 10px;
}

.category a:hover {
    opacity:.5;
}

/*------------------------------
footer
------------------------------*/

#footer {
    text-align: center;
    background: #f1f1f1;
    color: #333;
    padding: 90px 0;
    margin-top: 120px;
}

#footer img {
    width: auto;
    height :50px;
}

#footer p {
    line-height: 1.8;
}

/*------------------------------
320px
------------------------------*/

@media (max-width: 320px) {
    header .items {
        top: 80px;
        height: 120px;
    }
}

/*------------------------------
768px
------------------------------*/

@media (min-width: 768px) {
    header .items {
        top: 80px;
        height: 40px;
    }
}

/*------------------------------
992px
------------------------------*/

@media (min-width: 992px) {
    /* base
    ------------------------------*/
    body {
        font-size: 14px;
    }
    h2 {
        margin-top: 120px;
    }
    /* header
    ------------------------------*/
    header {
        height: 120px;
    }
    header nav ul {
        top: 45px;
        right: 0px;
    }
    header h1 img {
        position: absolute;
        top: 30px;
        width: auto;
        height: 60px;
    }
    header nav ul li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
    }
    header nav ul li a::after {
      position: absolute;
      top: -10px;
      left: -1px;
      content: '';
      width: 100%;
      height: 1px;
      background: #000;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s;
    }
    header nav ul li a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1);
    }
    header nav ul li.current-menu-item a::after {
        transform-origin: center top;
        transform: scale(1, 1);
    }
    header nav ul li:nth-child(7) a:hover::after,
    header nav ul li:nth-child(8) a:hover::after {
        transform: scale(0, 1);
    }
    /* header .items
    ------------------------------*/
    header .items {
        top: 120px;
        height: 40px;
    }
    /* top
    ------------------------------*/
    #cover .slide img {
        height: calc(100vh - 120px);
    }
    .embed {
        margin-top: 90px;
    }
    /* page
    ------------------------------*/
    section {
        margin: 120px auto 0;
    }
}

/*------------------------------
break point
------------------------------*/

/* container
------------------------------*/
@media (min-width: 768px) {.container {width: 708px;}}
@media (min-width: 992px) {.container {width: 932px;}}
@media (min-width: 1200px) {.container {width: 1140px;}}
/* appearance
------------------------------*/
@media (max-width: 991px) {
	.pc-l {display: none !important}
}
@media (max-width: 767px) {
    .pc {display: none !important}
    .pc-center {text-align: left;}
    .pc-center br {display: none;}
    .sp-center {text-align: center;}
}
@media (min-width: 768px) {
    .sp {display: none !important}
    .pc-center {text-align: center;}
    .sp-center {text-align: left;}
}
.hidden {display: none !important}
.text {display: inline-block;}
@media (min-width: 768px) {.text br {display: none;}}