/*
Theme Name: Luckyfes 
Author: Globis
Author URI: https://globis.co.jp/
Description: Luckyfes theme based on Creativeily
Version: 1.0
Tested up to: 0.0
Requires PHP: 4.0
License: None
License URI: None
Text Domain: Luckyfes
Domain Path: /languages
Tags: 
*/


html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
 
}
@media screen and (min-width: 25em){
  html { font-size: calc( 14px + (16 - 14) * (100vw - 400px) / (800 - 400) ); }
}
@media screen and (min-width: 25em){
  html { font-size: calc( 14px + (16 - 14) * (100vw - 400px) / (800 - 400) ); }
}
@media screen and (min-width: 50em){
  html { font-size: calc( 14px + (16 - 14) * (100vw - 400px) / (800 - 400) ); }
}
 body {
  font-family: 'Montserrat', 'Noto Sans JP', 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0;
  background:#f3f3f3;
  margin: 0;
  position: relative;
  color: #777;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* div */

div, img, pre, figure {
  max-width: 100%;
  overflow: hidden;
}

html, body {
  max-width: 100% !important;
}
img {
  height: auto;
  max-width: 100% !important;
}

a {
  color: #111;
}

p {
  line-height: 1.5em;
}
 article,
 aside,
 footer,
 header,
 nav,
 section {
  display: block;
}
 h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 1.0em 0;
}

h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 1em 0;
}

h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0.7em 0;
}

/* Grouping content
========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

 figcaption,
 figure,
 main { /* 1 */
  display: block;
}

.main_flex, .main_flex_list_food {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.main_flex {
    justify-content: flex-start;
}

.main_flex_list_food {
    justify-content: center;
}

.main_width_full {
  width: 100vw;
}

/**
 * Add the correct margin in IE 8.
 */

 figure {
  margin: 1em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto;
}

/* Text-level semantics
========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

 a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

 b,
 strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

 dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

 mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

 audio,
 video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

 img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

 svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
  overflow: visible;
}




footer.site-footer {
  display: block;
  background-color: #171717;
}

#primary {

}

.widget {
  margin-right: 3em;
  margin-left: 2.5em;
  margin-bottom: 2em;
  font-size: 1em;

}

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

.widget ul li {
}

.widget ul li {
  padding: 10px 0;
  position: relative;
  border-bottom:1px solid rgba(255, 255, 255, 0.11);
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 html [type="button"], /* 1 */
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

 fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

 legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

 textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

 [type="checkbox"],
 [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

 details, /* 1 */
 menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

 summary {
  display: list-item;
}

/* Scripting
========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

 canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

 template {
  display: none;
}

/* Hidden
========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

 [hidden] {
  display: none;
}

#start {
  background-color: #fff;
}

.header{
  position:relative;
  overflow:visible;
  display:-webkit-flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: -webkit-flex-start;
  align-content: -webkit-flex-start;
  height: 700px;
  height: 100vh;
  max-height: 100%;
  min-height:200px;
  min-width:300px;
  color:#eee;
  background: rgba(0,0,0,.15);
}
.header:after{
  content:"";
  width:100%;
  height:40%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:-1;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(27,32,48,1) 100%); */
}
.header-frame {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.header a{
  color:#fff
}

.header2{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height:100vh;
  min-height:400px;
  max-height:100vh;
  min-width:300px;
  color:#eee;
}
.header2:after{
  content:"";
  width:100%;
  height:40%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:-1;

}

.header2 a{
  color:#eee
}

.logo,
.logo:hover{
  text-decoration:none;
  display:inline-block;
  margin-left:20px;
  margin-top: 20px;
  padding:5px 10px;
  color:#fff;
  font-weight:600;
  font-size:30px;
  box-sizing:border-box
}

.custom-logo {
  margin-left:20px;
  margin-top: 20px;
  max-width: 50% !important;
  height: auto;
}
.author{
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:50%;
  background:url(http://favim.com/media/uploads/images/610/140308/black-n-white-cute-funny-iron-man-Favim.com-1462744.jpg) center no-repeat;
  background-size:cover;
  box-shadow:0 2px 3px rgba(0,0,0,0.3);
  margin-bottom:3px
}
.header .meta p {
  font-size:20px;
  font-style:normal;
  margin-top:10px;
}
.meta{
  font-style:italic;
}
@keyframes grow{
  0% { transform:scale(1)}
  50% { transform:scale(1.2)}
}
h1 .heading-image {
  margin-top: 80px;
  height: 90px;
}
@media screen and (max-width: 599px) {
  h1 .heading-image {
    margin-top: 0px;
    height: 70px;
  }
}
.front-page-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.front-page-title-view-more {
    max-width: 96px;
}
@media screen and (max-width: 599px) {
  .front-page-title-view-more {
    max-width: 68px;
  }
}

.content{  
  padding:5% 10%;
  text-align:justify
}
.btn{
  color:#333;
  border:2px solid;
  border-radius:3px;
  text-decoration:none;
  display:inline-block;
  padding:5px 10px;
  font-weight:600
}

.twtr{
  margin-top:100px
}
.wp-caption {
  margin-bottom: 1.5em;
}

.wp-caption-text {
  font-style: italic;
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.logo-menu-creativeily {
  position: relative;
  z-index: 10;
  margin: 0;
  margin-top: 1.5em;
}
#top-menu a {
  text-decoration: none;
  align-items: center;
  overflow: hidden;
  overflow: visible!important;
  text-overflow: ellipsis;
  font-size: 1.2em;

}

/* top menu */

.sp-menu-logo {
  margin: 25px 0 0 19px;
  z-index: 1;
  width: 112px;
}

.sp-menu-logo-scrolled {
  margin: 9px 0 0 19px;
}

.sp-logo-info {
  position: absolute;
  top: 314px;
  margin: 0 19px;
}

.header-top {
  position: fixed;
  overflow: visible;
  left: 0;
  top:0;
  width: 100%;
  height: 130px;
  z-index: 9;
}

.header-top-scrolled {
  background: rgb(0,0,0, 0.6);
}

.sub-menu-scrolled {
  background: rgb(0,0,0, 0.6);
}

.sub-menu-text-scrolled {
  color: #FFFFFF !important;
}

.header-top-contents {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 64px 20px;
  justify-content: space-between;
}

.header-top-logo {
  margin-right: 5px;
  width: 117px;
  min-width: 117px;
}

.header-top-contents ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
  padding: 0;
}

.header-top-contents ul.sub-menu {
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
  margin: 0;
  line-style: none;
  position: absolute;
  padding: 20px;
  width: 170px;
  white-space:nowrap;
  border-radius: 4px;
  list-style-type: none;
  transform: translate(-20px, 0);
}

.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

/**---- SP menu ----**/
.sp-header {
  z-index: 3;
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}

.sp-header-scrolled {
  background: #46AF35;
  height: 48px;
}

.top-navigation　.menu > ul {
    margin: 0 0 0 19px;
  }

.top-navigation .sub-menu {
  opacity: 0;
  margin: 0 !important;
  width: 75% !important;
  height: 0;
  transition: .3s;
}

.top-navigation .sub-menu-visible {
  height: 100%;
  opacity: 1;
  margin: 14px 0 !important;
  width: 75% !important;
}

.top-navigation  .sub-menu > li {
  display: inline-block;
  margin-right: 20px;
}

.top-navigation  .menu > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.top-navigation  .sub-menu > li > a {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 240%;
  letter-spacing: 0.01em;
  color: #FFFFFF !important;
}

.top-navigation .toggle-arrow {
  display: inline-block;
  margin-left: 12px;
  padding-top: 3px;
  font-family: "Font Awesome 6 Free", sans-serif;
  content: '\f077';
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transform: rotateZ(0deg);
  transition: .3s;
}

.top-navigation  .menu-item-has-children:hover > ul.sub-menu {
  margin-left: 19px;
  background: #46AF35;
}

.top-navigation  .menu-item-has-children:hover > ul.sub-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.nav-sns-icons {
  margin: 48px 0 0 19px;
  text-align: left;
  font-size: 26px;
}

.nav-sns-icons i {
  margin: 0 6px;
}

.nav-global-button {
    display: inline-block;
    float: left;
    margin: 48px 0 0 19px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    gap: 4px;
}

.nav-buy-ticket {
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  margin: 60px 19px 10px;
  height: 51px;
  bottom: 12%;
  line-height: 50px;
}

.pc-menu-arrow {
  display: inline-block;
  margin-left: 5px;
  padding-top: 1px;
  font-family: "Font Awesome 6 Free", sans-serif;
  content: '\f077';
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  transform: rotateZ(180deg);
  transition: .3s;
}

.menu-item-has-children:hover > a > .pc-menu-arrow {
  transform: rotateZ(0deg);
}

.header-top-contents ul.menu > li {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 4px;
}

.header-top-contents ul.menu > li > a {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 3px;
  color: #FFFFFF;
}

ul.sub-menu > li > a {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 3px;
  color: #FFFFFF;
}

.header-top-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 4px;
}

.navigation-items {
  margin: 0 5px;
}

.navigation-items > span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.sns-icons {
  display: flex;
  min-width: 80px;
}

.sns-icons i {
  color: #FFFFFF;
}

.sns-icons .twitter {
  margin: 11px 4px 0;
  width: 18px;
  min-width: 18px;
}

.sns-icons .instagram {
  margin: 10px 4px 0;
  width: 18px;
  min-width: 18px;
}

.sns-icons .facebook {
  margin: 10px 4px 0;
  width: 18px;
  min-width: 18px;
}

.sns-icons .tiktok {
  margin: 11px 4px 0;
  width: 18px;
  min-width: 18px;
}

.sns-icons .youtube {
  margin: 11px 10px 0 4px;
  width: 18px;
  min-width: 18px;
}

.sns-icons .line {
  margin: 11px 10px 0 4px;
  width: 18px;
  min-width: 18px;
}

.navigation-items .buy-ticket {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  min-width: 155px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  color: #FFFFFF;
}

.navigation-items .buy-ticket span {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.global-button {
    display: inline-block;
    padding: 4px 16px;
    margin-left: 12px;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    gap: 4px;
}

.global-button:hover {
    background-color: #46AF35;
    border-color: transparent;
}

/**---- Mobile Bar ----**/

.menu-toggle {
  display: none;
}

.menu-toggle2 {
  display: none;
}

.mobile-bar {
  -webkit-transform: translate3d(0,0,0);
  width: 40px;
  height: 40px;
  margin: 22px 20px 0 0;
  border-radius:3px;
}

.mobile-bar-scrolled {
  margin: 5px 20px 0 0;
}

.navigation-scroll-area {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  max-height: 86vh;
}

/**---- Menu Icon ----**/
.footer-info-right a {
    text-decoration: underline;
}
.menu-icon {
  display: block;
  outline:none;
  position: relative;
  width: 35px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon > span {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 55%;
  margin-top: -0.2em;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon > span:before, 
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #FFFFFF;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon > span:before {
  -webkit-transform: translateY(-0.6em);
  transform: translateY(-0.6em);
}

.menu-icon > span:after {
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
}

/**---- Menu Icon Effects ----**/

.menu-toggle:checked + .mobile-bar .menu-icon {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.menu-toggle:checked + .mobile-bar span:before,
.menu-toggle:checked + .mobile-bar span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**---- Off-Canvas Effect ----**/

.menu-toggle:checked ~ .header-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in;
}

.menu-toggle2:checked ~ .header-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease-in;
}


/**---- Header ----**/

.header-menu {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #46AF35;
  opacity: 0.98;
  text-align: center;
  color: #eee;
  visibility: hidden;
  transition: visibility 0s, opacity 0.3s ease-in;
  z-index: 2;
}

.header-menu nav, 
.header-menu ul {
  height: 100%;
  list-style: none;
}

.header-menu li a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.01em;
}

#top-menu {
  margin-top: 58px;
}

#top-menu ul {
  -webkit-padding-start: 0;
}

#top-menu a:hover {
}

#creativeily-menu-back {
  position: fixed;
  top: 80px;
  left: 10px;
  font-size: 2.5em;
  z-index: 10;
  height: 50px;
  width: 50px;
  cursor: pointer;


}

#creativeily-menu-home {
  position: relative;
  margin: 0 auto;
  padding: 0.7em;
  font-size: 2em;
  z-index: 10;
  height: 50px;
  width: 50px;
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
}


.creativeily-submenu-button span {
  cursor: pointer;
  margin-left: 0.3em;
}


.header-menu ul {
  min-height: inherit;
  bottom: auto;
  right: auto;
  width: 100%;
  margin-left: 19px;
  text-align: -webkit-left;
  top: 15%;
  height: 100%;
  visibility: inherit;
  box-sizing: border-box;
  overflow-x: auto;
}

.header-menu ul ul ul {
  display: none;
  position: fixed;
  margin: 0;
  left: 100%;
  background-color: rgba(0,0,0,0.9);
}

.entry-title {
  margin: 0;
}

a {
  text-decoration: none;
}

.postinfo {
  color: #b5b8bf;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  margin-top: 0.7em;
  overflow: inherit;
}



.postinfo, .postinfo * {
  font-size: 14px;
  color: #b5b8bf;
  font-family: 'Lato', sans-serif;
}

.post-thumbnail {
  text-align: center;

}

.sticky {
  text-align: justify;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.postinfo span:after {
  content: '•';
  margin: 0 7px 0 11px;
  font-size: 12px;
  display: inline-block;
}
.entry-title {
  margin: 0;
  font-size: 30px;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.entry-header {
  margin-top: 1.3em;
  margin-right: 1.7em;
  margin-left: 1.7em;
  margin-bottom: 0em;
}

.entry-content {

  margin-bottom: 1.8em;
  margin-right: 1.7em;
  margin-left: 1.7em;
  text-align: justify;

}

.entry-content .button {

  margin-top: 0.5em;

}

article div, article header, article img, article p, .widget, .widget ul li {
  opacity: 0;

}



.footer-column-three {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 33%;
  color: #fff;
  padding: 50px 0;
}
.footer-column-right {
  padding-left: 10px;
} 
.footer-column-middle {
  padding-right: 10px;
  padding-left: 10px;
}
.footer-column-left {
  padding-right: 10px;
}



.dashicons, .dashicons-before:before {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1em;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: text-top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0s;
  transition: color .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
}

/* Buttons */

.button, button {
  font-size: 1em;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  text-decoration: none;
  border-radius: 3px;
  padding: 12px 18px;
  border: 1px solid;
  display: inline-block;
  cursor: pointer;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}

body .image-header {
  background-size:cover !important;
}

.nav-links {
  display: none;  /* LuckyFesでは利用しないため（投稿の前後リンクを非表示に） */
  text-align: center;
  margin: 2em;
}


.col-creativeily {

  float: left;
  margin: 0;
  margin-right: 5%;
  margin-bottom: 5%;
  width: 45%;
  overflow: hidden;
}

/* widget */

.widget-title {
  margin: 0.5em 0;
  margin-bottom: 0;

}

ul.children, ul.sub-menu {
  margin-top: 1em;
}

/* forms */

form input, form textarea {
  display: block;
  max-width: 87%;
  margin-right: 1.5em;
  margin-top: 2%;
  padding: 0.5em;
}

#comments {
  margin-left: 2.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.search-form {
  display: inline-flex;
  max-width: 100%;
  margin-top: 1.3em;
}

.search-submit {
  border-radius: 0;
  border-left: none;
  border-color: #e6e6e6;
}

.search-field {
  display: inline;
  margin: 0;
  padding: 12px 18px;
  vertical-align: bottom;
}
table#wp-calendar {
  width: 100%;
}
#respond {
}

.comment-list li{
  list-style-type: none;
}

.comment-list ol {
  margin-top: 1.5em;
  padding: 0;
  padding-left: 0;
}

.comment-list {
  padding: 0;
}

.comment-list footer {

  background-color: inherit;
  border: none;
}

.comment-body {
  margin-right: 1.5em;
  padding:1.5em;
  border: 0 solid #eee;
  margin-bottom: 1.5em;
}

.comment-list time {
  font-size: small;
}

.comment-list p {
  font-style: italic;
}

/* main margin */

.creativeily-page .entry-content {
  margin-left: 2.5em;
  margin-right: 2.5em;
}



.wrapmain {
  max-width: 1480px;
  margin: 20px auto;
  padding:0px 20px;
}
.footer-wrapmain {
  max-width: 1480px;
  margin: 0px auto 20px auto;
  padding:0px 20px;
}

.error404 .content-area,
.search-no-results .content-area {
  background:#fff;
  border-radius:3px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
}
.wrapmain .content-area article {
  margin:0 0 20px 0;
}
.wrapmain .content-area .list-item {
  width: 32%;
}
@media screen and (max-width: 599px) {
  .wrapmain .content-area .list-item {
    width: 48%;
  }
}
.wrapmain .content-area article .entry-header,
.wrapmain .content-area article .entry-content {
  max-width: 840px;
  margin: 80px auto;
  text-align:center;
}
@media screen and (max-width: 599px) {
  .wrapmain .content-area article .entry-header,
  .wrapmain .content-area article .entry-content {
    margin: 34px auto;
    max-width: 480px;
  }
}
.wrapmain .content-area article .entry-content p {
  font-size: 15px;
  color: #989898;
  text-align: left;
}
.featured-img-box {
  margin-bottom:20px;
}
.featured-img-box img {
  border-radius: 3px 3px 0px 0px;
}
.widget ul li:first-of-type {
  padding-top: 0px;
}
.single .wrapmain .content-area article *,
.page .wrapmain .content-area article * {
  text-align:left;
}
.single .wrapmain .content-area article h2,
.page .wrapmain .content-area article h2{
  font-size: 25px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:140%;
}
.single .wrapmain .content-area article h3,
.page .wrapmain .content-area article h3 {
  font-size: 23px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:140%;
}
.single .wrapmain .content-area article h4,
.page .wrapmain .content-area article h4 {
  font-size: 22px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:140%;
}
.single .wrapmain .content-area article h5,
.page .wrapmain .content-area article h5 {
  font-size: 21px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:140%;
}
.single .wrapmain .content-area article h6,
.page .wrapmain .content-area article h6 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:140%;
}
.single-meta *,
.single-meta span,
.single-meta a,
.single .wrapmain .content-area article .single-meta span {
  color: #9c9c9c;
  font-weight: 400;
  margin-top: 20px;
  font-style: italic;
}


ol.wp-block-latest-comments {
  padding: 0px;
}
ol.wp-block-latest-comments {
  padding: 0px;
}
.single .wrapmain .content-area article, .single .wrapmain .content-area article p, .single .wrapmain .content-area article dd, .single .wrapmain .content-area article li, .single .wrapmain .content-area article ul, .single .wrapmain .content-area article ol, .single .wrapmain .content-area article address, .single .wrapmain .content-area article table, .single .wrapmain .content-area article th, .single .wrapmain .content-area article td, .single .wrapmain .content-area article blockquote, .single .wrapmain .content-area article span, .single .wrapmain .content-area article div 
.page .wrapmain .content-area article, .page .wrapmain .content-area article p, .page .wrapmain .content-area article dd, .page .wrapmain .content-area article li, .page .wrapmain .content-area article ul, .page .wrapmain .content-area article ol, .page .wrapmain .content-area article address, .page .wrapmain .content-area article table, .page .wrapmain .content-area article th, .page .wrapmain .content-area article td, .page .wrapmain .content-area article blockquote, .page .wrapmain .content-area article span, .page .wrapmain .content-area article div {
  font-size:18px;
  color:#000;
}
@media screen and (max-width: 599px) {
  .single .wrapmain .content-area article, .single .wrapmain .content-area article p, .single .wrapmain .content-area article dd, .single .wrapmain .content-area article li, .single .wrapmain .content-area article ul, .single .wrapmain .content-area article ol, .single .wrapmain .content-area article address, .single .wrapmain .content-area article table, .single .wrapmain .content-area article th, .single .wrapmain .content-area article td, .single .wrapmain .content-area article blockquote, .single .wrapmain .content-area article span, .single .wrapmain .content-area article div 
  .page .wrapmain .content-area article, .page .wrapmain .content-area article p, .page .wrapmain .content-area article dd, .page .wrapmain .content-area article li, .page .wrapmain .content-area article ul, .page .wrapmain .content-area article ol, .page .wrapmain .content-area article address, .page .wrapmain .content-area article table, .page .wrapmain .content-area article th, .page .wrapmain .content-area article td, .page .wrapmain .content-area article blockquote, .page .wrapmain .content-area article span, .page .wrapmain .content-area article div {
    font-size:14px;
  }
}
.single .wrapmain .content-area article a,
.page .wrapmain .content-area article a {
  color: #6289f9;
}
.single .wrapmain .content-area article td, .single .wrapmain .content-area article th,
.page .wrapmain .content-area article td, .page .wrapmain .content-area article th,
.single .wrapmain .content-area article td, .single .wrapmain .content-area article td,
.page .wrapmain .content-area article td, .page .wrapmain .content-area article td {
  padding:10px;
  border:1px solid #eee;
}
.postinfo span:last-of-type:after {
  display:none;
}
h2.comments-title {
  font-size: 20px;
}
.single .wrapmain .content-area article .entry-header .postinfo,
.page .wrapmain .content-area article .entry-header .postinfo{
  display:none;

}
.comment-list ol.children {
  margin-left: 1%;
  margin-top: -21px;
}
footer.comment-meta {
  padding:0;
}
#comments {
  margin-left:0px;
}
img.avatar.photo {
  float:right;
  border-radius:50%;
}
.comment-author.vcard {
  display: inline;
  width: 100%;
}
#commentform {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
  padding: 25px;
  margin-bottom:20px;
}
#commentform p {
  margin: 0; 
  font-size: 14px;
}
#commentform label {
  display:inline-block;
  margin-top:15px;
}

.nav-links span.button {
  display: inline-block;
  padding: 11px 20px;
  color: #fff;
  border-radius: 4px;
  background-color: #00BC87;
  letter-spacing: 0.5px;
  border: 0px;
  font-size: 14px;
  line-height: 120%;
  max-width: 97%;
  font-weight: 600;
  float: left;
  margin:0;
  width: auto;
}
.nav-next, .nav-previous {
  float:left;
  width:100%;
  max-width:50%;
}
.nav-links .nav-next span.button {
  float:right;
}

.nav-links {
  margin:20px 0;
}
form textarea, form textfield {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

footer.site-footer .widget {
  margin-left:0;
  margin-right:0;
}
footer.site-footer .widget:last-of-type {
  margin-bottom:0;
}
input#submit,
input#submit:hover, 
button,
button:hover, 
[type="button"],
[type="button"]:hover,
.button,
.button:hover {
 display: inline-block;
 padding: 11px 20px;
 color: #fff;
 border-radius: 4px;
 background-color: #00BC87;
 box-sizing: border-box;
 letter-spacing: 0.5px;
 border:0px;

 font-size: 14px;
 line-height: 120%;
 font-weight: 600;
}
.post-nav-blog .nav-links>a, 
.post-nav-blog .nav-links>span {
    font-size: 18px;
    background: #01bc87;
    color: #fff;
    border-radius: 3px;
    padding: 5px 13px;
    margin:5px;
    display: inline-block;
}
.post-nav-blog span.page-numbers.dots,
.post-nav-blog span.page-numbers.current {
    opacity: 0.5;
}
.post-nav-blog a.next.page-numbers,
.post-nav-blog a.prev.page-numbers {
  display:none;
}
a.button.button-readmore {
  padding: 15px 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nav-links .button .dashicons {
  display:none;
}

.has-text-align-center {
    text-align: center !important;
}
.has-text-align-right {
    text-align: right !important;
}
.elementor div { overflow: visible; }
.footer-column-wrapper {
  display: flex;
}
.footer-column-three h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom:15px;
  margin-top:20px;
}
.footer-column-three .widget:first-of-type h3:first-of-type {
  margin-top:0px;
}
.footer-column-wrapper .widget, .footer-column-wrapper .widget li, .footer-column-wrapper .widget p, .footer-column-wrapper abbr, .footer-column-wrapper cite, .footer-column-wrapper table caption, .footer-column-wrapper td, .footer-column-wrapper th {
  color: #b9b9b9;
  font-size: 14px;
}
.footer-column-wrapper .widget a {
  color:#fff;
}
.footer-column-wrapper .widget ul {
  margin-top:0;
}
.widget ul.children li:last-of-type {
    padding-bottom: 0;
}

/* footer */
.site-info {
  padding:20px 0;
}
.site-info,
.site-info .copyright {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.site-info i {
  margin: 0 6px;
  font-size: 16px;
  color: #FFFFFF;
}

.footer-wrapmain .footer-flex {
  margin: 34px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wrapmain .footer-flex .footer-logo {
  width: 117px;
}
.footer-wrapmain .footer-flex .footer-logo-mark {
  width: 69px;
}
.footer-wrapmain .footer-flex .footer-menu-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-menu-text {
  margin: 0 10px;
}
.footer-menu-text a {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
}
.footer-menu-text-ja {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0 10px;
}
.footer-menu-text-ja a {
  color: #FFFFFF;
}
.footer-menu-icon-pc i {
  height: 16px;
  object-fit: cover;
  margin: 0 4px;
  color: #FFFFFF
}
.footer-menu-icon-sp-items {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin: 0 20px;
}
.footer-menu-icon-sp img {
  display: none;
  height: 16px;
  object-fit: cover;
  padding-right: 15px;
}
.footer-menu-icon-sp-items-inner {
  display: none;
}
@media screen and (max-width: 599px) {
  .footer-wrapmain .footer-flex .footer-logo {
    width: 86px;
  }
  .footer-wrapmain .footer-flex .footer-logo-mark {
    width: 39px;
  }
  .footer-wrapmain .footer-flex .footer-menu-flex {
    display: flex;
    flex-wrap: wrap;
  }  
  .footer-menu-text a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    padding-left: 20px;
  }
  .footer-menu-text {
    margin: 0;
  }
  .footer-menu-text a {
    font-size: 14px;
  }  
  .footer-menu-text-ja {
    font-size: 14px;
    margin: 0;
  }  
  .footer-menu-icon-pc i {
    display: none;
  }
  .footer-menu-icon-sp-items-inner {
    display: inline;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer-menu-icon-sp img {
    display: inline;
  }  
}


/*--------------------------------------------------------------
# Top Sponsor
--------------------------------------------------------------*/
.top_sponsor_area {
  margin-top: 180px;
  width: 100%;
  background-color: #F2F2F2;
  padding: 32px 0 26px;
}
p.top_sponsor_title {
  text-align: center;
  margin: 0 auto 16px;
  font-size: 16px;
}
.top_sponsor_area {
  ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    li.platinum {
      width: 21%;
      margin:0 8px;
    }
    li.gold {
      width: 16%;
      margin:0 8px;
    }
    li.silver {
      width: 11%;
      margin:0 8px;
    }
  }
}
@media screen and (max-width: 599px) {
  .top_sponsor_area {
    margin-top: 80px;
    ul {
      li.platinum {
        width:40%;
        margin:0 4px;
      }
      li.gold {
        width:30%;
        margin:0 4px;
      }
      li.silver {
        width:22%;
        margin:0 4px;
      }
    }
  }
}
.widget ul.children li {
    border-bottom: 0px;
}
@media screen and (min-width: 48em) {

  .error404 #primary {
    float: none;
  }

  .widget {
    margin-right: 1em;
    margin-left: 2.5em;
    margin-bottom: 2.5em;
    font-size: 0.7em;
    line-height: 1.5em;
  }


  .comment-list {
    padding: 0;
  }
}


@media screen and (max-width: 800px) {
 .post-nav-blog .nav-links>a, .post-nav-blog .nav-links>span {
    width:auto;
  }
.footer-column-wrapper {
  display:block;
}
.footer-column-three {
  max-width:100%;
  padding-left:0px !important;
  padding-right:0px !important;
}

  .comment-list ol.children {
    max-width:100%;
    padding-left:0;
    margin-left:0;
    margin-top:-18px;
  }
  .nav-next, .nav-previous, .nav-next *, .nav-previous *,
  .nav-links .nav-next span.button, .nav-links *, .nav-previous span.button {
    width:100%;
    max-width:100%;
    margin:5px 0;
  }
  .header .meta p {
    font-size: 18px;

  }
}

#secondary .wp-block-social-links li { display: inline-block !important; width: auto !important; padding: 0px !important; margin: 0px !important; -webkit-box-shadow: 0px 0px 0px #fff !important; box-shadow: 0px 0px 0px #fff !important; font-size: 24px;}#secondary .wp-block-social-links.wp-block-social-links li a { color: #fff;    padding: 0.25em;font-size: 24px;} #secondary .wp-block-social-links.wp-block-social-links li *{ color: #fff;font-size: 24px;}
 .wp-block-social-links li { display: inline-block !important; width: auto !important; padding: 0px !important; margin: px !important; -webkit-box-shadow: 0px 0px 0px #fff !important; box-shadow: 0px 0px 0px #fff !important; font-size: 24px;} .wp-block-social-links.wp-block-social-links li a { color: #fff;    padding: 0.25em;font-size: 24px;} #secondary .wp-block-social-links.wp-block-social-links li *{ color: #fff;font-size: 24px;}

 #secondary .wp-block-social-links li { display: inline-block !important; width: auto !important; padding: 0px !important; margin: 0px !important; -webkit-box-shadow: 0px 0px 0px #fff !important; box-shadow: 0px 0px 0px #fff !important; font-size: 24px;} #secondary .wp-block-social-links.wp-block-social-links li a { color: #fff;    padding: 0.25em;font-size: 24px;} #secondary .wp-block-social-links.wp-block-social-links li *{ color: #fff;font-size: 24px;} .wp-block-social-links li { display: inline-block !important; width: auto !important; padding: 0px !important; margin: px !important; -webkit-box-shadow: 0px 0px 0px #fff !important; box-shadow: 0px 0px 0px #fff !important; font-size: 24px;} .wp-block-social-links.wp-block-social-links li a { color: #fff;    padding: 0.25em;font-size: 24px;} #secondary .wp-block-social-links.wp-block-social-links li *{ color: #fff;font-size: 24px;} .wp-block-social-links.wp-block-social-links li *{ color: #fff;font-size: 24px;}

 li h3.spbrposts-title { line-height: 1; height: 23px; white-space: nowrap; }@media screen and (max-width: 800px){ .sptcrb__abouttheauthor__block__right { padding: 10px 0px 0px 0px !important; }}.wp-block-superb-blocks-superb-author-box { margin-bottom: 10px; }.wpcf7 input, textarea { border-color: #000; width: 100%; padding: 10px 15px; }.wpcf7 input.wpcf7-submit { background: #000; padding: 15px; }.wpcf7-form input, .wpcf7-form textarea { max-width: 100%; box-sizing: border-box; border: 1px solid #dbdbdb; padding: 12px; }.wpcf7-form input, .wpcf7-form textarea { margin-top: 3px; } .wpcf7-form textarea label {font-weight:bold;}.wpcf7 label { font-weight: 700; }.wpcf7 input.wpcf7-submit{color:#fff;font-size:16px;text-align:center;}.wpcf7 input.wpcf7-submit { color: #fff; font-weight: bold; text-align: center; font-size: 18px; cursor:pointer;}p.comment-form-cookies-consent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;margin-top:15px; -ms-flex-align: center; align-items: center; }input#wp-comment-cookies-consent { margin: 0; }#commentform p.comment-form-cookies-consent label { margin: 0px 0px 0px 7px; }#commentform p.comment-form-cookies-consent { margin: 15px 0; } .wpcf7 input, textarea { border-color: #000; width: 100%; padding: 10px 15px; }.wpcf7 input.wpcf7-submit { background: #000; padding: 15px; }#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { border: 1px solid #e4e4e4; border-bottom: 2px solid #e4e4e4; width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px;    margin-top: 3px; }