@charset "UTF-8";
/*
Theme Name: TOE Original
Theme URI: 
Version: 1.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}
@font-face {
    font-family: 'Century Gothic';
    src:  url('css/font/CenturyGothic-Italic.woff2') format('woff2'),
         url('css/font/CenturyGothic-Italic.woff') format('woff'),
         url('css/font/CenturyGothic-Italic.ttf') format('truetype'),
         url('css/font/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src:  url('css/font/CenturyGothic-Bold.woff2') format('woff2'),
         url('css/font/CenturyGothic-Bold.woff') format('woff'),
         url('css/font/CenturyGothic-Bold.ttf') format('truetype'),
         url('css/font/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src:  url('css/font/CenturyGothic.woff2') format('woff2'),
         url('css/font/CenturyGothic.woff') format('woff'),
         url('css/font/CenturyGothic.ttf') format('truetype'),
         url('css/font/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src:  url('css/font/CenturyGothic-BoldItalic.woff2') format('woff2'),
         url('css/font/CenturyGothic-BoldItalic.woff') format('woff'),
         url('css/font/CenturyGothic-BoldItalic.ttf') format('truetype'),
         url('css/font/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
.century {
    font-family: "Century Gothic" !important;
}
html,body {
    color: #8B7D12;
    font-family: "Century Gothic","yu-gothic-pr6n", "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #8490A5;
}
body{
    overflow: hidden;
}
b, strong, .bold{
 font-family: "Century Gothic" ,"yu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8490A5;
    font-family: "Century Gothic","yu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
.t-size-20 {
    font-size: 20px;
}
ul{
    list-style: none;
}
th {
    width: 150px;
    padding: 10px;
}
img{
  width: 100%;
    height: auto;
}
table {
    width: 100%;
}
a,a:hover{
  color: #8B7D12;
  text-decoration: none;
  -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a:hover{
    color: #574712;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.underline {
    border-bottom: 1px solid #8B7D12;
    font-size: 15px;
    font-family: 'Gotham';
    font-weight: normal;
}
a.box_link {
    color: #8490A5;
    font-size: 14px;
    border: #8490A5 1px solid;
    padding: 5px 15px;
    margin: 1em 0;
    display: inline-block;
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
a.box_link:hover {
    color: #fff;
    background: #8490A5;
}
.arrow_link_wrap {
    display: flex;
    justify-self: right;
    padding-right: 20px;
}
.arrow_link_wrap.left {
    justify-self: left;
    padding-left: 20px;
    padding-right: 0;
}
.single_post .arrow_link_wrap.left {
    padding-left: 40px;
}
a.arrow_link {
    position: relative;
    height: auto;
    display: flex;
    font-size: 11px;
    color: #8B7D12;
    cursor: pointer;
    text-align: right;
}

a.arrow_link:after {
    content: "";
    position: absolute;
    top: 1.2em;
    left: -5px;
    width: 65px;
    height: 8px;
    border-bottom: 1px solid #8B7D12;
    border-right: 1px solid #8B7D12;
    transform: skew(45deg);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.left a.arrow_link:after {
    border-right: none;
    border-left: 1px solid #8B7D12;
    transform: skew(-45deg);
    left: auto;
    right: 20px;
}
a.arrow_link:hover:after {
    width: 85px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
.t-size-small {
    font-size: 80%;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 30px;
    width: 100%;
    max-width: 1280px;
    opacity: 1;
    margin-top: 40px;
    position: fixed;
    z-index: 15;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height: 70px;
}
li.wrapped.top_border {
    border-top: 1px solid #fff;
}
.main_nav li a {
    color: #8B7D12;
    font-size: 13px;
    font-weight: normal;
}
.main_nav li.twitter_link a {
    color: #2F2725;
}
.main_nav li a:hover {
    color: #AAA;
}
.main_nav li.twitter_link a:hover {
    color: #2F2725;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.navicon {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 15;
    width:100%;
    max-width: 1280px;
    padding-top: 15px;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.menu_mobile__holder {
    height: 100svh;
    width: 100%;
    max-width: 1280px;
    position: relative;
    top: -45px;
    z-index: 1;
    transform: translateY(-100%);
    transition: .5s ease;
    background: #A1922B;
}
.is_menu_open .menu_mobile__holder {
    transform: translateY(0%);
}

.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #FFF;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
   text-align: center;
    padding: 100px 0 0;

}
.menu_mobile_list ul li a {
    font-size: 30px;
    line-height: 50px;
    font-family: 'Century Gothic';
    letter-spacing: 1px;
    position: relative;
}

.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
.has-text-align-center {
    text-align: center;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'Century Gothic;',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: "Noto Sans JP", Arial, Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #E5632A;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #E5632A;
}
span.req {
    color: #E5632A;
    font-size: 12px;
    border: 1px solid #E5632A;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}

.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px;
    font-size: 18px;
    left: auto;
    color: #fff;
    background-color: #E5632A;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #E5632A;
}
/*------------TOP--------------*/
#wrapper {
    display: flex;
    flex-flow: column;
    opacity: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto 0px;
    max-width: 1280px;
    width: 100%;
    min-height: 100svh;
    justify-self: anchor-center;
    background: #fff;
}
body.loaded #wrapper{
    opacity: 1;
     transition: .5s ease;
}
.mask {
    position: fixed;
    top: 0;
    background: #8490A5;
    width: calc(100vw - 15px);
    height: 100svh;
    mask-image: url(img/frame.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center 0px;
    pointer-events: none;
    z-index: 100;
}
.is_mobile .mask{
    width: 100svw ;
    height: 100vh;
}
@media (max-width: 1200px){
    .mask {
        mask-image: url(img/frame_1064.png);
    }
}
@media (max-width: 768px){
    .mask {
        mask-image: url(img/frame_768.png);
    }
}
header {
    padding-top: 150px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
.main_container {
    width: 100%;
}
h1 img {
    width: 200px;
}
section+section {
    padding-top: 100px;
}
section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
}
section.hero {
    max-width: unset;
    margin-top: 60px;
    width: 1400px !important;
    position: relative;
    left: calc(-1 * (1400px - 101%) / 2) !important;
}
main{
    padding-bottom: 120px;
}
section h2.century {
    font-size: 25px;
    margin-bottom: 2em;
}
.news_list .news_wrap {
    padding: 7.5px 0;
}
.news_wrap time {
    font-family: 'Century Gothic';
    font-size: 15px;
}
.news_wrap .post_cat {
    font-size: 13px;
    text-align: center;
    border: 1px solid #90810B;
    border-radius: 2em;
    font-family: "Century Gothic", sans-serif;
    max-width: 100px;
    margin: 0 auto;
}
.news_wrap h3 {
    font-family:'Century Gothic',"yu-gothic-pr6n", "Noto Sans JP", sans-serif;
    font-size: 17px;
}
.concept_copy {
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
    font-size: 18px;
    color:#8490A5;
    font-style: italic;
}
.concept_text {
    padding: 2em 0;
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
.concept_text p {
    font-size: 15px;
    margin-top: 1.5em;
    color:#8490A5;
}
section#artist {
    width: 100%;
    max-width: 80%;
}
.artist_card {
    padding: 10px 7.5px;
    color: #8490A5;
}
.artist_card a img {
    opacity: 1;
     -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.artist_card a:hover img {
    opacity: 0.7;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.artist_card h3 {
    margin-top: 10px;
    font-size: 15px;
    color: #8B7D12;
}
a:hover .artist_card h3{
    color: #4D4701;
}
span.cafe_time {
    width: 80px;
    display: inline-block;
    margin-right: 0.75em;
}
section#cafe+section {
    padding-top: 5px;
}
section.interlude {
    max-width: unset;
    margin-top: 60px;
    width: 1400px !important;
    position: relative;
    left: calc(-1 * (1400px - 101%) / 2) !important;
}
.parallax_content {
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
section#shopinfo {
    max-width: unset;
    margin-top: 60px;
    width: 1400px !important;
    position: relative;
    left: calc(-1 * (1400px - 101%) / 2) !important;
}
gmp-map {
    width: 100%;
    height: 450px;
}
/*--------------SWIPER---------*/
.swiper {
    padding-bottom: 30px;
}
.swiper-pagination {
    position: relative;
    top: 0;
    height: 15px;
}
span.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #444;
    margin: 0;
    border-radius: 0;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    height: 5px;
    background: #90810B;
    margin: 0;
}
/*--------------Page---------*/
main.page_content {
    padding-top: 60px;
}
.page_content .artist_list {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.archive.content_body .news_list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 50svh;
}
.archive.content_body .post_cat {
    margin: 0 auto;
}
.artist_wrap h3.century {
    font-size: 15px;
    color: #8490A5;
}
.artist_wrap h2.artist_name {
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
    font-size: 25px;
    margin-top: 10px;
    color: #8490A5;
}
.artist_wrap h2.artist_name span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.artist_gallery_image {
    padding: 7.5px;
}
.content_body.artist_wrap {
    padding-bottom: 100px;
}
/*--------------Single---------*/
.post_header {
    text-align: center;
    padding: 60px 0;
}
.text_body h2 {
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
    font-size: 25px;
}
h3.page_title {
    font-size: 20px;
}
.content_body time {
    font-family: 'Century Gothic';
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
}
.content_body .post_cat {
    font-size: 13px;
    text-align: center;
    border: 1px solid #90810B;
    border-radius: 2em;
    font-family: "Century Gothic", sans-serif;
    padding: 1px 25px;
    max-width: 100px;
    margin: 20px auto 5px;
}
.text_body {
    padding: 45px 0 60px;
    max-width: 800px;
    margin: 0 auto;
}
.text_body .aligncenter img {
    margin: 20px 0;
}
.text_body .wp-block-image img {
    max-width: 350px;
}
.text_body figure.aligncenter img {
    max-width: 800px;
}
.text_body figure.alignwide img {
    width: 100%;
    max-width: unset;
}
.text_body p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 2em;
    font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
}
.single_post .artist_list {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
/*--------------FOOTER---------*/
footer {
    display: none;
    position: relative;
    width: 100%;
    color: #fff;
    background: #8490A5;
    padding:20px 30px 30px;
    z-index: 1000;
}
footer#footer {
    display: block;
}
.footer_logo img {
    width: 80px;
    margin: 0 auto 35px;
    display: block;
}
.footer_menu {
    display: flex;
    justify-content: center;
}
.footer_menu li {
    margin: 15px;
    font-family: 'Century Gothic';
}
address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
    font-size: 12px;
    text-align: center;
    color: #90810B;
}
@media (max-width: 1279px){
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
    .is_mobile section.hero {
        width: 100vw  !important;
        left: calc(-1 * (100vw - 101%) / 2) !important;
        padding: 0;
    }
    .general_nav {
        margin-top: 25px;
    }
    header {
        padding-top: 120px;
    }
    h1 img {
        width: 120px;
    }
    section#shopinfo {
        margin: 0;
        max-width: unset;
        width: 100% !important;
        left: unset !important;
    }
    .news_list {
        padding: 0 15px;
    }

    .news_wrap time {
        margin-bottom: 5px;
        display: block;
    }
    .news_wrap .post_cat {
        margin-bottom: 7px;
    }
    .text_body {
        padding: 30px 20px 60px;
    }
    .content_inner {
        padding: 0 20px;
    }
    .single_post h2 {
       font-family:"Century Gothic" , "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
        font-size: 20px;
        margin-top: 30px;
    }
    .text_body h2 {
        font-size: 18px;
    }
    .text_body p {
        font-size: 14px;
        line-height: 26px;
    }
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin: 0;
    }
    section.interlude {
        width: 100vw !important;
        left: calc(-1 * (100vw - 101%) / 2) !important;
        padding: 0;
    }
    .parallax_content{
        background-attachment: unset;
    }
    .archive.content_body .post_cat {
        margin: 0 auto 7px;
    }
    .footer_logo img {
        width: 60px;
    }
    .footer_menu {
        text-align: center;
        flex-direction: column;
    }
    .footer_menu li {
        margin: 7.5px;
    }

}
@media (max-width: 375px){
}