@charset "UTF-8";

/*========================================================================

  base

========================================================================*/

[class^="k26_"] h1,
[class^="k26_"] h2,
[class^="k26_"] p,
[class^="k26_"] span,
[class^="k26_"] a,
[class^="k26_"] button {
    letter-spacing: 0.03em;
}

/*========================================================================

  header

========================================================================*/

.k26_header .k_h-header {
    border-bottom: 1px solid #D8D8D8;
    height: 65px;
}
.k26_header .k_h-header .menu li.active a:before {
    opacity: 0;
}
.k26_header .k_h-header .burger-open {
    height: 65px;
}
.k26_header .k_h-header .burger-open span:nth-of-type(1) {
    top: 23px;
}
.k26_header .k_h-header .burger-open span:nth-of-type(2) {
    top: 31px;
}
.k26_header .k_h-header .burger-open span:nth-of-type(3) {
    bottom: 24px;
}

@media screen and (max-width: 767px) {
    .k26_header .k_h-header {
        height: 52px;
        padding: 0 22px;
    }
    .k26_header .k_h-header .h-text {
        transform: translateY(3px);
    }
    .k26_header .k_h-header .burger-open {
        height: 52px;
    }
    .k26_header .k_h-header .burger-open span:nth-of-type(1) {
        top: 18px;
    }
    .k26_header .k_h-header .burger-open span:nth-of-type(2) {
        top: 25px;
    }
    .k26_header .k_h-header .burger-open span:nth-of-type(3) {
        bottom: 18px;
    }
}

/*  global
------------------------------------------------*/

.k26_header .k_h-global .inner {
    padding-top: 64px;
}
.k26_header .k_h-global .inner:before {
    top: 64px;
}

@media screen and (max-width: 767px) {
    .k26_header .k_h-global .inner {
        padding-top: 52px;
    }
    .k26_header .k_h-global .inner:before {
        top: 52px;
    }
    .k26_header .k_h-global .logo {
        left: 22px;
    }
    .k26_header .k_h-global .l-text {
        transform: translateY(3px);
    }
}

/*========================================================================

  main

========================================================================*/

/*  h1
========================================================================*/

.k26_h1 {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
}
.k26_h1 .small {
    font-size: 22px;
    display: block;
}

@media screen and (max-width: 767px) {
    .k26_h1 {
        font-size: 20px;
    }
    .k26_h1 .small {
        font-size: 14px;
    }
}

/*  simple
------------------------------------------------*/

.k26_h1.simple {
  padding-bottom: 0;
}
.k26_h1.simple > div {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 105px 0 40px;
}
.k26_h1.simple .title {
  font-size: 36px;
  letter-spacing: .4px;
}
.pbPage:not(.edit) .k26_h1.simple .title {
    opacity: 0;
    transform: translateY(100px);
}
.pbPage:not(.edit) .k26_h1.simple.animation .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s, transform 1s;
}

@media screen and (max-width: 767px) {
  .k26_h1.simple > div {
    padding: 90px 0 25px;
  }
  .k26_h1.simple .title {
    font-size: 22px;
  }
}

/*========================================================================

  mv

========================================================================*/

/*  mv-section
========================================================================*/

.k26_mv-section {
    margin-top: 65px;
}
.k26_mv-section .inner {
    width: calc(100% - 40px);
    max-width: 967px;
    margin: 0 auto;
    padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
    .k26_mv-section .inner {
        padding: 30px 0 55px;
    }
}

@media screen and (max-width: 767px) {
    .k26_mv-section {
        margin-top: 52px;
    }
    .k26_mv-section .inner {
        width: calc(100% - 8.5px);
        max-width: 342px;
    }
}

/*  mv-slider
========================================================================*/

.k26_mv-slider.slick-slider:not(:first-child) {
    margin-top: 25px;
    margin-bottom: 0;
}
.k26_mv-slider .textbox {
    position: absolute;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    padding: 27px 58px 27px 24px;
    bottom: 0;
    z-index: 1;
}
.k26_mv-slider .slick-list {
    overflow: visible !important;
}
.k26_mv-slider .slide {
    width: 967px;
    margin-right: 16px;
    margin-left: 16px;
    overflow: hidden;
}
.k26_mv-slider .link {
    position: relative;
    display: block;
}
.k26_mv-slider .title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03em;
    position: relative;
    transition: opacity .3s;
}
.k26_mv-slider .title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.k26_mv-slider .title::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -23px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.k26_mv-slider .tag {
    margin: 0 -2px;
}
.k26_mv-slider .tag span {
    font-size: 15px;
    color: #fff;
    padding: 5px 8px;
    background-color: rgb(0 0 0 / 60%);
    margin: 2px;
}

@media (min-width: 768px) {
    .k26_mv-slider a:hover .image {
        transform: scale(1.08);
    }
    .k26_mv-slider a:hover .title {
        opacity: .5;
    }
}

@media screen and (max-width: 767px) {
    .k26_mv-slider .textbox {
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
        padding: 12px 48px 12px 16px;
    }
    .k26_mv-slider .slide {
        width: 342px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .k26_mv-slider .image {
        width: 100%;
    }
    .k26_mv-slider .title {
        margin-top: 5px;
        font-size: 14px;
    }
    .k26_mv-slider .title::before {
        right: -32px;
    }
    .k26_mv-slider .tag {
        margin: 0 -2px;
    }
    .k26_mv-slider .tag span {
        font-size: 13px;
        padding: 2px 2px 0;
        display: inline-block;
        line-height: 1.5;
    }
}

/*  dots-wrap
------------------------------------------------*/

.k26_mv-slider .dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.k26_mv-slider .dots-wrap li {
    width: 48px;
    height: 6px;
    margin: 0 8px;
    background: #D9D9D9;
    cursor: pointer;
    transition: all .3s;
}
.k26_mv-slider .dots-wrap li.slick-active {
    background: #416CB4;
}
.k26_mv-slider .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media (min-width: 768px) {
    .k26_mv-slider .dots-wrap li:hover {
        background: #416CB4;
    }
}

@media screen and (max-width: 767px) {
    .k26_mv-slider .dots-wrap {
        margin-top: 24px;
    }
    .k26_mv-slider .dots-wrap li {
        width: 24px;
        height: 4px;
        margin: 0 6px;
    }
}

/*========================================================================

  ideas-tag

========================================================================*/

.k26_ideas-tag {
    background-color: #EBEDEF;
    margin-bottom: 40px;
}
.k26_ideas-tag .inner {
    width: calc(100% - 60px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 58px 0 52px;
}

@media screen and (max-width: 767px) {
    .k26_ideas-tag {
        margin-bottom: 15px;
    }
    .k26_ideas-tag.detail {
        margin-bottom: 35px;
    }
    .k26_ideas-tag .inner {
        padding: 40px 0 36px;
    }
}

/*  search
------------------------------------------------*/

.k26_search .k26_ideas-tag {
    display: none;
}

/*  title
------------------------------------------------*/

.k26_ideas-tag .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 27px;
}
.k26_ideas-tag .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .k26_ideas-tag .title {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .k26_ideas-tag .title:after {
        width: 24px;
        height: 2px;
    }
}

/*  tag
------------------------------------------------*/

.k26_ideas-tag .tag {
    margin-top: 28px;
}
.k26_ideas-tag .tag ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.k26_ideas-tag .tag li {
    margin: 4px;
}
.k26_ideas-tag .tag a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #535353;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .k26_ideas-tag .tag a:hover {
        opacity: .6;
    }
}

@media screen and (max-width: 767px) {
    .k26_ideas-tag .tag {
        margin-top: 18px;
    }
    .k26_ideas-tag .tag ul {
        width: 290px;
        margin: 0 auto;
        justify-content: center;
    }
    .k26_ideas-tag .tag a {
        font-size: 14px;
    }
}

/*========================================================================

  case

========================================================================*/

/*  case-section
========================================================================*/

.k26_case-section .inner {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 70px;
}
.k26_case-section.pt40 .inner {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .k26_case-section .inner {
        padding-top: 50px;
    }
    .k26_case-section.pt40 .inner {
        padding-top: 25px;
    }
}

/*  case-title
========================================================================*/

.k26_case-title {
    font-size: 28px;
    font-weight: bold;
}
.k26_case-title .small {
    font-size: 18px;
    vertical-align: baseline;
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .k26_case-title {
        font-size: 22px;
    }
    .k26_case-title .small {
        font-size: 16px;
        display: block;
        margin-left: 0;
    } 
}

/*  case-link
========================================================================*/

.k26_case-link_wrapper:not(:first-child) {
    margin-top: 70px;
}
.k26_title + .k26_case-link_wrapper:not(:first-child) {
    margin-top: 40px;
}
.k26_case-link .imagebox {
    overflow: hidden;
}
.k26_case-link .imagebox_inner {
    display: grid;
    gap: 2px;
    grid-template-columns: 906px 252px;
    grid-template-rows: 326px 326px;
    transition: transform 1s;
}
.k26_case-link .imagebox .image1 img,
.k26_case-link .imagebox .image2 img,
.k26_case-link .imagebox .image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.k26_case-link .imagebox .image1 {
    grid-row: 1 / 3;
}
.k26_case-link .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding-right: 32px;
    line-height: 1.4;
    position: relative;
    transition: opacity .3s;
}
.k26_case-link .title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #3B3B41;
    border-radius: 50%;
}
.k26_case-link .title::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3B3B41;
    border-right: 1px solid #3B3B41;
    transform: rotate(45deg);
}
.k26_case-link .tag {
    margin-top: 18px;
}
.k26_case-link .tag ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    gap: 8px;
}
.k26_case-link .tag a {
    display: inline-block;
    padding: 5px 10px;
    background: #F4F4F4;
    color: #535353;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .k26_case-link :hover .imagebox_inner {
        transform: scale(1.04);
    }
    .k26_case-link a:hover .title {
        opacity: .5;
    }
    .k26_case-link .tag a:hover {
        opacity: .6;
    }
}

@media screen and (max-width: 767px) {
    .k26_case-link_wrapper:not(:first-child) {
        margin-top: 64px;
    }
    .k26_title + .k26_case-link_wrapper:not(:first-child) {
        margin-top: 25px;
    }
    .k26_case-link .imagebox {
        margin: 0 -16px;
    }
    .k26_case-slider .k26_case-link .imagebox {
        margin: 0;
    }
    .k26_case-link .imagebox_inner {
        grid-template-columns: 66.67% 33.33%;
        grid-template-rows: 43.2vw 43.2vw;
    }
    .k26_case-link .title {
        font-size: 16px;
        padding-right: 30px;
    }
    .k26_case-link .tag {
        margin-top: 16px;
    }
	.k26_case-link .tag a {
		font-size: 14px;
	}
}

/*  slider
------------------------------------------------*/

.k26_case-slider .k26_case-link .imagebox_inner {
    grid-template-columns: 840px 234px;
    grid-template-rows: 302px 302px;
}

@media screen and (max-width: 767px) {
    .k26_case-slider .k26_case-link .imagebox_inner {
        grid-template-columns: 66.18% 33.23%;
        grid-template-rows: 39.2vw 39.2vw;
    }
}

/*  case-slider
========================================================================*/

.k26_case-slider.slick-dotted.slick-slider {
    position: relative;
    margin-top: 10px;
    max-width: 1076px;
    width: 100%;
    margin-bottom: 0;
}
.k26_case-slider .slick-list {
    overflow: visible !important;
}
.k26_case-slider .slide {
    margin-right: 16px;
    margin-left: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .k26_case-slider.slick-dotted.slick-slider {
		max-width: calc(100vw - 32px);
    }
}


/*  dots-wrap
------------------------------------------------*/
.k26_case-slider .dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.k26_case-slider .dots-wrap li {
    width: 16px;
    height: 16px;
    margin: 0 12px;
    background: #D8D8D8;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.k26_case-slider .dots-wrap li.slick-active {
    background: #416CB4;
}
.k26_case-slider .dots-wrap li button {
    display: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media (min-width: 768px) {
    .k26_case-slider .dots-wrap li:hover {
        background: #416CB4;
    }
}

@media screen and (max-width: 767px) {
    .k26_case-slider .dots-wrap li {
        width: 12px;
        height: 12px;
        margin: 0 8px;
    }
}

/*  dots-wrap
------------------------------------------------*/
.k26_case-slider .prev-arrow,
.k26_case-slider .next-arrow {
    display: block;
    width: 32px;
    height: 32px;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 288px;
    right: 0;
    left: 0;
    margin: auto;
}
.k26_case-slider .prev-arrow {
    z-index: 1;
    transform: translateX(-527px) rotate(180deg);
}
.k26_case-slider .next-arrow {
    transform: translateX(527px);
}
.k26_case-slider .prev-arrow.slick-disabled,
.k26_case-slider .next-arrow.slick-disabled {
    opacity: 0;
}
.k26_case-slider .prev-arrow::before,
.k26_case-slider .next-arrow::before{
    position:absolute;
    content: "";
    width:6px;
    height:6px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.k26_case-slider .slide {
    max-width: 1076px;
    margin-right: 16px;
    margin-left: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .k26_case-slider .slide {
        width: 100%;
        max-width: calc(100vw - 32px);
        margin-right: 4px;
        margin-left: 4px;
    }
    .k26_case-slider .prev-arrow,
    .k26_case-slider .next-arrow {
        top: 39.46vw;
    }
    .k26_case-slider .prev-arrow {
        transform: translateY(-50%) rotate(180deg);
        left: -4px;
        right: auto;
    }
    .k26_case-slider .next-arrow {
        transform: translateY(-50%);
        left: auto;
        right: -4px;
    }
}

/*  linkbox
------------------------------------------------*/
.k26_case-slider .linkbox {
    background-color: #F4F4F4;
    width: 1076px;
    height: 695px;
    margin-left: 16px;
    padding: 30px;
}
.k26_case-slider .linkbox .linkbox-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.k26_case-slider .linkbox .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}
.k26_case-slider .linkbox .title .small {
    font-size: 16px;
    vertical-align: baseline;
    margin-left: 6px;
}
.k26_case-slider .linkbox .link {
    margin-top: 16px;
    width: 100%;
    max-width: 284px;
    border: 1px solid #242424;
    padding: 15px 35px 15px 17px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    position: relative;
}
.k26_case-slider .linkbox .link::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #242424;
    border-top: 1px solid #242424;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .k26_case-slider .linkbox .link:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 767px) {
    .k26_case-slider .linkbox {
        width: 343px;
        height: 442px;
        margin-left: 4px;
    }
    .k26_case-slider .linkbox .linkbox-inner {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .k26_case-slider .linkbox .title {
        text-align: left;
        margin-left: 16px;
    }
}

/*  section
========================================================================*/

.k26_section > div {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 44px 0 44px;
}
.k26_section.gray + .k26_section > div {
    padding: 80px 0 44px;
}
.k26_section.small + .k26_section:not(.small) > div {
    padding: 85px 0 44px;
}
.k26_section.pb75 > div {
    padding: 44px 0 75px;
}
.pbPage:not(.edit) .k26_section > div,
.pbPage:not(.edit) .k26_section-detail > div {
  opacity: 0;
}
.pbPage:not(.edit) .k26_section.animation > div,
.pbPage:not(.edit) .k26_section-detail.animation > div {
  animation: fade-in2 .8s ease-in-out 0s forwards;
}
@keyframes fade-in2 {
  0% {opacity: 0; transform: translateY(100px);}
  100% {opacity: 1; transform: translateY(0);}
}

@media screen and (max-width: 767px) {
    .k26_section > div {
        padding: 20px 0 20px;
    }
    .k26_section.gray + .k26_section > div {
        padding: 48px 0 0;
    }
    .k26_section.small + .k26_section:not(.small) > div {
        padding: 30px 0 44px;
    }
    .k26_section.pb75 > div {
        padding: 40px 0 45px;
    }
    .pbFooterArea .k26_section:first-child > div {
        padding: 40px 0 20px;
    }
}

/*  gray
------------------------------------------------*/

.k26_section-detail + .k26_section.gray {
    margin-top: 44px;
}
.k26_section.gray {
    background-color: #F4F4F4;
}
.k26_section.gray > div {
    padding: 63px 0 63px;
}

@media screen and (max-width: 767px) {
    .k26_section-detail + .k26_section.gray {
        margin-top: 24px;
    }
    .k26_section.gray > div {
        padding: 35px 0 45px;
    }
}

/*  small
------------------------------------------------*/

.k26_section.small > div {
    padding: 36px 0 36px;
}
.k26_section.small + .k26_section.small > div {
    padding: 36px 0 36px;
}

@media screen and (max-width: 767px) {
   .k26_section.small > div {
        padding: 36px 0 36px;
    }
    .k26_section.small + .k26_section.small > div {
        padding: 34px 0 34px;
    }
}

/*  detail-head
------------------------------------------------*/

.k26_section.detail-head > div {
    padding: 97px 0 44px;
}

@media screen and (max-width: 767px) {
    .k26_section.detail-head > div {
        padding: 52px 0 20px;
    }
}

/*  detail-case-similar
------------------------------------------------*/

.k26_detail-case-similar .k26_section:first-child > div {
    padding: 50px 0 35px;
}
.k26_detail-case-similar .k26_section:last-child > div {
    padding: 36px 0 44px;
}
.k26_detail-case-similar .k26_section > div {
    padding: 35px 0 35px;
}

@media screen and (max-width: 767px) {
    .k26_detail-case-similar .k26_section:first-child > div {
        padding: 20px 0 20px;
    }
    .k26_detail-case-similar .k26_section:last-child > div {
        padding: 20px 0 44px;
    }
    .k26_detail-case-similar .k26_section > div {
        padding: 20px 0 20px;
    }
}

/*  detail-case-similar
------------------------------------------------*/

@media screen and (max-width: 767px) {
    .k26_section.instagram_section > div {
        padding: 20px 0 45px;
    }
}

/*  section-result
========================================================================*/

.k26_section-result > div {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 36px 0 36px;
}

@media screen and (max-width: 767px) {
    .k26_section-result + .k26_section-result > div {
        padding: 34px 0 34px;
    }
}

/*  banner
========================================================================*/

.k26_banner {
    position: relative;
}
.k26_banner > div {
    display: flex;
    flex-direction: row-reverse;
}
.k26_banner .image {
    width: 687px;
    overflow: hidden !important;
}
.k26_banner .textbox {
    width: calc(100% - 687px);
    transition: all .3s;
    cursor: pointer;
}
.k26_banner .textbox > div {
    width: calc(100% - 65px);
    margin-right: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.k26_banner .title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.03em;
}
.k26_banner .text:not(:first-child) {
    margin-top: 16px;
}
.k26_banner .textbox .text {
    letter-spacing: 0.03em;
    line-height: 1.8;
    /* padding-right: 40px; */
    font-size: 16px;
}
.k26_banner .textbox .text a {
    display: block;
    padding-right: 40px;
}
.k26_banner .textbox .title a {
    display: inline-block;
    padding-right: 40px;
}
.pbPage:not(.edit) .k26_banner .textbox .text a:before,
.pbPage:not(.edit) .k26_banner .textbox .title a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.k26_banner .textbox .text a {
    background: url(../img2/ic_blank.svg) right center /auto no-repeat;
}
.k26_banner .textbox .title a {
    background: url(../img2/ic_blank_white.svg) right center/auto no-repeat;
}

@media (min-width: 768px) {
    .k26_banner:hover .textbox {
        opacity: 0.6;
    }
    .k26_banner:hover .image img {
        transform: scale(1.04);
    }
}

@media screen and (max-width: 767px) {
    .k26_banner > div {
        display: flex;
        flex-direction: column;
    }
    .k26_banner .textbox {
        width: 100%;
    }
    .k26_banner .textbox > div {
        width: 100%;
    }
    .k26_banner:not(.full) .image {
        width: 100%;
        margin-top: 16px;
    }
    .k26_banner .image.wide-sp {
        width: calc(100% + 32px);
        margin: 16px -16px 0 -16px;
    }
    .k26_banner .textbox .text a,
    .k26_banner .textbox .title a {
        padding-right: 30px;
    }
    .k26_banner .textbox .text a {
        width: 100%;
    }
    .k26_banner .title {
        font-size: 20px;
        text-align: center;
    }
    .k26_banner .textbox .text {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*  full
------------------------------------------------*/

.k26_banner.full {
    position: relative;
}
.k26_banner.full > div {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}
.k26_banner.full .image {
    width: 100%;
}
.k26_banner.full .textbox {
    position: absolute;
    padding: 30px;
    height: 100%;
}
.pbPage:not(.edit) .k26_banner.full .textbox {
    width: 100%;
}
.k26_banner.full .textbox > div {
    width: 100%;
}
.k26_banner.full .title  {
    color: #fff;
    text-align: left;
}
.pbPage:not(.edit) .k26_banner.full .title a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .k26_banner.full .textbox {
        padding: 30px;
    }
    .k26_banner.full .title {
        font-size: 17px;
    }
    .k26_banner.full .title a  {
        display: block;
    }
    .k26_banner.full .title a:after {
        right: 0;
    }
}

/*  footer-banner
========================================================================*/

.k26_f-banner .inner  {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 88px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.k26_f-banner .box {
    width: 370px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .k26_f-banner .box .link:hover .image {
        transform: scale(1.04);
    }
}

@media screen and (max-width: 767px) {
    .k26_f-banner .inner  {
        padding: 48px 0 35px;
    }
    .k26_f-banner .box {
        width: 100%;
    }
    .k26_f-banner .box:not(:first-child) {
        margin-top: 16px;
    }
}

/*========================================================================

  result

========================================================================*/

/*  search
========================================================================*/

.k26_search  {
    margin-bottom: 5px;
}
.k26_search .search_inner {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
}
.k26_search .result {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 11px 40px 0 0;
    color: #3B3B41;
    transition: opacity .3s;
    opacity: 0;
    transform: translateY(100px);
}
.k26_search .result .tag {
    display: inline-block;
    padding: 9px 10px;
    background: #F4F4F4;
    color: #535353;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1;
    vertical-align: baseline;
    margin-left: 8px;
}
.k26_search .button button {
    padding: 17px 98px;
    background: #F4F4F4;
    font-size: 16px;
    font-weight: bold;
    border: none;
    transition: opacity .3s;
    opacity: 0;
    transform: translateY(100px);
}
.k26_search .button button:after {
    content: '';
    width: 17px;
    height: 18px;
    right: 22px;
    background: url(../img2/ic_search.png) no-repeat center / contain;
    transform: translateY(2px);
    position: absolute;
}
.k26_search.animation .result,
.k26_search.animation .button button {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s, transform 1s;
}

@media (min-width: 768px) {
    .k26_search.animation .button button:hover {
        opacity: .6;
    }
}

@media screen and (min-width: 1160px) {
    .k26_search .k26_ideas-tag {
        margin: 0 calc(-50vw + 50%) 25px;
    }
}

@media screen and (max-width: 767px) {
    .k26_search .result {
        margin: 0;
    }
    .k26_search .button button {
        padding: 17px 20px;
        width: 100%;
        margin-top: 16px;
    }
    .k26_search .result .tag {
        font-size: 14px;
        padding: 8px 10px;
    }
    .k26_search .k26_ideas-tag {
        margin: 0 -16px;
        padding: 30px 11px 32px 11px;
        background: #EBEDEF;
    }
    .k26_search .k26_ideas-tag .inner {
        width: 100%;
        padding: 0;
    }
    .k26_search .k26_ideas-tag .tag a {
        background: #fff;
        color: #535353;
    }
}

/*========================================================================

  detail

========================================================================*/

/*  detail-slider
========================================================================*/

.k26_detail-slider .slick-track {
    transform: unset !important;
}
.k26_detail-slider {
    display: flex;
}
.k26_detail-slider .slider-for-box {
    width: calc(88.16% - 8px);
    margin-right: 8px;
    position: relative;
}
.k26_detail-slider .slider-nav .slick-track {
    width: 100%!important;
}
.k26_detail-slider .slider-nav {
    width: 11.84%;
    margin: -8px 0;
}
.k26_detail-slider .slider-nav .item {
    float: none;
    height: 176px;
    cursor: pointer;
    position: relative;
    margin: 8px 0;
}
.k26_detail-slider .slider-nav .item.slick-current:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: 6px solid #416CB4;
    z-index: 1;
    position: absolute;
}
.k26_detail-slider .slider-nav .item .image img {
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.k26_detail-slider .slider-for-box .textbox {
    position: absolute;
    width: 100%;
    padding: 27px 26px 27px 24px;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.k26_detail-slider .slider-for-box .tag {
    margin: 0 -2px;
    display: flex;
}
.k26_detail-slider .slider-for-box .tag span {
    font-size: 15px;
    color: #fff;
    padding: 0 8px;
    background-color: rgb(0 0 0 / 60%);
    margin: 0 2px;
}
.k26_detail-slider .slider-for-box .title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03em;
    position: relative;
    transition: opacity .3s;
}

@media screen and (max-width: 767px) {
    .k26_detail-slider .slick-track {
        transform: unset !important;
    }
    .k26_detail-slider {
        display: flex;
        flex-direction: column;
    }
    .k26_detail-slider .slider-for-box {
        width: calc(100% + 32px);
        margin: 0 -16px;
        position: relative;
    }
    .k26_detail-slider .slider-nav {
        width: calc(100% + 38px);
        margin: 0 -19px;
    }
    .k26_detail-slider .slider-nav .item {
        float: left;
        margin: 6px 3px;
        width: calc(25% - 6px) !important;
        height: 115px;
    }
    .k26_detail-slider .slider-nav .item.slick-current:before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        border: 6px solid #416CB4;
        z-index: 1;
        position: absolute;
    }
    .k26_detail-slider .slider-nav .item .image img {
        width: 100%;
    }
    .k26_detail-slider .slider-for-box .textbox {
        padding: 18px;
        background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .6) 60%, rgba(0, 0, 0, .7) 100%);
    }
    .k26_detail-slider .slider-for-box .tag {
        display: flex;
        flex-wrap: wrap;
    }
    .k26_detail-slider .slider-for-box .tag span {
        font-size: 13px;
        margin: 2px;
    }
    .k26_detail-slider .slider-for-box .title {
        font-size: 18px;
    }
}

/*  detail-anchor
========================================================================*/

.k26_detail-anchor .title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.k26_detail-anchor .title span {
    background-color: #fff;
    padding: 16px;
}
.k26_detail-anchor .title:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #242424;
  z-index: -1;
}
.k26_detail-anchor .title:before {
  left:0;
}
.k26_detail-anchor .title:after {
  right: 0;
}
.k26_detail-anchor .anchor {
    padding: 50px 160px 40px 160px;
    border-bottom: 1px solid #242424;
}
.k26_detail-anchor .anchor .anchor-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.k26_detail-anchor .anchor .item:nth-child(n+3) {
    margin-top: 25px;
}
.k26_detail-anchor .anchor .item {
    width: 46%;
}
.k26_detail-anchor .anchor a {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}

@media (min-width: 768px) {
   .k26_detail-anchor .anchor a:hover {
        opacity: .6;
    }
}

.k26_detail-anchor .anchor a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #416CB4;
    border-bottom: 1px solid #416CB4;
    transform: translateX(18px) translateY(-2px) rotate(45deg);
}
.k26_detail-anchor .anchor .num {
    position: relative;
    margin-right: 8px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
}
.k26_detail-anchor .anchor .num:before {
    content: '';
    background-color: #FFF6DA;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
    .k26_detail-anchor .title {
        font-size: 16px;
    }
    .k26_detail-anchor .title:before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #242424;
      z-index: -1;
    }
    .k26_detail-anchor .title:before {
      left:0;
    }
    .k26_detail-anchor .title:after {
      right: 0;
    }
    .k26_detail-anchor .anchor {
        padding: 17px 0 23px;
    }
    .k26_detail-anchor .anchor .anchor-inner {
        display: flex;
        flex-direction: column;
    }
    .k26_detail-anchor .anchor .item:not(:first-child),
    .k26_detail-anchor .anchor .item:nth-child(n+3) {
        margin-top: 12px;
    }
    .k26_detail-anchor .anchor .item {
        width: 100%;
    }
    .k26_detail-anchor .anchor a {
        font-size: 14px;
    }
    .k26_detail-anchor .anchor a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 8px;
        height: 8px;
        border-right: 1px solid #416CB4;
        border-bottom: 1px solid #416CB4;
        transform: translateX(18px) translateY(-2px) rotate(45deg);
    }
    .k26_detail-anchor .anchor .num {
        position: relative;
        margin-right: 8px;
    }
    .k26_detail-anchor .anchor .num:before {
        transform: translateY(-5px);
    }
}

/*  anchor
------------------------------------------------*/

.k26_section-detail .pbAnchor a {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
@media screen and (max-width: 767px) {
    .k26_section-detail .pbAnchor a {
        padding-top: 30px;
        margin-top: -30px;
    }
}

/*  section
========================================================================*/

.k26_section-detail > div {
    width: calc(100% - 32px);
    max-width: 1013px;
    margin: 0 auto;
    padding: 44px 0 44px;
}

@media screen and (max-width: 767px) {
    .k26_section-detail > div {
        padding: 24px 0 24px;
    }
}

/*  h3
========================================================================*/

.k26_detail-h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
    margin-left: -44px;
}
.k26_detail-h3::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img2/icon_point-title.svg) no-repeat center;
  background-size: contain;
  margin-right: 12px;
  transform: translateY(5px);
}

@media screen and (max-width: 767px) {
    .k26_detail-h3 {
        font-size: 15px;
        margin-left: 0;
    }
    .k26_detail-h3::before {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }
}

/*  comment
========================================================================*/

.k26_detail-comment:not(:first-child) {
    margin-top: 32px;
}
.k26_detail-comment {
    display: flex;
    gap: 16px;
}
.k26_detail-comment .textbox {
    background-color: #F4F4F4;
    padding: 32px;
    border-radius: 8px;
    width: calc(100% - 80px);
}
.k26_detail-comment .text {
    font-size: 16px;
    line-height: 1.8;
}
.k26_detail-comment .imagebox {
    width: 64px;
}
.k26_detail-comment .imagebox .name {
    margin: 2px 2px 0;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .k26_detail-comment:not(:first-child) {
        margin-top: 16px;
    }
    .k26_detail-comment {
        gap: 8px;
    }
    .k26_detail-comment .textbox {
        padding: 16px;
        border-radius: 4px;
        width: 100%;
    }
    .k26_detail-comment .text {
        font-size: 13px;
    }
    .k26_detail-comment .imagebox {
        width: auto;
        text-align: center;
        flex-shrink: 0;
    }
    .k26_detail-comment .imagebox img {
        width: 32px;
    }
    .k26_detail-comment .imagebox .name {
        font-size: 13px; 
    }
}


/*  marker
------------------------------------------------*/

.k26_detail-comment .textbox .marker {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #D4E1EF 50%);
    padding: 0 0.2em 0.3em ;
    margin: 0 0.2em;
 }

/*  pc-reverse
------------------------------------------------*/

 .k26_detail-comment.pc-reverse {
    flex-direction: row-reverse;
 }

/*  imagebox
========================================================================*/

[class^="k26_detail-imagebox"]:not(:first-child) {
    margin-top: 32px;
}
[class^="k26_detail-imagebox"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
[class^="k26_detail-imagebox"] .image {
    flex-shrink: 0;
    background: #ddd;
    text-align: center;
}
[class^="k26_detail-imagebox"] .image img {
    width: 100%;
}
[class^="k26_detail-imagebox"] .box {
    width: 100%;
}

@media screen and (max-width: 767px) {
    [class^="k26_detail-imagebox"]:not(:first-child) {
        margin-top: 16px;
    }
    [class^="k26_detail-imagebox"] .box:not(:first-child) {
        margin-top: 8px;
    }
}

/*  col-1
------------------------------------------------*/

[class^="k26_detail-imagebox"].col-1 .box {
    display: table;
    margin: 0 auto;
    width: 48.76%;
}

@media screen and (max-width: 767px) {
    [class^="k26_detail-imagebox"].col-1 .box {
        width: 100%;
    }
}


/*  col-2
------------------------------------------------*/

[class^="k26_detail-imagebox"].col-2 .box {
    width: 48.76%;
}

@media screen and (max-width: 767px) {
    [class^="k26_detail-imagebox"].col-2 .box {
        width: 100%;
    }
}

/*  col-3
------------------------------------------------*/

[class^="k26_detail-imagebox"].col-3 .box {
    width: 31.62%;
}

@media screen and (max-width: 767px) {
    [class^="k26_detail-imagebox"].col-3 .box {
        width: 100%;
    }
}

/*  caption
------------------------------------------------*/

[class^="k26_detail-imagebox"] .caption:not(:first-child) {
    margin-top: 12px;
}
[class^="k26_detail-imagebox"] .caption {
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    [class^="k26_detail-imagebox"] .caption {
        font-size: 10px;
    }
}

/*  imagebox-modal
========================================================================*/

.k26_detail-imagebox-modal .box {
    display: block;
}
.k26_detail-imagebox-modal .box a {
    position: relative;
    display: block;
}
.k26_detail-imagebox-modal .box a::before {
    content: '拡大表示';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img2/icon_zoom.svg) no-repeat left 12px center;
    background-color: rgb(36 36 36 / 70%);
    color: #fff;
    font-size: 14px;
    padding: 5px 12px 5px 32px;
}

@media screen and (max-width: 767px) {
    .k26_detail-imagebox-modal .box a::before {
        content: none;
    }
}

/*  popup
------------------------------------------------*/

.k26_popup-detail.-image img.mfp-img {
    max-height: 90vh !important;
  padding: 40px 0 0px;
}

/*  is-modal
------------------------------------------------*/

.is-modal .pbHeaderArea,
.is-modal .pbFooterArea {
  display: none;
}

/*========================================================================

  modal

========================================================================*/

/*  close-btn
------------------------------------------------*/

.k26_popup-detail .mfp-close.custom-close {
    width: 48px!important;
    height: 48px!important;
    background-color: #fff;
    top: -8px!important;
    right: 0!important;
    position: absolute;
    border: none;
}
.k26_popup-detail.-iframe .mfp-close.custom-close,
.k26_popup-detail.-movie .mfp-close.custom-close {
    top: -48px!important;
}
.k26_popup-detail .mfp-close.custom-close:before,
.k26_popup-detail .mfp-close.custom-close:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 1.5px;
    background: #3B3B41;
}
.k26_popup-detail .mfp-close.custom-close:before {
    transform: rotate(45deg);
}
.k26_popup-detail .mfp-close.custom-close:after {
    transform: rotate(-45deg);
}

div.mfp-bg.k26_popup-detail {
  background: #242424;
  opacity: 0.9;
}

/*  iframe-modal
========================================================================*/

.k26_detail-iframe-modal:not(:first-child) {
    margin-top: 16px;
}
.k26_detail-iframe-modal {
    width: 320px;
    position: relative;
}
.k26_detail-iframe-modal .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 13px 39px 13px 13px;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .6), rgba(0, 0, 0, .7));
}
.k26_detail-iframe-modal .title::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img2/icon_plus.svg) no-repeat center;
    background-size: contain;
    margin-left: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
   .k26_detail-iframe-modal {
        width: 100%;
    }
    .k26_detail-iframe-modal .title {
        font-size: 13px;
        width: 100%;
        padding: 13px 40px 13px 11px;
    }
}

/*  popup
------------------------------------------------*/

@media screen and (min-width: 768px) {
    .k26_popup-detail.-iframe .mfp-container {
        padding: 93px 20px 52px !important;
    }
}
.k26_popup-detail.-iframe .mfp-iframe-holder .mfp-content {
    max-width: 1160px;
    height: 80vh;
}

/*  detail-more
========================================================================*/

.k26_detail-more .content {
    height: 580px;
    overflow: hidden !important;
}
.k26_detail-more {
    position: relative;
    margin-bottom: 44px;
}
.k26_detail-more .more {
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .8) 100% );
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 32px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-bottom: 80px solid #ffffff;
}
.k26_detail-more .more::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img2/icon_plus.svg) no-repeat center;
    background-size: contain;
    margin-left: 12px;
    transform: translateY(4px);
}

@media screen and (max-width: 767px) {
    .k26_detail-more {
        margin-bottom: 34px;
    }
    .k26_detail-more .content {
        height: 408px;
    }
    .k26_detail-more .more {
        padding: 32px 12px 12px;
        font-size: 13px;
        border-bottom: 0;
    }
    .k26_detail-more .more::after {
        width: 16px;
        height: 16px;
        margin-left: 14px;
        transform: translateY(2px);
    }
}

/*  k26_title
========================================================================*/

.k26_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
    position: relative;
    padding-bottom: 24px;
}
.k26_title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .k26_title  {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .k26_title :after {
        width: 24px;
        height: 2px;
    }
}

/*  h3
------------------------------------------------*/

.k26_title.h3 {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .k26_title.h3 {
        font-size: 20px;
    }
    .k26_title:after {
        width: 24px;
        height: 2px;
    }
}

/*  title-simple
========================================================================*/

.k26_title-simple {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .k26_title-simple {
        font-size: 16px;
    } 
}

/*  text
========================================================================*/

.k26_text:not(:first-child) {
    margin-top: 15px;
}
.k26_text {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .k26_text:not(:first-child) {
        margin-top: 10px;
    }
    .k26_text {
        font-size: 13px;
    } 
}

/*  detail-video
========================================================================*/

.k26_detail-video:not(:first-child) {
    margin-top: 16px; 
}
.k26_detail-video {
    text-align: center;
}
.k26_detail-video .box {
    margin: auto;
    width: 560px;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .k26_detail-video .box {
        margin: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }
}

/*  video
========================================================================*/

.k26_detail-movie-modal:not(:first-child) {
    margin-top: 16px; 
}
.k26_detail-movie-modal {
    margin: 0 auto;
    width: 568px;
    height: 321px;
}
.k26_detail-movie-modal a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.k26_detail-movie-modal img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 0;
}
.k26_detail-movie-modal a:before,
.k26_detail-movie-modal a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.k26_detail-movie-modal a:before {
    width: 56px;
    height: 56px;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.k26_detail-movie-modal a:after {
    width: 24px;
    height: 24px;
    transform: translateX(3px);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    z-index: 1;
}
.k26_detail-movie-modal img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .k26_detail-movie-modal {
        width: 100%;
        height: calc(60vw - 32px);
    }
}

/*  sp
------------------------------------------------*/

@media screen and (max-width: 767px) {
    .k26_detail-movie-modal .mfp-hide {
        display: block !important;
    }
    .k26_detail-movie-modal a {
        display: none;
    }
    .k26_detail-movie-modal iframe {
        width: 100%;
        height: 51.5vw;
    }
}

/*  popup
------------------------------------------------*/

.k26_popup-detail.-movie .mfp-inline-holder .mfp-content {
    width: 960px !important;
}
.k26_popup-detail.-movie .video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.k26_popup-detail.-movie  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .k26_popup-detail.-movie .mfp-content {
        background: #fff;
        padding: 130px 22px 95px;
    }
}
@media screen and (max-width: 767px) {
    
    .k26_popup-detail .mfp-container {
        padding: 0 !important;
    }
    .k26_popup-detail .mfp-container {
      display: flex;
      align-items: flex-end;
    }
    .k26_popup-detail .mfp-content {
      width: calc(100% + 40px);
      max-width: none;
    }
    .k26_popup-detail .mfp-img {
      padding: 0;
    }
    .k26_popup-detail .mfp-figure {
      background: #fff;
      border-radius: 20px 20px 0 0;
      overflow: hidden;
    }
}

/*  detail-info
========================================================================*/

.k26_detail-info:not(:first-child) {
    margin-top: 24px;
}
.k26_detail-info {
    display: flex;
    justify-content: space-between;
}
.k26_detail-info::after {
    display: none;
}
.k26_detail-info .table,
.k26_detail-info .image-modal {
    width: 47.84%;
}
.k26_detail-info .table {
    margin-top: 37px;
}
.k26_detail-info .table table {
    width: 100%;
}
.k26_detail-info .table table th,
.k26_detail-info .table table td {
    background: #fff;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.4;
    font-size: 16px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.k26_detail-info .table table th {
    padding: 23px 24px 24px;
    background: #F4F4F4;
    font-weight: bold;
    border-right: 1px solid #D8D8D8;
    width: 26.75%;
    vertical-align: top;
}
.k26_detail-info .table table td {
    padding: 23px 24px 24px 24px;
    width: 73.25%;
}

.k26_detail-info .image-modal .title {
    font-size: 18px;
    font-weight: bold;
}
.k26_detail-info .k26_detail-imagebox-modal {
    margin-top: 8px;
    height: 352px;
    border: 1px solid #D8D8D8;
}
.k26_detail-info .k26_detail-imagebox-modal .box {
    height: 100%;
}
.k26_detail-info .k26_detail-imagebox-modal .image {
    height: 100%;
    background: #fff;
}
.k26_detail-info .k26_detail-imagebox-modal a {
    display: block;
    height: 100%;
    padding: 16px;
}
.k26_detail-info .k26_detail-imagebox-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    
    .k26_detail-info:not(:first-child) {
        margin-top: 24px;
    }
    .k26_detail-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .k26_detail-info::after {
        display: none;
    }
    .k26_detail-info .table,
    .k26_detail-info .image-modal {
        width: 100%;
    }
    .k26_detail-info .table {
        margin-top: 0;
    }
    .k26_detail-info .table table {
        width: 100%;
    }
    .k26_detail-info .table table th,
    .k26_detail-info .table table td {
        font-size: 13px;
    }
    .k26_detail-info .table table th {
        padding: 10px 12px 12px 8px;
        width: 24.48%;
    }
    .k26_detail-info .table table td {
        padding: 10px 8px 12px 8px;
        width: 75.52%;
    }
    .k26_detail-info .image-modal {
        margin-top: 48px;
    }
    .k26_detail-info .image-modal .title {
        font-size: 14px;
        font-weight: bold;
    }
    .k26_detail-info .k26_detail-imagebox-modal {
        margin-top: 8px;
    }
    .k26_detail-info .k26_detail-imagebox-modal .box a {
        padding: 10px;
    }
}

/*  button
========================================================================*/

.k26_button:not(:first-child) {
    margin-top: 50px;
}
.k26_button {
    text-align: center;
}
.k26_button a {
    width: 340px;
    display: inline-block;
    padding: 16px 49px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #3B3B41;
    color:#3B3B41;
    border-radius: 5px;
    position: relative;
}
@media (min-width: 768px) {
  .k26_button a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
    .k26_button:not(:first-child) {
        margin-top: 40px;
    }
   .k26_button a {
        padding: 15px 49px;
        border-radius: 2px;
    }
}

/*  back
------------------------------------------------*/

.k26_button.back a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3B3B41;
    border-top: 2px solid #3B3B41; 
    transform: rotate(-45deg);
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .k26_button.back a:before {
        width: 7px;
        height: 7px;
        border-left: 1px solid #3B3B41;
        border-top: 1px solid #3B3B41; 
    }
}

/*  more
------------------------------------------------*/

.k26_case-list + .k26_button.more {
    margin-bottom: 75px;
}
.k26_button.more {
    margin-top: 35px;
}
.k26_button.more a:before,
.k26_button.more a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
    left: 18px;
    width: 13px;
    height: 1px;
    background: #3B3B41;
    transition: all .3s;
}
.k26_button.more a:after {
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    
    .k26_case-list + .k26_button.more {
        margin-bottom: 110px;
    }
    .k26_button.more {
        margin-top: 28px;
    }
}

/*  image
========================================================================*/

.k26_image:not(:first-child) {
    margin-top: 25px;
}
.k26_image a {
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 768px) {
    .k26_image a:hover img {
        transform: scale(1.04);
    }
}

/*  footer sns
========================================================================*/

.k26_f-sns {
    margin: 44px auto 0;
}

@media screen and (max-width: 767px) {
    .k26_f-sns {
        margin: 15px auto 0!important;
    }
}

/*  visumo-dummy
========================================================================*/

.instagram {
    margin-top: 40px;
}
.visumo-dummy {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2px;
}
.visumo-dummy img {
  width:100%;
  height: 347px;
  aspect-ratio:1/1;
  object-fit:cover;
}

@media screen and (max-width: 767px) {
    .instagram {
        margin-top: 24px;
    }
    .visumo-dummy {
        margin: 0 -16px;
    }
    .visumo-dummy img {
        height: 167px;
    }
}