@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, 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,
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;
}

body {
    line-height:1;
}

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

nav ul,
ul,
li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
    cursor: pointer;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*loading*/

.lp-screen-text{
font-size: 1em!important;
}

/*--------------------------------------------------------------
Common:
----------------------------------------------------------------
*/

* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	-moz-osx-font-smoothing:unset;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    background-color: #fff;
	overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.clearfix{
	clear: both;
}

a{
text-decoration: none;
color: #555;
}

img{
width: 100%;
height: auto;
}

/*header*/

.site-branding-container{
position: relative;
z-index: 10;
}
.site-branding{
position: fixed;
background-color: #fff;
width: 100%;
}
.site-branding .section-inner{
padding: 0;
}
.fixed {
height: 100vh;
overflow: hidden;
}
.site-title{
padding: 10px;
}
.site-title a{
display: block;
line-height: 1;
}
.site-title img{
width: 130px;
vertical-align: middle;
}
.nav-mobile{
position: absolute;
top: 16px;
right: 10px;
display: block;
border: none;
background-color: transparent;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
}
.nav-mobile span{
display: block;
width: 20px;
height: 2px;
background-color: #555;
}
.nav-mobile span:nth-child(1){
margin-top:0px;
}
.nav-mobile span:nth-child(2){
margin-top:5px;
}
.nav-mobile span:nth-child(3){
margin-top:-2px;
}
.nav-mobile span:nth-child(4){
margin-top:5px;
}

.open .nav-mobile span:nth-child(1){
opacity: 0;
}
.open .nav-mobile span:nth-child(2){
transform: rotate(45deg);
}
.open .nav-mobile span:nth-child(3){
transform: rotate(-45deg);
}
.open .nav-mobile span:nth-child(4){
opacity: 0;
}
.main-navigation{
display: none;
background-color: #FAF9EE;
}
.open .main-navigation{
height: calc(100vh - 50px);
overflow: scroll;
}
.main-menu{
position: relative;
}
.main-menu li{
border-bottom: #FAE286 1px solid;
}
.main-menu li.page_item_has_children{
border-bottom: none;
}
.main-menu li a{
display: block;
font-size: 15px;
padding: 15px;
color: #333;
}

.menu-item-has-children{
position: relative;
display: block;
cursor: pointer;
width: 100%;
}
.menu-item-has-children > a{
width: calc(100% - 100px);
}
.main-menu .menu-item-has-children > a{
color: #E47E81;
}
.menu-item-has-children::after{
position: absolute;
content: attr(data-item);
top:18px;
right: 21px;
display: block;
width: 10px;
height: 10px;
border-bottom: #555 1px solid;
border-right: #555 1px solid;
transform: rotate(45deg);
}
.menu-item-has-children.open-menu::after{
transform: rotate(-135deg);
}
.mint-btn{
background-color: #88C580;
font-family: 'Josefin Sans', sans-serif;
border: none!important;
}
.main-menu li.mint-btn a{
color: #fff;
}
.sub-menu{
display: none;
}
.sub-menu-toggle{
display: none;
}
.sub-menu li:first-child{
border-top: #FAE286 1px solid;
}
.sub-menu li:last-child{
border-bottom: none;
}
.sub-menu > li a{
text-indent: -1.5em;
padding-left: 2.5em;
}
.sub-menu > li a img{
width: auto;
height: 30px;
line-height: 0;
vertical-align: middle;
}
.sub-menu > li a span{
padding-left: 0.5em;
vertical-align: middle;
}


/*contents*/
article{
position: relative;
padding-top: 50px;
z-index: 1;
}

/*cta*/
#cta{
position: relative;
background-color: #88C580;
color: #fff;
text-align: center;
padding: 20px;
}
#cta h3{
font-family: 'Josefin Sans', sans-serif;
font-size: 35px;
font-weight: 700;
margin-top: 40px;
}
#cta a{
display: block;
color: #fff;
font-size: 19px;
font-weight: 600;
margin-bottom: 40px;
z-index: 2;
animation: flash 4s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
  
  
  100% {
    opacity: 1;
  }
}


#cta img{
position: absolute;
width: 40%;
right: -2%;
bottom: -3%;
z-index: 1;
}

/*footer*/

.footer-nav-wrap{
background-color: #fff;
color: #333;
}
.company-info{
margin:10px 0 30px;
}
.footer-title a{
color: #333;
}
.footer-title span{
font-size: 20px;
}
.footer-title strong{
font-family: 'Josefin Sans', sans-serif;
font-size: 23px;
letter-spacing: 2px;
padding-left: 5px;
vertical-align: middle;
}
.footer-menu li a{
display: block;
color: #333;
font-size: 14px;
font-weight: 700;
padding-bottom: 10px;
}
.footer-col nav{
margin-bottom: 10px;
}
.footer-col p{
color: #E47E81;
font-size: 14px;
font-weight: 700;
padding-bottom: 10px;
}
.three-col .footer-menu li a{
font-weight: normal;
}
.three-col .footer-menu li a::before{
content: "-";
padding-right: 0.5em;
}
.footer-credits{
text-align: center;
padding: 0 10px 20px;
}
.footer-copyright{
font-size: 12px;
color: #333;
}

.page-top{
position: fixed;
bottom: 25px;
right: 10px;
width: 40px;
height: 40px;
background-color: #88C580;
z-index: 9;
opacity: 0.8;
}
.page-top::after{
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom:#fff 2px solid;
border-right:#fff 2px solid;
top: 15px;
left: 11px;
}
.pc{
display: none;
}
.entry-content .section-inner,
.footer-nav-wrap .section-inner {
padding: 20px;
}
.footer-nav-wrap .section-inner {
padding-bottom: 0;
}
