/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2023 | 09:01:11 */
/* ヘッダーに下線追加 */
.site-header {
	border-bottom: 1px solid var(--pop-main-color);
}

/* pop用スライダー */
.esx-slider-pop li.es_slide.flex-active-slide > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--pop-sub-color);
  border-radius: 10px;
  z-index: 99;
}

@media (max-width: 480px) {
  .esx-slider-pop .flexslider.es_slider .flex-control-nav {
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) {
  .esx-slider-pop li.es_slide > a {
    position: relative;
    margin: 30px 15px;
  }
  .esx-slider-pop li.es_slide::after {
    pointer-events: none;
    width: calc(100% - 30px) !important;
    height: calc(100% - 70px) !important;
    top: 30px !important;
    left: calc(-100% + 15px) !important;
  }
  .esx-slider-pop li.es_slide::after,
  .esx-slider-pop li.es_slide img {
    border-radius: 10px;
  }
  .esx-slider-pop li.es_slide.flex-active-slide:hover button {
    transform: translate(0, 3px);
    box-shadow: var(--pop-box-shadow-off);
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section {
    overflow: hidden;
    width: 40%;
    background: none;
    border-radius: 10px;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_left {
    left: 0;
    padding-left: 60px;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_right {
    width: calc(40% + 20px);
    right: 0;
    padding-left: 40px;
    padding-right: 60px;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section .inner {
    position: relative;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 200%;
    top: -50%;
    z-index: 0;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_left::before {
    right: 0;
    border-radius: 0 100% 100% 0;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_right::before {
    left: 0;
    border-radius: 100% 0 0 100%;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.bg_white::before {
    background: #fff;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section.bg_black::before {
    background: #000;
  }
  .esx-slider-pop .flexslider.es_slider li.es_slide section h3 span {
    font-size: 46px;
  }
  .esx-slider-pop .flexslider.es_slider .flex-control-nav {
    bottom: 40px;
  }
  .esx-slider-pop .flexslider.es_slider .flex-control-nav li a.flex-active {
    background: #333;
  }
}
[class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 {
  margin-bottom: 0.75rem;
}
[class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3,
[class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 span {
  color: var(--pop-sub-color) !important;
}
[class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section button {
  margin-top: 0.75rem;
  padding: 0.5rem 1.5rem;
  color: #fff !important;
  background: var(--pop-main-color);
  border: none;
  border-radius: 10px;
  box-shadow: var(--pop-box-shadow-gray-3);
  transition: transform .5s ease, box-shadow .5s ease;
}
[class*="esx-slider-pop"] .flexslider.es_slider a:hover {
  text-decoration: none;
}
[class*="esx-slider-pop"] .flexslider.es_slider.flex-active-slide > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--pop-sub-color);
  border-radius: 10px;
  z-index: 99;
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px !important;
  height: 60px !important;
  margin: -30px 0 0 !important;
  overflow: inherit;
  background: var(--pop-sub-color);
  border-radius: 60px;
  box-shadow: var(--pop-box-shadow-gray-3);
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::before,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::before {
  display: none !important;
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  border-width: 5px 5px 0 0;
  border-color: #fff;
  border-style: solid;
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after {
  transform: rotate(225deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
  transform: rotate(45deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev,
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
  transform: scale(0.6);
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev {
  left: 15px !important;
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
  right: 15px !important;
}
@media (max-width: 480px) {
  [class*="esx-slider-pop"] li.es_slide > a {
    display: flex;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  [class*="esx-slider-pop"] li.es_slide section {
    position: relative;
    margin-top: auto;
    padding: 10px 20px 40px;
    background: none;
  }
  [class*="esx-slider-pop"] li.es_slide section::before {
    position: absolute;
    display: block;
    content: "";
    width: 200%;
    height: calc(100% + 20px);
    top: -20px;
    left: -50%;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 100% 100% 0 0;
  }
  [class*="esx-slider-pop"] li.es_slide section.pos_left, [class*="esx-slider-pop"] li.es_slide section.pos_right {
    top: inherit;
    transform: none;
  }
  [class*="esx-slider-pop"] li.es_slide section.bg_white h3, [class*="esx-slider-pop"] li.es_slide section.bg_white p {
    text-shadow: var(--pop-text-shadow-white-1);
  }
  [class*="esx-slider-pop"] li.es_slide section.bg_black {
    background: none !important;
  }
  [class*="esx-slider-pop"] li.es_slide section.bg_black::before {
    background: rgba(0, 0, 0, 0.35);
  }
  [class*="esx-slider-pop"] li.es_slide section.bg_black h3, [class*="esx-slider-pop"] li.es_slide section.bg_black p {
    text-shadow: var(--pop-text-shadow-black-1);
  }
  [class*="esx-slider-pop"] li.es_slide section .inner {
    position: relative;
  }
}
@media (min-width: 480px) {
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide.flex-active-slide section {
    animation: slider_section 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide.flex-active-slide section.pos_right {
    animation: slider_section_right 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section {
    overflow: hidden;
    width: 40%;
    max-width: 620px;
    background: none;
    border-radius: 10px;
    opacity: 0;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_left {
    left: 0;
    padding-left: 60px;
    padding-right: 30px;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_right {
    width: calc(40% + 20px);
    right: 0;
    padding-left: 30px;
    padding-right: 60px;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section .inner {
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 200%;
    top: -50%;
    z-index: 0;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_left::before {
    right: 0;
    border-radius: 0 100% 100% 0;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_right::before {
    left: 0;
    border-radius: 100% 0 0 100%;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.bg_white::before {
    background: #fff;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.bg_black::before {
    background: #000;
  }
  [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 span {
    font-size: 46px;
  }
}

.esx-slider-pop-fullwidth {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: calc(100vw - 9px);
  width: calc(100vw - 9px);
}
.esx-slider-pop-fullwidth .flexslider.es_slider .flex-control-nav li a.flex-active {
  background: #333;
}

@keyframes slider_section {
  0% {
    opacity: 0;
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slider_section_right {
  0% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


/* メディアと文章ブロックをカスタマイズ */
.esx-halfimage-banner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.esx-halfimage-banner::after {
  position: absolute;
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  bottom: 0;
  right: 0;
  border-right: 27px solid var(--pop-sub-color);
  border-top: 27px solid transparent;
  border-left: 27px solid transparent;
}
.esx-halfimage-banner:hover img {
  transform: none;
}
.esx-halfimage-banner:hover img:hover {
  transform: none;
}
.esx-halfimage-banner .wp-block-media-text__content {
  font-size: 0.875rem;
  text-align: center;
}
.esx-halfimage-banner .wp-block-media-text__content > * {
  margin: 0;
}
.esx-halfimage-banner p {
  color: var(--pop-sub-color);
}
.esx-halfimage-banner h3 {
  font-size: 1rem;
}
@media (min-width: 481px) {
  .esx-halfimage-banner h3 {
    font-size: 1.125rem;
  }
}

/* ボタンにぼかし無し影＋hover時の動作 */
.esx-button-shadow-3 {
  box-shadow: var(--pop-box-shadow-gray-3);
  transition: transform .25s ease-out, box-shadow .25s ease-out;
}
.esx-button-shadow-3:hover {
  transform: translate(0, 3px);
  box-shadow: var(--pop-box-shadow-off);
}

.esx-button-shadow-5 {
  box-shadow: var(--pop-box-shadow-gray-5);
  transition: transform .25s ease-out, box-shadow .25s ease-out;
}
.esx-button-shadow-5:hover {
  transform: translate(0, 5px);
  box-shadow: var(--pop-box-shadow-off);
}



/* 一覧用ブロック用1 */
.esx-list-style-pop1 {
  padding-bottom: 0;
}
.esx-list-style-pop1 .es-list .es-list-item {
  position: relative;
  padding: 1.5rem 0;
  border: none;
}
.esx-list-style-pop1 .es-list .es-list-item::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to right, var(--pop-main-color), var(--pop-main-color) 8px, transparent 8px, transparent 8px);
  background-size: 18px 2px;
  background-repeat: repeat-x;
}
.esx-list-style-pop1 .es-list .es-list-figure {
  border-radius: 10px;
}
.esx-list-style-pop1 .es-list .es-list-figure::before {
  padding-top: 100%;
}
.esx-list-style-pop1 .es-list .date {
  display: block;
}
.esx-list-style-pop1 .es-list h3 {
  display: inline;
  font-size: 1.125rem;
  font-weight: normal;
  background: var(--pop-text-border);
}
.esx-list-style-pop1 .es-list .entry-content,
.esx-list-style-pop1 .es-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.5em;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb {
    width: 100px;
  }
  .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb figure {
    width: 100px;
  }
  .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .list_content {
    width: calc(100% - 120px);
  }
  .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .ellipsis {
    display: block;
  }
}
@media (min-width: 481px) {
  .esx-list-style-pop1 .es-list h3 {
    font-size: 1.5rem;
  }
}
/* 一覧ブロック用2 */
.esx-list-style-pop2 .es-list .es-list-figure {
  border-radius: 10px;
}
.esx-list-style-pop2 .es-list .es-list-content h3 {
  position: relative;
  width: calc(100% - 20px);
  max-width: 240px;
  margin: 0 auto;
  padding: 0.25rem 0;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  box-shadow: var(--pop-box-shadow-gray-3);
  transform: translate(0, -50%);
  transition: transform .35s ease, box-shadow .35s ease;
}
.esx-list-style-pop2 .es-list .es-list-content h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 10px;
  top: 50%;
  right: 12px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--pop-sub-color);
  transform: translate(0, -50%);
}
.esx-list-style-pop2 .es-list a {
  transition: transform .35s ease-out;
}
.esx-list-style-pop2 .es-list a:hover img {
  transform: none;
}
.esx-list-style-pop2 .es-list a:hover h3.wrap {
  text-decoration: none;
  transform: translate(0, calc(-50% + 3px));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 481px) {
  .esx-list-style-pop2 .es-list .es-list-content h3 {
    font-size: 1.125rem;
  }
}

/* 一覧ブロック用3 */
.esx-list-style-pop3 {
  padding: 30px 0;
}
.esx-list-style-pop3 a:hover img {
  transform: none;
}
.esx-list-style-pop3 a:hover .es-list-figure {
  transform: translate(0, 5px);
  box-shadow: var(--pop-box-shadow-off);
}
.esx-list-style-pop3 a:hover h3.wrap {
  text-decoration: none;
  color: var(--pop-sub-color);
}
.esx-list-style-pop3 .thumb {
  margin-bottom: 1rem;
}
.esx-list-style-pop3 .es-list-figure {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: var(--pop-box-shadow-gray-5);
  transition: transform .35s ease, box-shadow .35s ease;
}
.esx-list-style-pop3 .es-list-figure img {
  width: 110%;
  height: 110%;
}
.esx-list-style-pop3 .es-list-figure::before {
  padding-top: 100%;
}
.esx-list-style-pop3 h3 {
  text-align: center;
}

/* 一覧ブロック用4 */
.esx-list-style-pop4 .es-list-items .es-list-item {
  margin-bottom: 20px;
  border: none;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) a {
  flex-direction: row-reverse;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
  margin-left: 0;
  margin-right: 20px;
}
.esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
  left: inherit;
  right: -15px;
  transform: rotate(180deg);
}
.esx-list-style-pop4 .es-list-content {
  position: relative;
  flex-grow: 2;
  margin-left: 20px;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--pop-sub-color-15);
  box-shadow: var(--pop-box-shadow-gray-5);
}
.esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  left: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.esx-list-style-pop4 .es-list-content::before {
  top: 23px;
  border-right: 15px solid rgba(0, 0, 0, 0.2);
}
.esx-list-style-pop4 .es-list-content::after {
  top: 20px;
  border-right: 15px solid var(--pop-sub-color-15);
}
.esx-list-style-pop4 a {
  overflow: inherit;
  padding-bottom: 5px;
}
.esx-list-style-pop4 a:hover h3.wrap {
  text-decoration: none;
  color: var(--pop-sub-color);
}
.esx-list-style-pop4 .es-list-figure {
  border-radius: 10px;
  box-shadow: var(--pop-box-shadow-gray-5);
}
.esx-list-style-pop4 h3.wrap {
  position: relative;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: normal;
}
.esx-list-style-pop4 h3.wrap::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to right, var(--pop-sub-color), var(--pop-sub-color) 8px, transparent 8px, transparent 8px);
  background-size: 18px 2px;
  background-repeat: repeat-x;
}
.esx-list-style-pop4 .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}
@media (min-width: 481px) {
  .esx-list-style-pop4 .es-list-items .es-list-item {
    margin-bottom: 40px;
  }
  .esx-list-style-pop4 .es-list-item {
    max-width: 1000px;
  }
  .esx-list-style-pop4 .es-list-item:nth-child(even) {
    margin-left: auto;
  }
  .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
    margin-right: 40px;
  }
  .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
    right: -24px;
  }
  .esx-list-style-pop4 .es-list-content {
    margin-left: 40px;
    padding: 20px 30px;
  }
  .esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
    width: 24px;
    height: 24px;
    left: -24px;
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .esx-list-style-pop4 .es-list-content::before {
    border-right-width: 24px;
  }
  .esx-list-style-pop4 .es-list-content::after {
    border-right-width: 24px;
  }
  .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a figure,
  .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb {
    width: 240px;
  }
  .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .es-list-content {
    width: calc(100% - 280px);
  }
  .esx-list-style-pop4 h3.wrap {
    font-size: 1.5rem;
  }
  .esx-list-style-pop4 .ellipsis {
    -webkit-line-clamp: 1;
  }
}
/* ie11用、1行省略 */
@media (min-width: 481px) and (-ms-high-contrast: none), (min-width: 481px) and (-ms-high-contrast: active) {
  .esx-list-style-pop4 .ellipsis {
    white-space: nowrap;
  }
}



/* 特集新着ブロック用 */
.esx-new-list-pop1 {
  padding-left: 0;
  padding-right: 0;
}
.esx-new-list-pop1 .wp-block-column {
  border-radius: 10px;
  background: #fff;
}
.esx-new-list-pop1 .wp-block-column > a {
  border-radius: 10px;
}
.esx-new-list-pop1 .genre {
  display: block;
  margin: -10px 0 -5px 10px;
  transform: translate(0, -50%);
}
.esx-new-list-pop1 .genre span {
  border: none;
  color: #fff;
  background: var(--pop-main-color);
  border-radius: 2rem;
}
.esx-new-list-pop1 span[class^="icon-"]::before {
  color: var(--pop-main-color-50);
}
@media (min-width: 481px) {
  .esx-new-list-pop1 .genre {
    margin-left: 15px;
  }
}

/* 特徴紹介ブロック */

.esx-company-feature-pop1 span[class*="icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 130px;
}
.esx-company-feature-pop1 span[class*="icon-"]::before {
/*   font-family: 'esx-icon'; */
  font-size: 2.5rem;
}
.esx-company-feature-pop1 .wp-block-columns {
  margin-bottom: 0;
}
.esx-company-feature-pop1 .wp-block-columns .wp-block-column,
.esx-company-feature-pop1 .wp-block-columns .wp-block-column p {
  margin-bottom: 0;
}
/*.esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(1) span[class*="icon-"]::before {
  content: "\e901";
}
.esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(2) span[class*="icon-"]::before {
  content: "\e902";
}
.esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(3) span[class*="icon-"]::before {
  content: "\f138";
}*/
@media (min-width: 481px) {
  .esx-company-feature-pop1 span[class*="icon-"]::before {
    font-size: 4.5rem;
  }
}

#content #main .esx-company-feature-pop1 span[class*="icon-"] {
  color: var(--pop-main-color);
  background: #fff;
}



/* 一覧用アニメーション */
/* 左右交互にフェードイン(左から)*/
.esx-list-animation-alternate-left .es-list-item {
  opacity: 0;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_left 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_right 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_left 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_right 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_left 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_right 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_left 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_right 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_left 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_right 0.5s ease-out 1s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_left 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_right 0.5s ease-out 1.2s forwards;
}
/* 左右交互にフェードイン(右から)*/
.esx-list-animation-alternate-right .es-list-item {
  opacity: 0;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_left 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_right 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_left 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_right 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_left 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_right 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_left 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_right 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_left 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_right 0.5s ease-out 1s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_left 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_right 0.5s ease-out 1.2s forwards;
}
/* 上にフェードイン */
.esx-list-animation-up .es-list-item {
  opacity: 0;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_up 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_up 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_up 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_up 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_up 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_up 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_up 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_up 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_up 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_up 0.5s ease-out 1s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_up 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-up.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_up 0.5s ease-out 1.2s forwards;
}
/* 下にフェードイン */
.esx-list-animation-down .es-list-item {
  opacity: 0;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_down 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_down 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_down 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_down 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_down 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_down 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_down 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_down 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_down 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_down 0.5s ease-out 1s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_down 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-down.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_down 0.5s ease-out 1.2s forwards;
}
/* 左にフェードイン */
.esx-list-animation-left .es-list-item {
  opacity: 0;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_left 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_left 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_left 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_left 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_left 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_left 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_left 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_left 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_left 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_left 0.5s ease-out 1s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_left 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-left.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_left 0.5s ease-out 1.2s forwards;
}
/* 右にフェードイン */
.esx-list-animation-right .es-list-item {
  opacity: 0;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(1) {
  animation: anim_fadein_right 0.5s ease-out 0.1s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(2) {
  animation: anim_fadein_right 0.5s ease-out 0.2s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(3) {
  animation: anim_fadein_right 0.5s ease-out 0.3s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(4) {
  animation: anim_fadein_right 0.5s ease-out 0.4s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(5) {
  animation: anim_fadein_right 0.5s ease-out 0.5s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(6) {
  animation: anim_fadein_right 0.5s ease-out 0.6s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(7) {
  animation: anim_fadein_right 0.5s ease-out 0.7s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(8) {
  animation: anim_fadein_right 0.5s ease-out 0.8s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(9) {
  animation: anim_fadein_right 0.5s ease-out 0.9s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(10) {
  animation: anim_fadein_right 0.5s ease-out 1s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(11) {
  animation: anim_fadein_right 0.5s ease-out 1.1s forwards;
}
.esx-list-animation-right.is-inview .es-list-item:nth-child(12) {
  animation: anim_fadein_right 0.5s ease-out 1.2s forwards;
}



/* その他のポップ用css */
.entry-content .esx-box-shadow-style1:not(.wp-block-button),
.entry-content .esx-box-shadow-style1 > .wp-block-button__link {
  overflow: inherit;
  box-shadow: 0 10px 0 var(--pop-main-color-15);
}
.entry-content .esx-box-shadow-style1:not(.wp-block-button) .esx-icon-title1,
.entry-content .esx-box-shadow-style1 > .wp-block-button__link .esx-icon-title1 {
  margin: -100px auto 0;
}
.entry-content .esx-box-shadow-style2:not(.wp-block-button),
.entry-content .esx-box-shadow-style2 > .wp-block-button__link {
  position: relative;
  overflow: inherit;
  box-shadow: var(--pop-box-shadow-gray-5);
  transition: opacity .25s ease-out, transform .25s ease-out, box-shadow .25s ease-out;
}
.entry-content .esx-box-shadow-style2:not(.wp-block-button)::after,
.entry-content .esx-box-shadow-style2 > .wp-block-button__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 10px;
  top: 50%;
  right: 12px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: translate(0, -50%);
}
.entry-content .esx-box-shadow-style2 > .wp-block-button__link:hover {
  opacity: 1;
  transform: translate(0px, 5px);
  box-shadow: var(--pop-box-shadow-off);
}
.entry-content .esx-icon-title1 {
  font-size: 1.375rem;
}
.entry-content .esx-icon-title1::before {
  margin-bottom: 25px;
  color: var(--pop-main-color);
}
.entry-content .esx-icon-title1.has-text-align-center::before {
  justify-content: center;
}
.entry-content .esx-icon-title1 em {
  font-style: normal;
  background: var(--pop-text-border2);
}
@media (min-width: 481px) {
  .entry-content .esx-icon-title1 {
    font-size: 1.875rem;
  }
}
.entry-content .esx-icon-title2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin: -70px auto 0;
  font-size: 1.375rem;
  border-radius: 200px;
  border: 2px solid var(--pop-main-color);
  background: #fff;
}
.entry-content .esx-icon-title2::before {
  color: var(--pop-main-color);
}
.entry-content .esx-icon-title2 em {
  font-style: normal;
  background: var(--pop-text-border2);
}
@media (min-width: 481px) {
  .entry-content .esx-icon-title2 {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    font-size: 1.875rem;
  }
}
.entry-content .esx-before-icon-top::before {
  font-family: 'es_font';
  content: "\e924";
  color: var(--pop-main-color);
  font-size: 68px;
}
.entry-content .esx-icon-color-main::before {
  color: var(--pop-main-color);
}
.entry-content .esx-icon-color-sub::before {
  color: var(--pop-sub-color);
}
.entry-content .esx-image-block-link-pop1 {
  position: relative;
}
.entry-content .esx-image-block-link-pop1 a {
  display: block;
}
.entry-content .esx-image-block-link-pop1 a:hover img {
  transform: none;
}
.entry-content .esx-image-block-link-pop1 figcaption {
  position: relative;
  width: calc(100% - 20px);
  max-width: 240px;
  margin: 0 auto;
  padding: 0.25rem 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: var(--pop-main-color);
  border-radius: 10px;
  box-shadow: var(--pop-box-shadow-gray-3);
  transform: translate(0, -50%);
  transition: transform .35s ease, box-shadow .35s ease;
}
.entry-content .esx-image-block-link-pop1:hover figcaption {
  text-decoration: none;
  transform: translate(0, calc(-50% + 3px));
  box-shadow: var(--pop-box-shadow-off);
}

.esx-button-width1 .wp-block-button__link {
  width: 240px;
  max-width: 100%;
}
@media (min-width: 481px) {
  .esx-button-width1 .wp-block-button__link {
    width: 300px;
  }
}

.esx-border-radius-20-bg .uagb-column__overlay {
	border-radius: 20px;
}
/* 画像ブロックのキャプションを画像に被せる＋画像に角丸 */
.entry-content .esx-image-block-link-pop1 {
  position: relative;
}
.entry-content .esx-image-block-link-pop1 a {
  display: block;
}
.entry-content .esx-image-block-link-pop1 a:hover img {
  transform: none;
}
.entry-content .esx-image-block-link-pop1 img {
  border-radius: 10px;
}
.entry-content .esx-image-block-link-pop1 figcaption {
  position: relative;
  width: calc(100% - 20px);
  max-width: 240px;
  margin: 0 auto;
  padding: 0.25rem 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: var(--pop-main-color);
  border-radius: 10px;
  box-shadow: var(--pop-box-shadow-gray-3);
  transform: translate(0, -50%);
  transition: transform .35s ease, box-shadow .35s ease;
}
.entry-content .esx-image-block-link-pop1:hover figcaption {
  text-decoration: none;
  transform: translate(0, calc(-50% + 3px));
  box-shadow: var(--pop-box-shadow-off);
}

.esx-footer-info-column h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.esx-footer-info-column p {
  margin-bottom: 10px;
}
.esx-footer-info-column [class*="esx-icon-"].has-text-align-center::before {
  justify-content: center;
}
@media (min-width: 481px) {
  .esx-footer-info-column h3 {
    font-size: 2.25rem;
  }
}

.esx-line-height-0 {
	line-height: 0;
}

/*
フッターメニュー
*/
/* 箇条書きドット非表示 */
#colophon a::before {
  display: none;
}
/* タイトルカラー */
.site-footer .widget-title {
  color: var(--pop-main-color);
  border-bottom-color: var(--pop-main-color);
}

