@charset "utf-8";
:root {
    --key-color: #053735;
}
.only_pc {
    display: block;
}
.only_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .only_pc {
        display: none;
    }
    .only_sp {
        display: block;
    }
}

.lptemp__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.lptemp__bg {
    background-color: #f0f0e9;
}

.lptemp__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
    color: var(--key-color);;
    font-family: "Reem Kufi", sans-serif;
}

.lptemp__section {
    padding: 80px 0;
}

.lptemp__mv__inner {
    width: 100%;
    position: relative;
}

.lptemp__mv__youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    margin: 0 auto;
}

.lptemp__mv__youtube iframe {
    width: 100%;
    height: 100%;
}

.lptemp__mv_bg {
    width: 100%;
    max-height: 620px;
    position: relative;
    overflow: hidden;
}

.lptemp__mv__slider {
    width: 100%;
}

.lptemp__mv__slide img {
    width: 100%;
    max-height: 620px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.lptemp__mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.lptemp__mv__title .catch {
    font-size: 66px;
}

.lptemp__mv__title .lead {
    font-size: 33px;
}

.lptemp__float {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 20px;
    background-color: var(--key-color);
    z-index: 10;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.lptemp__float__btn {
    display: inline-flex;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #fff;
    color: var(--key-color);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.lptemp__top__title {
    font-size: 20px;
}

.lptemp__top__txt {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.lptemp__feature__group {
    display: flex;
    gap: 40px 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.lptemp__feature__item {
    width: calc(50% - 25px);
}
.lptemp__feature__item__img {
    aspect-ratio: 390/260;
}
.lptemp__feature__item__img.--movie video {
    width: 100%;
}
.lptemp__feature__item__img.--youtube {
    aspect-ratio: 16/9;
}
.lptemp__feature__item__img.--youtube iframe {
    width: 100%;
    height: 100%;
}
.lptemp__feature__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.lptemp__feature__item__body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
    gap: 40px;
}
.lptemp__feature__item__num {
    font-weight: bold;
    font-size: 34px;
    color: var(--key-color);;
    position: relative;
    font-family: "Reem Kufi", sans-serif;
}
.lptemp__feature__item__num:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--key-color);;
    display: block;
}
.lptemp__spec__item {
    display: flex;
    align-items: flex-start;
    gap: 20px 40px;
    margin-bottom: 40px;
}
.lptemp__spec__item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.lptemp__spec__item:last-of-type {
    margin-bottom: 0;
}
.lptemp__spec__item__body {
    width: calc(50% - 20px);
}

.lptemp__spec__item__slider,.lptemp__spec__item__img {
    width: calc(50% - 20px);
    aspect-ratio: 640/430;
    overflow: hidden;
}
.lptemp__spec__item__slider .lptemp__spec__item__img {
    width: 100%;
}
.lptemp__spec__item__img.--youtube {
    aspect-ratio: 16/9;
}
.lptemp__spec__item__img.--youtube iframe {
    width: 100%;
    height: 100%;
}
.lptemp__spec__item__img.--movie video {
    width: 100%;
}
.lptemp__spec__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.lptemp__spec__item__title {
    text-align: left;
}
.lptemp__spec__item__slider .slick-dots {
    bottom: 0;
}
.lptemp__specoption__group {
    display: flex;
    gap: 20px 40px;
}
.lptemp__specoption__item {
    width: calc(50% - 20px);
    border: solid 2px var(--key-color);
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.lptemp__faq__item__q {
  padding: 15px 0;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.lptemp__faq__item__q:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
  top: 26px;
  right: 20px;
}

.lptemp__faq__item__a {
  display: none;
  padding: 15px 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.lptemp__faq__item__a p {
  color: #000;
}
@media screen and (max-width: 768px) {
    .lptemp__title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .lptemp__section {
        padding: 40px 0;
    }
    .lptemp__mv__title .catch {
        font-size: 24px;
    }
    .lptemp__mv__title .lead {
        font-size: 16px;
    }
    .lptemp__float {
        padding: 10px;
    }
    .lptemp__float__btn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .lptemp__top__title {
        font-size: 18px;
    }

    .lptemp__top__txt {
        text-align: center;
        font-size: 13px;
        color: #333;
    }
    
    .lptemp__feature__group {
        flex-direction: column;    }
    .lptemp__feature__item {
        width: 100%;
    }
    .lptemp__feature__item__body {
        padding-top: 15px;
        gap: 20px;
    }
    .lptemp__feature__item__num {
        font-size: 24px;
    }
    .lptemp__feature__item__num:before {
        width: 10px;
    }
    .lptemp__spec__item {
        flex-direction: column;
    }
    .lptemp__spec__item:nth-of-type(even) {
        flex-direction: column;
    }
    .lptemp__spec__item__body {
        width: 100%;
    }

    .lptemp__spec__item__slider,.lptemp__spec__item__img {
        width: 100%;
    }
    .lptemp__specoption__group {
        flex-direction: column;
    }
    .lptemp__specoption__item {
        width: 100%;
        padding: 10px;
    }
    .lptemp__faq__item__q {
        padding: 10px 0;
        font-size: 14px;
        line-height: 26px;
    }

    .lptemp__faq__item__a {
        padding: 10px 0;
        font-size: 12px;
        line-height: 26px;
    }
}
.c-btn {
    width: 100%;
    max-width: 700px;
    margin: 26px auto 0
}

.c-btn a {
    display: block;
    text-align: center;
    padding: 23px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Noto Sans JP,sans-serif,sans-serif;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    border: 1px solid #053735;
    background-color: #053735;
    position:relative;
}
.c-btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 90%;
    width: 7px;
    height: 14px;
    margin-top: -1px;
    background: url(/wp-content/themes/tlf/common/img/common/link_icon_01.png) no-repeat right center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}