@charset "UTF-8";
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-Thin.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 200;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-ExtraLight.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-Light.ttf);
}
*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Medium.ttf);
  font-display: swap;
}
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 600;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-SemiBold.ttf);
}
*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(../font/Noto_Sans_JP/static/NotoSansJP-Bold.ttf);
  font-display: swap;
}
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 800;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-ExtraBold.ttf);
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	src: url(../font/Noto_Sans_JP/static/NotoSansJP-Black.ttf);
}
*/
@font-face {
  font-family: "Lobster";
  font-weight: 400;
  src: url(../font/Lobster/Lobster-Regular.ttf);
  font-display: swap;
}
/*
@font-face {
	font-family: 'Libre Baskerville';
	font-weight: 400;
	src: url(../font/Libre_Baskerville/LibreBaskerville-Regular.ttf);
}
@font-face {
	font-family: 'Libre Baskerville';
	font-weight: 400;
	font-style: italic;
	src: url(../font/Libre_Baskerville/LibreBaskerville-Italic.ttf);
}
*/
@font-face {
  font-family: "Libre Baskerville";
  font-weight: 700;
  src: url(../font/Libre_Baskerville/LibreBaskerville-Bold.ttf);
  font-display: swap;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

* {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-optical-sizing: auto;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.suck {
  width: 100%;
  height: auto;
  display: block;
}

.alignnone img {
  margin: auto;
  display: block;
}

p.aligncenter {
  text-align: center;
}
p.alignright {
  text-align: right;
}

figure.alignnone,
img.alignnone {
  margin: auto;
  display: block;
}
figure.aligncenter,
img.aligncenter {
  margin: auto;
  display: block;
}

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}
.container-fluid {
  width: 100%;
  padding: 0 100px;
  margin: auto;
  position: relative;
}
@media all and (max-width: 1440px) {
  .container-fluid {
    padding: 0 50px;
  }
}
@media all and (max-width: 1300px) {
  .container-fluid {
    padding: 0 20px;
  }
}
.container-l {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}
.container-m {
  max-width: 840px;
  padding: 0 20px;
  margin: auto;
}
@media all and (max-width: 896px) {
  .container-m {
    width: 100%;
  }
}
.container-s {
  max-width: 760px;
  padding: 0 20px;
  margin: auto;
}
.container-xs {
  max-width: 450px;
  padding: 0 20px;
  margin: auto;
}

.row {
  flex-wrap: wrap;
  display: flex;
}
.row-main {
  margin: 0 -20px;
}
.row-main > .col {
  padding: 0 20px;
}
.row-main > .col:first-of-type {
  flex: 0 0 65%;
}
@media all and (max-width: 896px) {
  .row-main > .col:first-of-type {
    flex: 0 0 100%;
  }
}
.row-main > .col:last-of-type {
  flex: 0 0 35%;
}
@media all and (max-width: 896px) {
  .row-main > .col:last-of-type {
    flex: 0 0 100%;
  }
}

.section {
  padding: 0;
}
.section-header {
  margin-bottom: 10px;
}
.section-headline {
  font-size: 4.5rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .section-headline {
    font-size: 3rem;
  }
}
.section-headline .icon {
  margin-right: 5px;
}
.section-inner-center {
  text-align: center;
}
.section-background {
  background-color: #F7F7F7;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  padding: 0 20px;
}

.site {
  /*
  &-main {

      .col {
          padding: 0 20px;
          &:nth-of-type(1) {
              flex: 0 0 66.66666%;
              @include sp {
                  flex: 0 0 100%;
              }
          }
          &:nth-of-type(2) {
              flex: 0 0 33.33333%;
              @include sp {
                  flex: 0 0 100%;
              }
          }
      }
  }
  */
}

.text-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 11;
  top: 0;
  overflow: hidden;
  width: 80%;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -100%;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 80%;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -80%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 80%;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: absolute;
  z-index: 14;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 80%;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 80%;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 80%;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 12;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 12;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 80%;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.site-header {
  padding: 12px 0;
  border-top: 5px solid #333;
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .site-header {
    padding: 10px 0;
    border-top: 3px solid;
  }
}
.site-header .row {
  justify-content: space-between;
}
.site-header .col:first-of-type {
  display: none;
}
@media all and (max-width: 896px) {
  .site-header .col:first-of-type {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .site-header .col:first-of-type, .site-header .col:last-of-type {
    flex: 0 0 20%;
  }
}
@media all and (max-width: 896px) {
  .site-header .col {
    flex: 0 0 60%;
  }
}

@media all and (max-width: 896px) {
  .site-branding {
    text-align: center;
  }
}
.site-branding a {
  display: block;
}
@media all and (max-width: 896px) {
  .site-branding a {
    vertical-align: middle;
    display: inline-block;
  }
}

.site-logo {
  display: block;
}

.main-navigation {
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .main-navigation {
    margin-bottom: 0;
  }
}
.main-navigation .menu {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
}
@media all and (max-width: 896px) {
  .main-navigation .menu {
    white-space: nowrap;
    overflow: auto;
  }
}
.main-navigation .menu-item {
  padding: 0 10px;
  display: inline-block;
}
.main-navigation .menu-item a {
  padding: 8px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.main-navigation .menu-item a:hover {
  opacity: 0.7;
}

.group-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-evenly;
  display: flex;
}
@media all and (max-width: 896px) {
  .group-ul {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 896px) {
  .group-li {
    flex: 0 0 50%;
  }
}
.group-link {
  transition: 0.3s;
  display: block;
}
.group-link:hover {
  opacity: 0.7;
}
.group-logo {
  width: 100%;
  height: auto;
  display: block;
}

.footer-section {
  padding: 60px 0 30px;
}
@media all and (max-width: 896px) {
  .footer-section {
    padding: 40px 0 20px;
  }
}
.footer-header {
  margin-bottom: 40px;
  text-align: center;
}
.footer-title {
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.footer-title:before {
  content: "";
  width: 100%;
  height: 3px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 20px;
  z-index: -1;
  display: block;
}
.footer-title span {
  padding: 0 20px;
  font-size: 2.8rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #FFF;
}
.footer-title small {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.footer-footer {
  padding-top: 40px;
  text-align: center;
}
.footer-navigation {
  margin-bottom: 60px;
}
.footer-navigation h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #957b4d;
}
@media all and (max-width: 896px) {
  .footer-navigation h2 {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
.footer-navigation .footer-row {
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .footer-navigation .footer-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer-navigation .footer-col {
  flex: 0 0 21.66666%;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .footer-navigation .footer-col {
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.footer-navigation .footer-col:nth-of-type(1) {
  flex: 0 0 35%;
}
@media all and (max-width: 896px) {
  .footer-navigation .footer-col:nth-of-type(1) {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 896px) {
  .footer-navigation .footer-col:nth-of-type(3) {
    flex: 0 0 100%;
    order: 4;
  }
}
@media all and (max-width: 896px) {
  .footer-navigation .footer-col:nth-of-type(4) {
    flex: 0 0 50%;
    order: 3;
  }
}
.footer-navigation div[class*=menu-] a {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}
.footer-navigation div[class*=menu-] a:hover {
  opacity: 0.7;
}
.footer-navigation-category {
  display: flex;
}
.footer-navigation-category .menu-category-menu-container,
.footer-navigation-category .menu-category-menu-2-container {
  flex: 0 0 50%;
}
.footer-navigation-term a {
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .footer-navigation-term a {
    font-size: 1.4rem;
  }
}
.footer-navigation-term a:hover {
  opacity: 0.7;
}
.footer-navigation-term .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media all and (max-width: 896px) {
  .footer-navigation-term .menu {
    flex-wrap: wrap;
  }
}
.footer-navigation-term .menu-item {
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .footer-navigation-term .menu-item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer-navigation .sub-menu {
  list-style: none;
}
.footer-navigation .sub-menu .menu-item {
  padding-left: 15px;
  position: relative;
}
.footer-navigation .sub-menu .menu-item:before {
  content: "-";
  color: #FFF;
  position: absolute;
  left: 0;
  display: inline-block;
}
.footer-left {
  align-items: center;
  display: flex;
}
@media all and (max-width: 896px) {
  .footer-left {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 896px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-logo img {
  display: block;
}
.footer-address {
  margin-left: 20px;
  color: #FFF;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .footer-address {
    display: none;
  }
}
.footer-info-inner {
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
  justify-content: space-between;
  display: flex;
}
@media all and (max-width: 896px) {
  .footer-info-inner {
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.site-footer {
  padding: 60px 0 0;
  margin-top: 20px;
  background-color: #333;
}
.site-info {
  text-align: right;
}
@media all and (max-width: 896px) {
  .site-info {
    margin-top: 20px;
    text-align: center;
  }
}
.site-info a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #FFF;
}

@media all and (max-width: 896px) {
  #gotop {
    display: none;
  }
}
#gotop a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url(../images/icon/box-up.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e2e2e2;
  position: fixed;
  right: 30px;
  bottom: 72px;
}

.main-row {
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  display: flex;
}
.main-col {
  padding: 0 20px;
}
.main-col:nth-of-type(1) {
  flex: 0 0 66.66666%;
}
@media all and (max-width: 896px) {
  .main-col:nth-of-type(1) {
    flex: 0 0 100%;
  }
}
.main-col:nth-of-type(2) {
  flex: 0 0 33.33333%;
}
@media all and (max-width: 896px) {
  .main-col:nth-of-type(2) {
    flex: 0 0 100%;
  }
}

.widget {
  margin-bottom: 40px;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget-title {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.widget-title:before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #333;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
.widget-title span {
  padding: 0 20px;
  font-size: 2.8rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #FFF;
}
.widget-title small {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}

.home .site-main {
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  .home .site-main {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 896px) {
  .home .information {
    padding-top: 0;
  }
}

.error-404 .page-title {
  line-height: 1.5;
  word-break: auto-phrase;
}
.error-404 .page-content {
  text-align: center;
}
.error-404 .page-content p {
  margin-bottom: 20px;
}
.error-404-btn {
  margin-top: 40px;
}

.archive-header {
  padding: 30px 0;
  margin-bottom: 40px;
  border-top: 5px solid #333;
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .archive-header {
    padding: 20px 0;
  }
}
.archive-category {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #777;
  display: block;
}
.archive-title {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}
@media all and (max-width: 896px) {
  .archive-title {
    font-size: 2.6rem;
  }
}
.archive-list .row {
  margin-left: -15px;
  margin-right: -15px;
}
.archive-list .col {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .archive-list .col {
    flex: 0 0 100%;
  }
}
.archive-list .col:nth-of-type(1), .archive-list .col:nth-of-type(6) {
  flex: 0 0 100%;
}

.attachment-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.author .author-header {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .author .author-header {
    margin-bottom: 30px;
  }
}
.author .author-avatar {
  flex: 0 0 120px;
}
@media all and (max-width: 896px) {
  .author .author-avatar {
    flex: 0 0 100%;
    text-align: center;
  }
}
.author .author-avatar img {
  width: 120px;
  height: auto;
  border-radius: 100px;
  display: block;
}
@media all and (max-width: 896px) {
  .author .author-avatar img {
    display: inline-block;
  }
}
.author .author-content {
  flex: 0 0 calc(100% - 120px);
  padding-left: 20px;
}
@media all and (max-width: 896px) {
  .author .author-content {
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
}
.author .author-name {
  font-size: 3rem;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .author .author-name {
    font-size: 2.4rem;
  }
}
.author .author-description {
  flex: 0 0 100%;
  margin-top: 20px;
  line-height: 1.6;
  text-align: justify;
}

.wpcf7 .table-contact {
  margin: auto;
}
.wpcf7 .table-contact th, .wpcf7 .table-contact td {
  padding: 12px 15px;
}
@media all and (max-width: 896px) {
  .wpcf7 .table-contact th, .wpcf7 .table-contact td {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.wpcf7 .table-contact th p, .wpcf7 .table-contact td p {
  margin-bottom: 0;
}
.wpcf7 .table-contact th {
  width: 260px;
  vertical-align: top;
}
@media all and (max-width: 896px) {
  .wpcf7 .table-contact th {
    width: 100%;
    padding-bottom: 0;
  }
}
.wpcf7 .table-contact th p {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .wpcf7 .table-contact th p {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 896px) {
  .wpcf7 .table-contact td {
    padding-top: 0;
  }
}
.wpcf7 .table-contact .require {
  padding: 5px 10px;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFF;
  background-color: #333;
  float: right;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .wpcf7 .table-contact .require {
    float: none;
  }
}
.wpcf7-text, .wpcf7-email {
  padding: 12px 15px;
  border: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .wpcf7-text, .wpcf7-email {
    width: 100%;
  }
}
.wpcf7-select {
  padding: 12px 15px;
  border: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .wpcf7-select {
    width: 100%;
  }
}
.wpcf7-textarea {
  padding: 12px 15px;
  border: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .wpcf7-textarea {
    width: 100%;
  }
}
.wpcf7-submit {
  margin: auto;
  display: block !important;
}
.wpcf7-spinner {
  margin: 15px auto;
  display: block;
}
.wpcf7-response-output {
  text-align: center;
}
.wpcf7-form-control {
  font-size: 1.6rem;
}
.wpcf7 .form-btn {
  text-align: center;
}
.wpcf7 .notice-box {
  padding: 20px;
  background-color: #F7F7F7;
}
.wpcf7 .notice-box p:last-of-type {
  margin-bottom: 0;
}

.schema-faq-question {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #E2E2E2;
  display: block;
}
@media all and (max-width: 896px) {
  .schema-faq-question {
    font-size: 2rem;
  }
}

.page-numerology {
  /*
  .main-page {
      @include sp {
          margin: 0;
      }
      .page {
          padding: 0;
      }
  }
  */
  /*
  .modal-header {
      padding: 20px 30px;
      @include tab {
          padding: 15px;
      }
      .modal-title {
          font-size: 23px;
          font-weight: bold;
          @include sp {
              font-size: 20px;
          }
      }
      .close {
          font-size: 34px;
          font-weight: 100;
      }
  }
  */
}
.page-numerology p {
  line-height: 1.8;
}
.page-numerology .type-page > h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.page-numerology .page-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-numerology .page-thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .page-numerology .page-thumbnail {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
}
.page-numerology .page-thumbnail .page-image {
  width: 100%;
  height: auto;
}
.page-numerology .page-title {
  line-height: 1.4;
  text-align: left;
}
.page-numerology .modal-body p {
  font-size: inherit;
  text-align: inherit;
}
.page-numerology .modal-body .num-content {
  margin-bottom: 30px;
}
.page-numerology .modal-body .num-subtitle {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
}
@media all and (max-width: 1100px) {
  .page-numerology .modal-body .num-subtitle {
    font-size: 1.8rem;
  }
}
.page-numerology .modal-body .num-subtitle span {
  margin-left: 5px;
  font-size: 2.8rem;
}
@media all and (max-width: 1100px) {
  .page-numerology .modal-body .num-subtitle span {
    font-size: 2.1rem;
  }
}
.page-numerology .modal-body .num-text {
  padding: 20px 20px 1px;
  margin-bottom: 10px;
  background-color: #eee;
  /*
  @media (max-width: $screen-md-max) {
      padding: 15px 15px 1px;
  }
  */
}
.page-numerology .modal-body .num-text p {
  margin-bottom: 20px;
  text-align: justify;
}
.page-numerology .form-inline {
  display: inline-block;
}
@media all and (max-width: 1100px) {
  .page-numerology .form-inline {
    padding: 0 15px;
    display: block;
  }
}
.page-numerology .form-inline h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media all and (max-width: 1100px) {
  .page-numerology .form-group {
    text-align: left;
    display: inline-block;
  }
}
.page-numerology .form-group span {
  padding-left: 10px;
}
@media all and (max-width: 1100px) {
  .page-numerology .form-group span {
    padding-left: 3px;
  }
}
.page-numerology .birth-form {
  padding: 0 0 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #ccc;
}
.page-numerology .birth-form .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
@media all and (max-width: 896px) {
  .page-numerology .birth-form .row {
    justify-content: center;
  }
}
.page-numerology .birth-form .col {
  flex: 0 0 auto !important;
  padding: 0 5px;
}
@media all and (max-width: 896px) {
  .page-numerology .birth-form .col {
    width: auto;
    display: inline-block;
  }
}
.page-numerology .birth-form-header {
  padding: 15px;
  text-align: center;
  background: #eee;
  position: relative;
}
.page-numerology .birth-form-title {
  margin: 0;
  font-size: 2.3rem;
  font-weight: bold;
}
@media all and (max-width: 1100px) {
  .page-numerology .birth-form-title {
    font-size: 2rem;
  }
}
.page-numerology .birth-form-label {
  width: 70px;
  height: 70px;
  padding: 14px;
  margin-top: -35px;
  margin-left: -35px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: #FFFF00;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50px;
}
@media all and (max-width: 1100px) {
  .page-numerology .birth-form-label {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-top: -30px;
    margin-left: -45px;
    font-size: 1.6rem;
  }
}
.page-numerology .birth-form .form-group {
  padding: 0 5px;
}
.page-numerology .birth-form .form-select {
  white-space: nowrap;
}
.page-numerology .birth-form .form-control {
  height: 45px;
  padding: 0 20px;
  color: #333;
  font-size: 1.8rem;
  border: 1px solid #E2E2E2;
}
@media all and (max-width: 1100px) {
  .page-numerology .birth-form .form-control {
    width: auto;
    padding: 0 20px 0 10px;
    display: inline-block;
  }
}
.page-numerology .birth-form h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
.page-numerology .birth-form input[type=submit] {
  padding: 12px 50px;
  margin: 20px auto 0;
  font-size: 1.8rem;
  display: block;
}
@media all and (max-width: 1100px) {
  .page-numerology .birth-form input[type=submit] {
    margin-top: 20px;
  }
}
.page-numerology .numerology-profile {
  width: 100%;
  margin-top: 40px;
  background: #eee;
  display: table;
}
.page-numerology .numerology-cell {
  padding: 15px;
  vertical-align: middle;
  display: table-cell;
}
@media all and (max-width: 1100px) {
  .page-numerology .numerology-cell {
    display: block;
  }
}
.page-numerology .numerology-cell:first-of-type {
  width: 25%;
}
@media all and (max-width: 1100px) {
  .page-numerology .numerology-cell:first-of-type {
    width: 40%;
    margin: auto;
  }
}
.page-numerology .numerology-cell .profile-image {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.page-numerology .numerology-cell strong {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
@media all and (max-width: 1100px) {
  .page-numerology .numerology-cell strong {
    text-align: center;
  }
}
.page-numerology .numerology-cell p {
  margin: 0;
}
.page-numerology .shopgene .col-program {
  width: auto;
}
.page-numerology .shopgene .program-set {
  margin: auto;
}
.page-numerology .shopgene .program-title h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.num-chart {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}
.num-chart p {
  margin-top: 2px;
}
.num-table {
  flex: 0 0 75%;
  padding: 20px;
  position: relative;
  display: table;
}
@media all and (max-width: 1100px) {
  .num-table {
    padding: 0 5px;
  }
}
.num-purpose {
  flex: 0 0 25%;
  padding: 20px 5px;
  margin-top: 50px;
  font-size: 42px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1100px) {
  .num-purpose {
    font-size: 16px;
  }
}
.num-purpose-inner {
  width: 100%;
  padding-top: 100%;
  border: 1px solid #AAA;
  border-radius: 200px;
  position: relative;
}
.num-purpose p {
  width: 100%;
  height: 100%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.num-purpose span {
  margin-bottom: 2px;
  font-size: 1.3rem;
  display: inline-block;
}
@media all and (max-width: 1100px) {
  .num-purpose span {
    font-size: 1rem;
  }
}
.num-purpose span small {
  margin-bottom: 5px;
  font-size: 1rem;
  display: block;
}
@media all and (max-width: 1100px) {
  .num-purpose span small {
    margin-bottom: 3px;
  }
}
.num-purpose big {
  font-size: 5rem;
  font-weight: 500;
  display: block;
}
@media all and (max-width: 1100px) {
  .num-purpose big {
    font-size: 2.6rem;
  }
}

.num-row {
  display: table-row;
}
.num-row:last-of-type .num-cell {
  border-bottom: none;
}

.num-cell {
  width: 33.33333%;
  padding: 10px 0;
  font-size: 4.2rem;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  text-align: center;
  word-break: break-all;
  display: table-cell;
}
@media all and (max-width: 1100px) {
  .num-cell {
    font-size: 1.6rem;
  }
}
.num-cell:first-of-type {
  border-left: none;
}
.num-cell p {
  margin: 0;
  line-height: 1;
}
.num-cell span {
  margin-bottom: 2px;
  font-size: 1.3rem;
  display: inline-block;
}
@media all and (max-width: 1100px) {
  .num-cell span {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.num-cell span small {
  margin-bottom: 5px;
  font-size: 10px;
  display: block;
}
@media all and (max-width: 1100px) {
  .num-cell span small {
    margin-bottom: 3px;
  }
}
.num-cell big {
  font-size: 5rem;
  font-weight: 500;
  display: block;
}
@media all and (max-width: 1100px) {
  .num-cell big {
    font-size: 2.6rem;
  }
}
.num-cell.none {
  background-image: url(../images/numerology/numerology-cat.jpg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.second-page {
  padding: 15px;
  position: relative;
  display: inline-block;
}
@media all and (max-width: 1100px) {
  .second-page {
    padding: 0;
  }
}
.second-page .birth-title {
  padding: 20px;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.4;
  background-color: #eee;
}
@media all and (max-width: 1100px) {
  .second-page .birth-title {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.second-page .birth-title span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
@media all and (max-width: 1100px) {
  .second-page .birth-title span {
    font-size: 15px;
  }
}

.num-lesson {
  padding-top: 50px;
  background-image: url(../images/numerology/numerology-yuko.jpg);
  background-position: right top;
  background-size: 200px;
  background-repeat: no-repeat;
}
@media all and (max-width: 1100px) {
  .num-lesson {
    background-position: right -30px top;
    background-size: 160px;
  }
}

.num-accordion .accordion-title {
  padding: 15px 15px 15px 30px;
  font-size: 17px;
  background-image: url(../images/numerology/num-plus.svg);
  background-size: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}
@media all and (max-width: 1100px) {
  .num-accordion .accordion-title {
    font-size: 16px;
  }
}
.num-accordion .accordion-title:hover {
  opacity: 0.7;
}
.num-accordion .accordion-title.active {
  background-image: url(../images/numerology/num-minus.svg);
}
.num-accordion .accordion-description {
  padding: 15px;
  border: 1px solid #ccc;
  display: none;
}

.numerology-property {
  padding: 40px;
  margin-bottom: 40px;
  background: #eee;
}
@media all and (max-width: 1100px) {
  .numerology-property {
    padding: 20px;
  }
}
.numerology-property h2 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}
@media all and (max-width: 1100px) {
  .numerology-property h2 {
    font-size: 21px;
  }
}
.numerology-property h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1100px) {
  .numerology-property h3 {
    font-size: 16px;
  }
}
.numerology-property h3 span {
  font-size: 23px;
}
@media all and (max-width: 1100px) {
  .numerology-property h3 span {
    font-size: 18px;
  }
}
.numerology-property h3 span:after {
  content: ".";
  margin-right: 5px;
  display: inline-block;
}

.page-header {
  padding: 80px 0 60px;
  margin-top: -79px;
  margin-bottom: 40px;
  background-color: #F7F7F7;
}
@media all and (max-width: 896px) {
  .page-header {
    padding: 80px 0 30px;
  }
}
.page-title {
  font-size: 3.2rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  .page-title {
    font-size: 2.6rem;
  }
}
.page .entry-content h2 {
  padding-left: 0;
  border: none;
}
.page .entry-content a {
  color: #333;
}

.pedia-navigation {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .pedia-navigation {
    margin-bottom: 30px;
  }
}
.pedia-navigation-ul {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  display: flex;
}
@media all and (max-width: 896px) {
  .pedia-navigation-ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.pedia-navigation-li {
  flex: 0 0 25%;
  padding: 0 10px;
}
@media all and (max-width: 896px) {
  .pedia-navigation-li {
    padding: 0 5px;
  }
}
.pedia-navigation-li.current .pedia-navigation-link {
  color: #fff;
  background-color: #333;
}
.pedia-navigation-link {
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #F7F7F7;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
}
@media all and (max-width: 896px) {
  .pedia-navigation-link {
    padding: 12px 0;
  }
}
.pedia-navigation-link:hover {
  opacity: 0.7;
}
.pedia-list {
  margin-bottom: 80px;
}
.pedia-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media all and (max-width: 896px) {
  .pedia-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.pedia-list .col {
  flex: 0 0 33.33333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .pedia-list .col {
    flex: 0 0 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.pedia-block {
  width: 100%;
  height: 90px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  text-align: center;
}
.pedia-block-link {
  height: 100%;
  padding: 20px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pedia-block-link:hover {
  opacity: 0.7;
}
.pedia-block-title {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: auto-phrase;
}
.pedia .entry-header {
  padding: 40px 0 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.pedia .entry-content .col:nth-of-type(1) {
  flex: 0 0 100%;
}
.pedia .entry-content #toc_container .toc_toggle a {
  color: #333;
}
.pedia .entry-content #toc_container .toc_depth_1 {
  background-color: #333;
}
.pedia .entry-content #toc_container .toc_depth_2 {
  color: #333;
}

.entry-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.entry-thumbnail {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .entry-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.entry-title {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .entry-title {
    font-size: 2.2rem;
    text-align: justify;
  }
}
.entry-image {
  width: 100%;
  height: auto;
  display: block;
}
.entry-label {
  margin-bottom: 5px;
}
.entry-category {
  padding: 1px 10px 2px;
  color: #fff;
  background-color: #de4d73;
}
.entry-meta .row {
  align-items: center;
  justify-content: space-between;
}
.entry-meta .read-time big {
  font-weight: 700;
}
.entry-content {
  margin-bottom: 80px;
  font-size: 1.7rem;
}
.entry-content > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.entry-content > .row > .col {
  padding: 0 15px;
}
.entry-content .col:nth-of-type(1) {
  flex: 0 0 75%;
}
@media all and (max-width: 1100px) {
  .entry-content .col:nth-of-type(1) {
    flex: 0 0 100%;
  }
}
.entry-content .col:nth-of-type(2) {
  flex: 0 0 25%;
}
@media all and (max-width: 1100px) {
  .entry-content .col:nth-of-type(2) {
    flex: 0 0 100%;
  }
}
.entry-content h2 {
  padding: 4px 0;
  margin-top: 30px;
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.4;
  border-left: 8px solid #de4d73;
}
@media all and (max-width: 896px) {
  .entry-content h2 {
    font-size: 2.2rem;
  }
}
.entry-content h3 {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .entry-content h3 {
    font-size: 2rem;
  }
}
.entry-content p {
  margin-bottom: 20px;
  text-align: justify;
  word-break: break-word;
}
.entry-content b {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.entry-content ul, .entry-content ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
.entry-content a {
  color: #de4d73;
  transition: 0.3s;
}
.entry-content a:hover {
  opacity: 0.7;
}
.entry-content img[class*=wp-image-] {
  max-width: 100%;
  height: auto;
}
.entry-author {
  padding: 15px;
  text-align: center;
  border: 1px solid #E2E2E2;
  position: sticky;
  top: 30px;
}
.entry-author a {
  color: #333;
  text-decoration: none;
}
@media all and (max-width: 1100px) {
  .entry-author a {
    display: flex;
  }
}
.entry-author .avatar {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
}
.entry-author .author-avatar {
  margin-bottom: 10px;
}
@media all and (max-width: 1100px) {
  .entry-author .author-avatar {
    flex: 0 0 40%;
  }
}
@media all and (max-width: 1100px) {
  .entry-author .author-content {
    flex: 0 0 60%;
    padding-left: 20px;
    text-align: left;
  }
}
.entry-author .author-name h3 {
  margin: 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 1100px) {
  .entry-author .author-name h3 {
    margin: 0;
  }
}
.entry-author .author-title {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
@media all and (max-width: 1100px) {
  .entry-author .author-title {
    margin-top: 5px;
  }
}
.entry-author .author-num p {
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 1100px) {
  .entry-author .author-num p {
    margin-bottom: 10px;
    align-items: baseline;
    display: flex;
  }
}
.entry-author .author-num strong {
  font-size: 2.4rem;
}
.entry-author .author-num span {
  font-size: 1.6rem;
  display: block;
}
.entry-author .btn {
  padding: 10px 20px;
}
@media all and (max-width: 1100px) {
  .entry-author .btn {
    padding: 8px 20px;
  }
}
.entry-pagination {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 1100px) {
  .entry-pagination {
    margin-bottom: 40px;
  }
}
.entry-pagination a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
@media all and (max-width: 896px) {
  .entry-pagination a {
    padding: 15px;
    background-color: #F7F7F7;
  }
}
.entry-pagination a:hover {
  opacity: 0.7;
}
.entry-pagination-next, .entry-pagination-previous {
  flex: 0 0 50%;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .entry-pagination-next, .entry-pagination-previous {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.entry-pagination-next span, .entry-pagination-previous span {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #de4d73;
  display: block;
}
@media all and (max-width: 896px) {
  .entry-pagination-next span, .entry-pagination-previous span {
    margin-bottom: 5px;
  }
}
.entry-pagination-next {
  border-left: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .entry-pagination-next {
    border: none;
  }
}
.entry-pagination-next span {
  text-align: right;
}

.entry-content .wp-block-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content .wp-block-button {
  line-height: 1.3;
}
.entry-content .wp-block-button__link {
  padding: 14px 40px;
  color: #fff;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid;
}
.entry-content .wp-block-quote {
  padding: 45px 20px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #f8d7df;
  position: relative;
}
.entry-content .wp-block-quote:before {
  padding-top: 12px;
  content: "“";
  font-family: sans-serif;
  font-size: 19rem;
  line-height: 1;
  color: #de4d73;
  text-align: left;
  position: absolute;
  left: 5%;
  top: -45px;
}
.entry-content .wp-block-quote cite {
  display: block;
  border-top: 1px solid #ecd7dc;
  padding-top: 10px;
  font-size: 1.3rem;
  text-align: right;
  color: #de4d73;
}
.entry-content .wp-element-caption {
  font-size: 1.4rem;
  line-height: 1.4;
}
.entry-content .wp-embedded-content {
  width: 100%;
}

.oldstyle .entry-content img[class*=wp-image-] {
  max-width: 100%;
  margin-bottom: 5px;
  display: inline-block;
}
.oldstyle .wp-caption {
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
}
.oldstyle .wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.oldstyle .doc {
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #F7F7F7;
}
.oldstyle .doc a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.oldstyle .doc a:hover {
  opacity: 0.7;
}
.oldstyle .doc li {
  margin-bottom: 15px;
}
.oldstyle .doc li:last-child {
  margin-bottom: 0;
}
.oldstyle .table-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #E2E2E2;
  border-collapse: collapse;
}
.oldstyle .table-list td, .oldstyle .table-list th {
  padding: 12px 10px;
  border-bottom: 1px solid #E2E2E2;
}
.oldstyle .table-list th {
  background-color: #F7F7F7;
}
.oldstyle .button-link {
  margin-top: 30px;
  margin-bottom: 20px;
}
.oldstyle .button-link .row {
  margin: 0;
  justify-content: center;
  display: flex;
}
.oldstyle blockquote {
  padding: 45px 20px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #f8d7df;
  position: relative;
}
.oldstyle blockquote:before {
  padding-top: 12px;
  content: "“";
  font-family: sans-serif;
  font-size: 19rem;
  line-height: 1;
  color: #de4d73;
  text-align: left;
  position: absolute;
  left: 5%;
  top: -45px;
}
.oldstyle blockquote cite {
  display: block;
  border-top: 1px solid #ecd7dc;
  padding-top: 10px;
  font-size: 1.3rem;
  text-align: right;
  color: #de4d73;
}

.entry-content .schema-faq-answer {
  padding: 20px;
  background-color: #F7F7F7;
}
.entry-content .ul-recipe {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  list-style: none;
}
.entry-content .li-recipe {
  padding-left: 80px;
  margin-bottom: 40px;
  counter-increment: item;
  position: relative;
}
@media all and (max-width: 896px) {
  .entry-content .li-recipe {
    padding-left: 50px;
  }
}
.entry-content .li-recipe:before {
  width: 50px;
  height: 50px;
  content: counter(item);
  font-size: 2.4rem;
  line-height: 50px;
  text-align: center;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .entry-content .li-recipe:before {
    width: 34px;
    height: 34px;
    font-size: 2rem;
    line-height: 34px;
  }
}
.entry-content .li-recipe img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.entry-content .talk-box {
  margin-bottom: 30px;
  display: table;
}
.entry-content .talk-box .talk-avatar {
  width: 20%;
  padding-right: 15px;
}
.entry-content .talk-box .talk-avatar .wp-caption {
  width: 100% !important;
  padding-top: 0;
}
.entry-content .talk-box .talk-avatar .wp-caption img[class*=wp-image-] {
  width: 100%;
  height: auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.entry-content .talk-box .talk-avatar .wp-caption .wp-caption-text {
  display: none;
}
.entry-content .talk-box .talk-content {
  padding: 15px;
  border: 1px solid #E2E2E2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.entry-content .talk-box .talk-content:before, .entry-content .talk-box .talk-content:after {
  width: 0;
  content: "";
  position: absolute;
  display: block;
}
.entry-content .talk-box .talk-content:before {
  border: 10px solid transparent;
  border-right-color: #fff;
  border-left-width: 0;
  left: -9px;
  top: 40px;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .entry-content .talk-box .talk-content:before {
    top: 20px;
  }
}
.entry-content .talk-box .talk-content:after {
  border: 10px solid transparent;
  border-right-color: #E2E2E2;
  border-left-width: 0;
  top: 40px;
  left: -11px;
}
@media all and (max-width: 896px) {
  .entry-content .talk-box .talk-content:after {
    top: 20px;
  }
}
.entry-content .talk-box .talk-avatar,
.entry-content .talk-box .talk-content {
  vertical-align: top;
  display: table-cell;
}
.entry-content .talk-box.talk-box-right .talk-avatar {
  padding-right: 0;
  padding-left: 15px;
}
.entry-content .talk-box.talk-box-right .talk-content:before {
  border: 10px solid transparent;
  border-left-color: #fff;
  border-right-width: 0;
  left: auto;
  right: -9px;
  top: 40px;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .entry-content .talk-box.talk-box-right .talk-content:before {
    top: 20px;
  }
}
.entry-content .talk-box.talk-box-right .talk-content:after {
  border: 10px solid transparent;
  border-left-color: #E2E2E2;
  border-right-width: 0;
  top: 40px;
  left: auto;
  right: -11px;
}
@media all and (max-width: 896px) {
  .entry-content .talk-box.talk-box-right .talk-content:after {
    top: 20px;
  }
}

.amazon-block {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #F7F7F7;
}
.amazon-block a {
  color: #333;
  text-decoration: none;
}
.amazon-block strong {
  margin-bottom: 10px;
  display: block;
}
.amazon-block-row {
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
  display: flex;
}
.amazon-block-col {
  padding: 0 10px;
}
.amazon-block-col:first-of-type {
  flex: 0 0 30%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .amazon-block-col:first-of-type {
    flex: 0 0 45%;
    text-align: left;
  }
}
.amazon-block-col:last-of-type {
  flex: 0 0 70%;
}
@media all and (max-width: 896px) {
  .amazon-block-col:last-of-type {
    flex: 0 0 55%;
  }
}

.recipe-block {
  padding-left: 80px;
  margin-bottom: 20px;
  counter-increment: item;
  position: relative;
}
@media all and (max-width: 896px) {
  .recipe-block {
    padding-left: 50px;
  }
}
.recipe-block-number {
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  line-height: 50px;
  text-align: center;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .recipe-block-number {
    width: 34px;
    height: 34px;
    font-size: 2rem;
    line-height: 34px;
  }
}
.recipe-block-row {
  flex-wrap: wrap;
  display: flex;
}
.recipe-block-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.banner-link {
  transition: 0.3s;
  display: block;
}
.banner-link:hover {
  opacity: 0.7;
}
.banner-link:hover .banner-image {
  transform: scale(1.02);
}
.banner-thumbnail {
  overflow: hidden;
}
.banner-image {
  transition: 0.3s;
}

#banner-inner {
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  position: relative;
}

.widget-content .banner {
  margin-bottom: 20px;
}
.widget-content .banner:last-of-type {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media all and (max-width: 896px) {
  .breadcrumbs {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.breadcrumbs-inner {
  padding: 10px 0;
  overflow: auto;
}
.breadcrumbs a {
  color: #de4d73;
  text-decoration: none;
}

.block {
  border: 1px solid #E2E2E2;
}
.block-list > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.block-list > .row > .col {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .block-list > .row > .col {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.block-list .col:nth-of-type(1), .block-list .col:nth-of-type(6) {
  flex: 0 0 100%;
}
.block-btn {
  padding: 40px 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block-btn {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.block-link {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.block-link:hover {
  opacity: 0.7;
}
.block-link:hover .block-image,
.block-link:hover .youtube-block-image {
  transform: scale(1.02);
}
.block-thumbnail {
  position: relative;
  overflow: hidden;
}
.block-image {
  transition: 0.3s;
}
.block-category {
  margin-bottom: 5px;
  display: flex;
}
.block-label {
  padding: 2px 10px 1px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  background-color: #de4d73;
  display: inline-block;
}
.block-title {
  height: 61.6px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .block-title {
    height: auto;
    max-height: 82.8px;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.38;
    -webkit-line-clamp: 3;
  }
}
.block-content {
  padding: 15px;
}
@media all and (max-width: 1200px) {
  .block-content {
    padding: 15px 15px 8px;
  }
}
.block-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media all and (max-width: 1200px) {
  .block-meta {
    flex-wrap: wrap;
    justify-content: normal;
  }
}
@media all and (max-width: 1200px) {
  .block-date {
    flex: 0 0 100%;
    padding-top: 3px;
    margin-top: 12px;
    border-top: 1px solid #E2E2E2;
    order: 2;
  }
}
.block-date time {
  font-size: 1.4rem;
}
.block-author {
  align-items: center;
  display: flex;
}
@media all and (max-width: 1200px) {
  .block-author {
    flex: 0 0 100%;
    order: 1;
  }
}
.block-author .avatar {
  width: 38px;
  height: auto;
  margin-right: 8px;
  border-radius: 100px;
}
@media all and (max-width: 896px) {
  .block-author .avatar {
    width: 32px;
  }
}
.block-author p {
  letter-spacing: 0;
  line-height: 1.4;
}
.block-author-name {
  font-size: 1.4rem;
}
.block-author-title {
  color: #777;
  font-size: 1rem;
  display: block;
}

.btn {
  padding: 12px 40px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: 0.3s;
  display: inline-block;
}
.btn:hover {
  opacity: 0.7;
}
.btn small {
  font-size: 1.4rem;
  display: block;
}
.btn-ty20 {
  padding: 10px 5px;
  color: #fff;
  background-color: #97B9A9;
}
@media all and (max-width: 896px) {
  .btn-ty20 {
    font-size: 1.4rem;
  }
}
.btn-black {
  color: #fff !important;
  background-color: #333;
}
.btn-primary {
  color: #fff !important;
  background-color: #de4d73;
}
.btn-border {
  border: 1px solid #333;
  border-radius: 100px;
}
.btn-numelorogy {
  color: #fff;
  background: #FF8900;
}
.btn-numelorogy:link, .btn-numelorogy:visited, .btn-numelorogy:hover, .btn-numelorogy:focus, .btn-numelorogy:active {
  color: #fff;
  opacity: 0.7;
}
.btn-next {
  padding-right: 50px;
  background-image: url(../images/icon/next-black.svg);
  background-size: 10px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.btn-l {
  min-width: 240px;
  padding: 12px 40px;
  font-size: 2rem;
}

body.drawer-open .drawer-hamburger-icon:before, body.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}
body .drawer-hamburger {
  width: 32px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 20px;
}
body .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
body .drawer-content ul {
  list-style: none;
}
body .drawer-content .menu {
  padding: 0;
  border-bottom: 1px solid #E2E2E2;
}
body .drawer-content .menu-item {
  border-top: 1px solid #E2E2E2;
}
body .drawer-content .menu-item > a {
  color: #333;
  background-image: url(../images/icon/next-black.svg);
  background-size: 8px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
}
body .drawer-content .menu-item-has-children {
  position: relative;
}
body .drawer-content .menu-item-has-children > a:after {
  content: "+";
  font-size: 3rem;
  font-weight: 100;
  color: #666;
  position: absolute;
  top: 14px;
  right: 12px;
}
body .drawer-content .menu-item-has-children > a.open:after {
  content: "−";
}
body .drawer-content .menu-item-has-children > a {
  background-image: none;
}
body .drawer-content .menu .sub-menu .menu-item a {
  padding: 15px 15px 15px 30px;
  background-color: #F7F7F7;
  display: block;
}

.widget_custom_fortune_widget {
  margin-top: 40px;
  border: 1px solid #333;
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
}
.widget_custom_fortune_widget .widget-title {
  margin-top: -23px !important;
  margin-bottom: 0;
}
.widget_custom_fortune_widget .widget-title:before {
  content: none;
}
.widget_custom_fortune_widget .widget-footer {
  padding: 0 30px;
  margin-bottom: 15px;
  text-align: right;
}
.widget_custom_fortune_widget .widget-link {
  padding-right: 15px;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.widget_custom_fortune_widget .widget-link:hover {
  opacity: 0.7;
}
.widget_custom_fortune_widget .widget-link:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
  position: absolute;
  right: -1px;
  bottom: 2px;
  display: block;
}
.widget_custom_fortune_widget .fortune {
  padding: 0 30px;
  margin-bottom: 10px;
  position: relative;
}
.widget_custom_fortune_widget .fortune a {
  color: #333;
  transition: 0.3s;
}
.widget_custom_fortune_widget .fortune a:hover {
  opacity: 0.7;
}
.widget_custom_fortune_widget .fortune-thumbnail {
  position: relative;
}
.widget_custom_fortune_widget .fortune-image {
  width: 100%;
  height: auto;
  display: block;
}
.widget_custom_fortune_widget .fortune-date {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_custom_fortune_widget .fortune-date em {
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #E2E2E2;
  display: block;
}
.widget_custom_fortune_widget .fortune-date span {
  font-family: "Lobster", cursive;
  font-size: 120px;
  text-align: center;
  line-height: 1;
  display: block;
}

article.category-numerology .fortune-thumbnail {
  margin-bottom: 20px;
  position: relative;
}
article.category-numerology .fortune-date {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media all and (max-width: 896px) {
  article.category-numerology .fortune-date {
    top: 10px;
    right: 10px;
  }
}
article.category-numerology .fortune-date em {
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 3.2rem;
  border-bottom: 1px solid #E2E2E2;
  display: block;
}
@media all and (max-width: 896px) {
  article.category-numerology .fortune-date em {
    font-size: 2rem;
    text-align: center;
  }
}
article.category-numerology .fortune-date span {
  font-family: "Lobster", cursive;
  font-size: 18rem;
  text-align: center;
  line-height: 1;
  display: block;
}
@media all and (max-width: 896px) {
  article.category-numerology .fortune-date span {
    font-size: 7rem;
  }
}
article.category-numerology .fortune-date p {
  margin: 0;
  text-align: center;
}
article.category-numerology .fortune-date p bold {
  padding: 0 20px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid;
}
@media all and (max-width: 896px) {
  article.category-numerology .fortune-date p bold {
    font-size: 1.4rem;
  }
}

.fortune-block-link {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.fortune-block-link:hover {
  opacity: 0.7;
}
.fortune-block-thumbnail {
  position: relative;
}
.fortune-block-image {
  width: 100%;
  height: auto;
  display: block;
}
.fortune-block-date {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media all and (max-width: 896px) {
  .fortune-block-date {
    padding-top: 5px;
    padding-right: 20px;
  }
}
.fortune-block-date em {
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #E2E2E2;
  display: block;
}
.fortune-block-date span {
  font-family: "Lobster", cursive;
  font-size: 120px;
  text-align: center;
  line-height: 1;
  display: block;
}
.fortune-block .block-title {
  height: auto;
}

.fukidashi-block {
  margin-bottom: 20px;
}
.fukidashi-row {
  display: flex;
}
.fukidashi-col:first-of-type {
  flex: 0 0 18%;
}
@media all and (max-width: 896px) {
  .fukidashi-col:first-of-type {
    flex: 0 0 20%;
  }
}
.fukidashi-col:last-of-type {
  flex: 0 0 82%;
}
@media all and (max-width: 896px) {
  .fukidashi-col:last-of-type {
    flex: 0 0 80%;
  }
}
.fukidashi-left .fukidashi-col:first-of-type {
  order: 2;
}
.fukidashi-left .fukidashi-col:last-of-type {
  padding-right: 30px;
  order: 1;
}
@media all and (max-width: 896px) {
  .fukidashi-left .fukidashi-col:last-of-type {
    padding-right: 20px;
  }
}
.fukidashi-left .fukidashi-text:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #333;
  border-right: 0;
  top: 25px;
  right: -10.9px;
}
.fukidashi-left .fukidashi-text:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  top: 25px;
  right: -9px;
}
.fukidashi-right .fukidashi-col:first-of-type {
  order: 1;
}
.fukidashi-right .fukidashi-col:last-of-type {
  padding-left: 30px;
  order: 2;
}
@media all and (max-width: 896px) {
  .fukidashi-right .fukidashi-col:last-of-type {
    padding-left: 20px;
  }
}
.fukidashi-right .fukidashi-text:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #333;
  border-left: 0;
  top: 25px;
  left: -10.9px;
}
.fukidashi-right .fukidashi-text:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0;
  top: 25px;
  left: -9px;
}
.fukidashi-image {
  width: 100%;
  height: auto;
  border-radius: 200px;
  display: block;
}
.fukidashi-name {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  display: block;
}
.fukidashi-text {
  padding: 20px;
  margin-top: 28px;
  border: 1px solid;
  border-radius: 8px;
  position: relative;
}
@media all and (max-width: 896px) {
  .fukidashi-text {
    padding: 15px;
    margin-top: 0px;
  }
}
.fukidashi-text p {
  margin: 0;
}
.fukidashi-text:before, .fukidashi-text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: block;
}

.information {
  width: 100%;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .information {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.information-headline {
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
}
@media all and (max-width: 896px) {
  .information-headline {
    margin-bottom: 10px;
  }
}
.information-headline span {
  margin-bottom: -2px;
  border-bottom: 3px solid #333;
}
.information-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-content .information-ul {
  margin-bottom: 40px;
}
.information-li {
  padding: 0 15px;
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .information-li {
    padding: 0;
  }
}
.information-link {
  padding: 12px 40px 12px 0;
  color: #333;
  text-decoration: none;
  background-image: url(../images/icon/next-black.svg);
  background-size: 10px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: block;
}
.archive-content .information-link {
  padding: 14px 40px 14px 0;
}
@media all and (max-width: 896px) {
  .information-link {
    padding: 10px 40px 10px 0;
  }
}
.information-link:hover {
  opacity: 0.7;
}
.information-label {
  width: 100px;
  margin-right: 10px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .information-label {
    font-size: 1.3rem;
  }
}
.information-title {
  line-height: 1.4;
}
.archive-content .information-title {
  margin-top: 5px;
  line-height: 1.5;
  display: block;
}
@media all and (max-width: 896px) {
  .information-title {
    display: block;
  }
}

.top .information {
  /*
  &-li {
      padding: 0;
  }
  */
}
.top .information .container-l {
  padding: 0;
}
.top .information-title {
  margin-top: 5px;
}

.instagram-ul {
  padding: 0;
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .instagram-ul {
    margin: 0;
  }
}
.instagram-li {
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .instagram-li {
    flex: 33.33333%;
    padding: 0;
    margin: 0;
  }
}
@media all and (max-width: 896px) {
  .instagram-li:last-child {
    display: none;
  }
}
.instagram-link {
  transition: 0.3s;
  display: block;
}
.instagram-link:hover {
  opacity: 0.7;
}
.instagram-link:hover .instagram-image {
  transform: scale(1.02);
}
.instagram-link img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: block;
}
.instagram-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: block;
}

.label-ads {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: #de4d73;
  position: absolute;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
  /*
  &:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
  }
  &:target {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
  }
  */
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.modal-body {
  width: 100%;
  max-width: 650px;
  min-width: 300px;
  height: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
}
.modal-header {
  padding: 25px 20px 0;
}
.modal-content {
  margin: 25px;
}
.modal-close {
  font-size: 3rem;
  text-decoration: none;
  position: absolute;
  top: 17px;
  right: 15px;
}

.portal-navigation {
  margin-bottom: 40px;
  display: none;
}
@media all and (max-width: 896px) {
  .portal-navigation {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: block;
  }
}
.home .portal-navigation {
  display: block;
}
@media all and (max-width: 896px) {
  .portal-navigation .container-l {
    padding: 0;
  }
}
.portal-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  display: flex;
}
@media all and (max-width: 896px) {
  .portal-navigation .menu {
    border-top: 3px solid #333;
    border-left: none;
    border-right: none;
    border-bottom: 0;
    border-radius: 0;
  }
}
.widget .portal-navigation .menu {
  border-radius: 0;
  flex-wrap: wrap;
}
.portal-navigation .menu-item {
  flex: 0 0 25%;
  text-align: center;
  border-right: 1px solid #E2E2E2;
}
.portal-navigation .menu-item:last-of-type {
  border-right: none;
}
.widget .portal-navigation .menu-item {
  flex: 0 0 100%;
  border-right: none;
  border-bottom: 1px solid #E2E2E2;
}
.widget .portal-navigation .menu-item:last-of-type {
  border-bottom: none;
}
.portal-navigation .menu-item a {
  padding: 30px 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
@media all and (max-width: 896px) {
  .portal-navigation .menu-item a {
    padding: 3px 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.portal-navigation .menu-item a:hover {
  opacity: 0.7;
}
.widget .portal-navigation .menu-item a {
  padding: 15px 50px 15px 15px;
  background-image: url(../images/icon/next-black.svg);
  background-size: 10px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  display: flex;
}
.widget .portal-navigation .menu-item a .icon {
  margin-bottom: 0;
}
.widget .portal-navigation .menu-item a .menu-item-name {
  flex: 0 0 82%;
  padding-left: 10px;
  font-size: 1.8rem;
  text-align: left;
}
.portal-navigation .menu-item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 0px;
  background-color: #de4d73;
  display: block;
  /*
  .widget & {
      width: 100%;
      height: auto;
  }
  */
}
@media all and (max-width: 896px) {
  .portal-navigation .menu-item .icon {
    width: 34px;
    height: 34px;
    margin: 0 auto;
  }
}
.portal-navigation .menu-item-description {
  margin-top: 10px;
  color: #777;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .portal-navigation .menu-item-description {
    margin-top: 5px;
    font-size: 1rem;
  }
}
.widget .portal-navigation .menu-item-description {
  margin-top: 5px;
}
.portal-navigation.down {
  bottom: -100px;
}

.sidebar-navigation {
  margin-bottom: 40px;
  /*
  &.down {
      bottom: -100px;
  }
  */
}
@media all and (max-width: 896px) {
  .sidebar-navigation {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    display: block;
  }
}
@media all and (max-width: 896px) {
  .sidebar-navigation .container-l {
    padding: 0;
  }
}
.sidebar-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .sidebar-navigation .menu {
    border-left: none;
    border-right: none;
    border-bottom: 0;
  }
}
.sidebar-navigation .menu-item {
  flex: 0 0 100%;
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #E2E2E2;
}
.sidebar-navigation .menu-item a {
  padding: 15px 50px 15px 15px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-image: url(../images/icon/next-black.svg);
  background-size: 10px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  transition: 0.3s;
  align-items: center;
  display: flex;
}
@media all and (max-width: 896px) {
  .sidebar-navigation .menu-item a {
    padding: 15px 0 15px;
    font-size: 1.2rem;
    letter-spacing: 0;
    align-items: center;
  }
}
.sidebar-navigation .menu-item a:hover {
  opacity: 0.7;
}
.sidebar-navigation .menu-item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #de4d73;
  display: block;
}
@media all and (max-width: 896px) {
  .sidebar-navigation .menu-item .icon {
    width: 34px;
    height: 34px;
    margin: 0 auto;
  }
}
.sidebar-navigation .menu-item-name {
  flex: 0 0 82%;
  padding-left: 10px;
  font-size: 1.8rem;
  text-align: left;
}
.sidebar-navigation .menu-item-description {
  margin-top: 5px;
  color: #777;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .sidebar-navigation .menu-item-description {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.drawer-navigation {
  margin-bottom: 40px;
  border-top: 3px solid #333;
}
@media all and (max-width: 896px) {
  .drawer-navigation {
    margin-bottom: 0;
    background-color: #fff;
    touch-action: auto !important;
    overflow: auto;
    display: block;
  }
}
@media all and (max-width: 896px) {
  .drawer-navigation .container-l {
    padding: 0;
  }
}
.drawer-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
  flex-wrap: wrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .drawer-navigation .menu {
    border-left: none;
    border-right: none;
    border-bottom: 0;
  }
}
.drawer-navigation .menu-item {
  flex: 0 0 100%;
  border-right: none;
}
.drawer-navigation .menu-item a {
  padding: 15px 50px 15px 15px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-image: url(../images/icon/next-black.svg);
  background-size: 10px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  transition: 0.3s;
  align-items: center;
  position: relative;
  display: flex;
}
@media all and (max-width: 896px) {
  .drawer-navigation .menu-item a {
    padding: 15px 30px 15px 15px;
    font-size: 1.2rem;
    letter-spacing: 0;
    align-items: center;
  }
}
.drawer-navigation .menu-item a:hover {
  opacity: 0.7;
}
.drawer-navigation .menu-item .icon {
  width: 50px;
  height: 50px;
  background-color: #de4d73;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .drawer-navigation .menu-item .icon {
    width: 34px;
    height: 34px;
  }
}
.drawer-navigation .menu-item-name {
  flex: 0 0 82%;
  padding-left: 10px;
  font-size: 1.8rem;
  text-align: left;
  display: inline-block;
}
.drawer-navigation .menu-item-description {
  margin-top: 5px;
  color: #777;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
@media all and (max-width: 896px) {
  .drawer-navigation .menu-item-description {
    margin-top: 5px;
    font-size: 1rem;
  }
}
.drawer-navigation .menu-item .sub-menu .icon {
  display: none;
}
.drawer-navigation .menu-item .sub-menu .menu-item-name {
  font-size: 1.6rem;
  font-weight: 400;
}

.drawer-navigation .icon-media .icon,
.sidebar-navigation .icon-media .icon,
.portal-navigation .icon-media .icon {
  background-image: url(../images/icon/media.svg);
  background-color: transparent;
  background-repeat: no-repeat;
}
.drawer-navigation .icon-seminar .icon,
.sidebar-navigation .icon-seminar .icon,
.portal-navigation .icon-seminar .icon {
  background-image: url(../images/icon/seminar.svg);
  background-color: transparent;
  background-repeat: no-repeat;
}
.drawer-navigation .icon-video .icon,
.sidebar-navigation .icon-video .icon,
.portal-navigation .icon-video .icon {
  background-image: url(../images/icon/video.svg);
  background-color: transparent;
  background-repeat: no-repeat;
}
.drawer-navigation .icon-ty20 .icon,
.sidebar-navigation .icon-ty20 .icon,
.portal-navigation .icon-ty20 .icon {
  background-image: url(../images/icon/ty20.svg);
  background-color: transparent;
  background-repeat: no-repeat;
}

.wp-pagenavi {
  padding: 20px 0;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.wp-pagenavi .pages {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .wp-pagenavi .pages {
    flex: 0 0 100%;
    margin: 10px 0 0;
    font-size: 1.6rem;
    text-align: center;
    order: 40;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 46px;
  padding: 8px 10px;
  margin: 0 3px;
  color: #333;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E2E2E2;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 30px;
    padding: 2px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 896px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #333;
}

.lb-profile {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
}
.lb-profile-header {
  line-height: 1.5;
}
.lb-profile-row {
  align-items: center;
  display: flex;
}
.lb-profile-col:first-of-type {
  flex: 0 0 20%;
}
.lb-profile-col:last-of-type {
  flex: 0 0 80%;
  padding-left: 20px;
}
.lb-profile-col .photo {
  width: 100%;
  height: auto;
  border-radius: 200px;
  display: block;
}
.lb-profile-name {
  margin-bottom: 0 !important;
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .lb-profile-name {
    font-size: 2rem;
  }
}
.lb-profile-title {
  margin-bottom: 0 !important;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .lb-profile-title {
    font-size: 1.4rem;
  }
}
.lb-profile-content {
  margin-top: 20px;
}

body .article-program {
  margin-top: 30px;
  margin-bottom: 20px;
}
body .article-program .program-block {
  border: 1px solid #E2E2E2;
}
body .article-program .program-title {
  height: 56px;
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.4;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
@media all and (max-width: 896px) {
  body .article-program .program-title {
    height: 72.9px;
    font-size: 1.8rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }
}
body .article-program .schedule-li {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  body .article-program .schedule-li {
    font-size: 1.5rem;
  }
}
body .article-program .schedule-place {
  width: 80px;
}
body .program {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #e7e5e1;
}
@media all and (max-width: 896px) {
  body .program {
    margin-bottom: 60px;
  }
}
body .program-title {
  height: 61.6px;
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1.4;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
@media all and (max-width: 896px) {
  body .program-title {
    height: 72.9px;
    font-size: 1.8rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }
}
body .article-program .row,
body .program .row {
  align-items: center;
}
body .article-program .col:nth-of-type(1),
body .program .col:nth-of-type(1) {
  flex: 0 0 33.33333%;
}
@media all and (max-width: 896px) {
  body .article-program .col:nth-of-type(1),
  body .program .col:nth-of-type(1) {
    flex: 0 0 100%;
  }
}
body .article-program .col:nth-of-type(2),
body .program .col:nth-of-type(2) {
  flex: 0 0 66.66666%;
}
@media all and (max-width: 896px) {
  body .article-program .col:nth-of-type(2),
  body .program .col:nth-of-type(2) {
    flex: 0 0 100%;
  }
}
body .article-program-header,
body .program-header {
  text-align: center;
}
@media all and (max-width: 896px) {
  body .article-program-header .btn,
  body .program-header .btn {
    display: none;
  }
}
body .article-program-headline,
body .program-headline {
  font-size: 5.3rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  body .article-program-headline,
  body .program-headline {
    font-size: 3.2rem;
    font-weight: 700;
  }
}
body .article-program-description,
body .program-description {
  margin-bottom: 40px;
  line-height: 1.5;
}
body .article-program-ul,
body .program-ul {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
@media all and (max-width: 896px) {
  body .article-program-ul,
  body .program-ul {
    margin: 0 -20px;
  }
}
body .article-program-li,
body .program-li {
  width: 50%;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  body .article-program-li,
  body .program-li {
    width: 100%;
    padding: 0 10px;
  }
}
body .article-program-block,
body .program-block {
  background-color: #fff;
}
body .article-program-link,
body .program-link {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
body .article-program-link:hover,
body .program-link:hover {
  opacity: 0.7;
}
body .article-program-link:hover .program-image,
body .program-link:hover .program-image {
  transform: scale(1.02);
}
body .article-program-thumbnail,
body .program-thumbnail {
  margin-bottom: 15px;
  overflow: hidden;
}
body .article-program-image,
body .program-image {
  transition: 0.3s;
}
body .schedule-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .schedule-li {
  padding: 8px 15px;
  font-size: 1.6rem;
  white-space: nowrap;
  border-top: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  body .schedule-li {
    font-size: 1.5rem;
  }
}
body .schedule-place {
  width: 90px;
  margin-right: 10px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #ec8c69;
  display: inline-block;
}
@media all and (max-width: 896px) {
  body .schedule-place {
    width: 80px;
    font-size: 1.3rem;
  }
}
body .schedule-none {
  text-align: center;
  border-top: 1px solid #E2E2E2;
}

.lb-references {
  padding: 20px 20px 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
}
.lb-references-ul {
  line-height: 1.5;
}
.lb-references-li {
  margin-bottom: 10px;
}
.lb-references-li:last-child {
  margin-bottom: 0;
}
.lb-references-li a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.lb-references-li a:hover {
  opacity: 0.7;
}

.related {
  margin-bottom: 40px;
}
.related-headline {
  margin-bottom: 20px;
}
.related-row {
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  display: flex;
}
.related-col {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .related-col {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.btn-search {
  width: 32px;
  height: 32px;
  padding: 0;
  display: none;
}
@media all and (max-width: 896px) {
  .btn-search {
    width: 40px;
    height: 40px;
    display: block;
  }
}
.btn-search .icon-search {
  width: 32px;
  height: 32px;
  background-image: url(../images/icon/search-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .btn-search .icon-search {
    width: 40px;
    height: 40px;
  }
}

.searchform-box {
  position: relative;
}
@media all and (max-width: 896px) {
  .searchform-box {
    display: none;
  }
}
.searchform-box input[type=text] {
  padding: 5px 20px;
  background-color: #F7F7F7;
  border-radius: 50px;
}
.searchform-box button {
  width: 32px;
  height: 32px;
  padding: 0;
  margin-top: -16px;
  border-radius: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
}
.searchform-box button .icon-search {
  width: 32px;
  height: 32px;
  background-image: url(../images/icon/search-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.search-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.search-modal__bg {
  width: 100%;
  height: 100vh;
  background-size: 50px;
  background-position: top 12px right 12px;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  position: absolute;
}
.search-modal__content {
  width: 90%;
  background: transparent;
  transform: translate(-50%, 0);
  position: absolute;
  top: 20px;
  left: 50%;
}
.search-modal__content .searchbox {
  position: relative;
}
.search-modal__content .searchbox input {
  width: 100%;
  padding: 12px 10px;
  color: #fff;
  border-bottom: 1px solid #E2E2E2;
}
.search-modal__content .searchbox button {
  width: 45px;
  height: 45px;
  padding: 0;
  margin-top: -22.5px;
  border-radius: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
}
.search-modal__content .searchbox button .icon-search {
  width: 45px;
  height: 45px;
  background-image: url(../images/icon/search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.slick-slider {
  transition: opacity 0s linear;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-arrow {
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #E2E2E2;
  z-index: 1;
}
.slick-arrow:before {
  content: none;
}
.slick-arrow:link, .slick-arrow:visited, .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
  background-color: #fff;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev {
  background-image: url(../images/icon/prev-black.svg);
}
.slick-prev:link, .slick-prev:visited, .slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  background-image: url(../images/icon/prev-black.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.slick-next {
  background-image: url(../images/icon/next-black.svg);
}
.slick-next:link, .slick-next:visited, .slick-next:hover, .slick-next:active, .slick-next:focus {
  background-image: url(../images/icon/next-black.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.top-ul {
  opacity: 0;
}
.top-slider .slick-arrow {
  width: 40px;
  height: 40px;
}
.top-slider .slick-prev {
  left: 20px;
}
.top-slider .slick-next {
  right: 20px;
}

.program-ul {
  opacity: 0;
}
.program-ul .slick-arrow {
  width: 35px;
  height: 35px;
}
.program-ul .slick-prev {
  left: 0;
}
.program-ul .slick-next {
  right: 0;
}

.article-program-ul {
  opacity: 0;
}
.article-program-ul .slick-arrow {
  width: 35px;
  height: 35px;
}
.article-program-ul .slick-prev {
  left: 0;
}
.article-program-ul .slick-next {
  right: 0;
}

#toc_container {
  width: 100% !important;
  border: 1px solid #E2E2E2;
}
#toc_container .toc_toggle a {
  color: #de4d73;
}
#toc_container .toc_list > li {
  border-bottom: 1px dashed #E2E2E2;
}
#toc_container .toc_list > li:last-child {
  border: none;
}
#toc_container .toc_list > li a {
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
#toc_container .toc_list > li a:hover {
  opacity: 0.7;
}
#toc_container .toc_list > li > a {
  padding: 15px 0 15px 36px;
  line-height: 1.4;
  position: relative;
}
#toc_container .toc_list > li ul {
  margin-top: -5px;
  margin-left: 1.8rem;
  margin-bottom: 10px;
}
#toc_container .toc_depth_1 {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  color: #fff;
  background-color: #de4d73;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0;
  border-radius: 32px;
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
}
#toc_container .toc_depth_2 {
  font-weight: 700;
  color: #de4d73;
}

.top {
  margin-top: 20px;
  margin-bottom: 40px;
}
.top-row {
  margin: 0;
  flex-wrap: nowrap;
  display: flex;
}
@media all and (max-width: 896px) {
  .top-row {
    flex-wrap: wrap;
  }
}
.top-slider {
  flex: 0 0 66.66666%;
}
@media all and (max-width: 896px) {
  .top-slider {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 896px) {
  .top-ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-content {
  flex: 0 0 33.33333%;
}
@media all and (max-width: 896px) {
  .top-content {
    flex: 0 0 100%;
  }
}
.top-content .block {
  border: none;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-content .block {
    margin-bottom: 20px;
    border: 1px solid #E2E2E2;
  }
}
.top-content .block-content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .top-content .block-content {
    background-color: transparent;
    position: static;
  }
}
.top-content .block-title {
  margin-bottom: 10px;
}

.ty20-ul {
  list-style: none;
}
.ty20-link {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.ty20-link:hover {
  opacity: 0.7;
}
.ty20-link:hover .ty20-image {
  transform: scale(1.02);
}
.ty20-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.ty20-image {
  transition: 0.3s;
}
.ty20-name {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.ty20-name span {
  display: block;
}
.ty20-menu {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
.ty20-menu-item {
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.ty20-menu .btn {
  width: 100%;
  display: block;
}
.ty20-logo-image {
  width: auto;
  height: 48px;
  margin: 0 auto 20px;
  display: block;
}

.FS2_Recommend2_ranking {
  margin-top: 30px;
}
.FS2_Recommend2_ranking a {
  color: #333;
  text-decoration: none;
}
.FS2_Recommend2_ranking .uGreen {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.FS2_Recommend2_ranking .uGreen small {
  font-size: 1.6rem;
  display: block;
}
.FS2_Recommend2_ranking .rank_box {
  padding: 12px 0;
  border-bottom: 1px solid #E2E2E2;
}
.FS2_Recommend2_ranking .rank_box:nth-of-type(n+6) {
  display: none;
}
.FS2_Recommend2_ranking .gl_Item {
  position: relative;
  flex-wrap: wrap;
  display: flex;
}
.FS2_Recommend2_ranking .itemGroup {
  flex: 0 0 72%;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.FS2_thumbnail_container {
  flex: 0 0 28%;
}
.FS2_thumbnail_container a {
  transition: 0.3s;
  display: block;
}
.FS2_thumbnail_container a:hover {
  opacity: 0.7;
}
.FS2_thumbnail_container img {
  width: 100%;
  height: auto;
  display: none;
}
.FS2_thumbnail_container .FS2_GoodsImageLabel {
  width: 100%;
  padding-top: 100%;
  background-color: #F7F7F7;
  display: block;
}
.FS2_itemPrice_area {
  flex: 0 0 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.youtube .row {
  margin-left: -10px;
  margin-right: -10px;
}
.youtube .col {
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .youtube .col {
    flex: 0 0 50%;
  }
}
.youtube-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.youtube-block-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
}
.block-list .col:nth-of-type(1) .youtube-block-image, .block-list .col:nth-of-type(6) .youtube-block-image {
  padding-top: 56.25%;
  position: static;
}
.block-list .col:nth-of-type(1) .youtube-block-transparent, .block-list .col:nth-of-type(6) .youtube-block-transparent {
  display: none;
}
.youtube-block .block-link:hover {
  opacity: 1;
}
.youtube-play {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background-image: url(../images/icon/play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .youtube-play {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
.youtube-list-link {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.youtube-list-link:hover {
  opacity: 0.7;
}
.youtube-list-link:hover .youtube-list-image {
  transform: scale(1.02);
}
.youtube-list-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}
.youtube-list-image {
  transition: 0.3s;
}
.youtube-list-title {
  height: 67.2px;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .youtube-list-title {
    height: 64.8px;
    line-height: 1.35;
  }
}
.youtube-list-date {
  font-size: 1.3rem;
}
.youtube-box-link {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  transition: 0.3s;
  display: block;
}
@media all and (max-width: 896px) {
  .youtube-box-link {
    padding: 15px 15px 10px;
  }
}
.youtube-box-link:hover {
  opacity: 0.7;
}
.youtube-box-link:hover .youtube-box-image {
  transform: scale(1.02);
}
.youtube-box-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.youtube-box-image {
  transition: 0.3s;
}
.youtube-box-title {
  height: 61.6px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
@media all and (max-width: 896px) {
  .youtube-box-title {
    height: 48.6px;
    font-size: 1.8rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }
}
.youtube-box-meta {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.youtube-box-author {
  display: flex;
}
@media all and (max-width: 896px) {
  .youtube-box-author {
    flex: 0 0 100%;
  }
}
.youtube-box-author p {
  letter-spacing: 0;
  line-height: 1.4;
}
.youtube-box-author-name {
  font-size: 1.4rem;
}
.youtube-box-author-title {
  font-size: 1rem;
  display: block;
}
.youtube-box-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .youtube-box-date {
    flex: 0 0 100%;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #E2E2E2;
  }
}
.youtube-box-date time {
  font-size: 1.4rem;
}
.youtube-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/*# sourceMappingURL=sass */