* {
    box-sizing: border-box
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
    display: block
}

ol li,ul li {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    cursor: pointer;
    appearance: none
}

input[type=text],input[type=tel],input[type=password],input[type=email],input[type=search],input[type=url],input[type=datetime],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime-local],input[type=number],input[type=submit],select,textarea {
    border-radius: 0
}

select {
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400
}

select:focus {
    outline: none;
    border: none;
    box-shadow: none
}

textarea {
    resize: vertical;
    vertical-align: bottom
}

svg {
    backface-visibility: hidden;
    transform: translateZ(0)
}

a {
    color: #000;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html {
    color: #000;
    word-wrap: break-word;
    font-feature-settings: "palt";
    font-size: .6944444444vw;
    line-height: 1.6;
    scroll-behavior: auto;
    font-family: Zen Kaku Gothic New,serif;
    font-style: normal
}

@media print,screen and (max-width: 768px) {
    html {
        font-size:62.5%
    }
}

@media print,screen and (max-width: 550px) {
    html {
        font-size:2.6666666667vw
    }
}

body {
    position: relative
}

body.is-fixed {
    overflow: hidden
}

img {
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none
}

button {
    color: #000;
    box-sizing: border-box
}

.u-sp {
    display: none
}

@media print,screen and (max-width: 550px) {
    .u-sp {
        display:block
    }
}

.u-spi {
    display: none
}

@media print,screen and (max-width: 550px) {
    .u-spi {
        display:inline-block
    }
}

.u-tab {
    display: none
}

@media print,screen and (max-width: 768px) {
    .u-tab {
        display:block
    }
}

.u-tabi {
    display: none
}

@media print,screen and (max-width: 768px) {
    .u-tabi {
        display:inline-block
    }
}

.u-pc {
    display: block
}

@media print,screen and (max-width: 768px) {
    .u-pc {
        display:none
    }
}

.u-pci {
    display: inline-block
}

@media print,screen and (max-width: 768px) {
    .u-pci {
        display:none
    }
}

.u-hover-line-in-link span {
    background-image: linear-gradient(90deg,#fff,#fff);
    background-repeat: no-repeat;
    word-break: break-all;
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size .3s ease-out
}

@media print and (hover: hover) and (pointer: fine),screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .u-hover-line-in-link:hover span {
        background-size:100% 1px;
        background-position: left bottom
    }
}

@keyframes titlebg {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(-4deg)
    }

    10% {
        transform: rotate(-4deg)
    }

    11% {
        transform: rotate(4deg)
    }

    20% {
        transform: rotate(4deg)
    }

    21% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes titlebg2 {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(4deg)
    }

    10% {
        transform: rotate(4deg)
    }

    11% {
        transform: rotate(-4deg)
    }

    20% {
        transform: rotate(-4deg)
    }

    21% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes titlebg3 {
    0% {
        transform: rotate(0)
    }

    1% {
        transform: rotate(-3deg)
    }

    10% {
        transform: rotate(-3deg)
    }

    11% {
        transform: rotate(3deg)
    }

    20% {
        transform: rotate(3deg)
    }

    21% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

.l-header {
    display: block;
    position: absolute;
    top: 4.4rem;
    left: 9rem;
    pointer-events: none;
    z-index: 99
}

@media print,screen and (max-width: 768px) {
    .l-header {
        top:3.5rem;
        left: 3rem
    }
}

.l-header_logo {
    width: 10rem
}

@media print,screen and (max-width: 768px) {
    .l-header_logo {
        width:7.6rem
    }
}

.l-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    height: 37rem;
    border-radius: 0px 0px 4rem 4rem;
    padding: 0 9rem;
    position: relative;
    z-index: 2
}

@media print,screen and (max-width: 768px) {
    .l-footer {
        display:block;
        border-radius: 0px 0px 3rem 3rem;
        height: auto;
        padding: 7.5rem 3rem 7rem
    }
}

.l-footer_logo {
    display: block;
    width: 18.5rem
}

@media print,screen and (max-width: 768px) {
    .l-footer_logo {
        width:12.2rem
    }
}

.l-footer_links {
    display: flex;
    gap: 5rem
}

@media print,screen and (max-width: 768px) {
    .l-footer_links {
        display:block;
        margin-top: 6rem
    }
}

@media print,screen and (max-width: 768px) {
    .l-footer_links_item+.l-footer_links_item {
        margin-top:2rem
    }
}

.l-footer_links_item a {
    color: #fff;
    font-size: 1.4rem;
    display: inline-flex;
    gap: .6rem
}

.l-footer_links_item a img {
    width: 1.3rem
}

@media print,screen and (max-width: 768px) {
    .l-footer_links_item a img {
        width:1.2rem
    }
}

.p-top {
    padding-bottom: 28.4rem
}

@media print,screen and (max-width: 768px) {
    .p-top {
        padding-bottom:26.5rem
    }
}

.p-top_kv {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.p-top_kv img {
    display: block;
    width: 100%
}

.p-top_body {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.p-top_main {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 31.5rem;
    padding-top: 10rem
}

@media print,screen and (max-width: 768px) {
    .p-top_main {
        padding-bottom:18rem;
        padding-top: 0
    }
}

.p-top_hero {
    padding: 20rem 9rem 0
}

@media print,screen and (max-width: 768px) {
    .p-top_hero {
        padding:9.4rem 3rem 0
    }
}

.p-top_hero_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_inner {
        display:block
    }
}

.p-top_hero_title {
    font-family: Roboto,serif;
    font-style: normal;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    padding: .6rem 1.5rem;
    border-radius: .3rem;
    background: #f0e05b;
    letter-spacing: .1em;
    font-weight: 500
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_title {
        position:static;
        display: inline-block;
        font-size: 1.4rem;
        padding: .6rem 1.2rem;
        border-radius: 3px
    }
}

.p-top_hero_copy {
    overflow: hidden
}

.p-top_hero_copy_text {
    font-size: 6.2rem;
    font-weight: 700;
    line-height: 1.2;
    transform-origin: left top;
    transform: translateY(120%) rotate(25deg)
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_copy_text {
        margin-top:3.4rem;
        font-size: 4rem;
        line-height: 1.2
    }
}

.p-top_hero_contents {
    width: 61rem
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_contents {
        width:100%
    }
}

.p-top_hero_contents_text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(3rem)
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_contents_text {
        font-size:1.6rem;
        margin-top: 3rem
    }
}

.p-top_hero_contents_text span {
    position: relative;
    font-weight: 500
}

.p-top_hero_contents_text span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: .5rem;
    background-color: #f0e05b;
    position: absolute;
    bottom: .1rem;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.09,.61,.41,.93)
}

.p-top_hero_contents_text span:nth-of-type(2):after {
    transition-delay: .3s
}

.p-top_hero_contents_text span.is-active:after {
    transform: scaleX(1)
}

.p-top_hero_contents_video {
    display: block;
    position: relative;
    margin-top: 6rem;
    width: 100%;
    height: 35rem;
    overflow: hidden;
    border-radius: 1rem;
    transition: transform .2s ease-out;
    will-change: transform
}

@media print,screen and (max-width: 768px) {
    .p-top_hero_contents_video {
        margin-top:5rem;
        height: auto
    }
}

@media print,screen and (max-width: 550px) {
    .p-top_hero_contents_video {
        aspect-ratio:1/1
    }
}

@media print and (hover: hover) and (pointer: fine),screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .p-top_hero_contents_video:hover {
        transform:scale(1.01)
    }

    .p-top_hero_contents_video:hover .p-top_hero_contents_video_icon {
        transform: translate(-50%,-50%) scale(1.1)
    }
}

.p-top_hero_contents_video_thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-top_hero_contents_video_icon {
    width: 6.2rem;
    height: 6.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: transform .2s ease-out
}

@media print,screen and (max-width: 550px) {
    .p-top_hero_contents_video_icon {
        width:5rem;
        height: 5rem
    }
}

.p-top_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

@media print,screen and (max-width: 768px) {
    .p-top_modal {
        padding:0 3rem
    }
}

.p-top_modal_inner {
    width: 91.4rem;
    max-width: 914px;
    background-color: #000;
    border-radius: 1rem;
    overflow: hidden
}

@media print,screen and (max-width: 768px) {
    .p-top_modal_inner {
        width:100%;
        max-width: 100%
    }
}

.p-top_modal_yt {
    padding: 56.25% 0 0;
    position: relative;
    margin: 0 auto;
    height: 0
}

.p-top_modal_yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-top_modal_close {
    width: 6.5rem;
    height: 6.5rem;
    max-width: 65px;
    max-height: 65px;
    border-radius: 50%;
    transform: rotate(45deg);
    position: absolute;
    top: 5rem;
    right: 5rem;
    transition: transform .1s ease-out
}

@media print and (hover: hover) and (pointer: fine),screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .p-top_modal_close:hover {
        transform:rotate(45deg) scale(1.1)
    }
}

@media print,screen and (max-width: 768px) {
    .p-top_modal_close {
        width:4rem;
        height: 4rem;
        max-width: 40px;
        max-height: 40px;
        top: 3rem;
        right: 3rem
    }
}

.p-top_change {
    margin-top: 7rem;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media print,screen and (max-width: 768px) {
    .p-top_change {
        margin-top:0
    }
}

.p-top_change_circle {
    width: max(142vw,142vh);
    height: max(142vw,142vh);
    border-radius: 50%;
    background-color: #f0e05b;
    flex-shrink: 0;
    transform: scale(.12)
}

.p-top_change_logo {
    width: 11.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media print,screen and (max-width: 768px) {
    .p-top_change_logo {
        width:7.2rem
    }
}

.p-top_area2 {
    position: relative;
    z-index: 2;
    padding-top: 60rem
}

@media print,screen and (max-width: 768px) {
    .p-top_area2 {
        padding-top:30rem
    }
}

.p-top_area2_inner {
    padding-top: 20rem
}

@media print,screen and (max-width: 768px) {
    .p-top_area2_inner {
        padding-top:10rem
    }
}

.p-top_about {
    padding: 0 9rem
}

@media print,screen and (max-width: 768px) {
    .p-top_about {
        padding:0 3rem
    }
}

.p-top_about_inner {
    opacity: 0;
    transform: translateY(10rem)
}

.p-top_about_title {
    display: inline-block;
    padding: 1rem 1.6rem;
    border-radius: .5rem;
    background: #000;
    color: #f0e05b;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .1em
}

@media print,screen and (max-width: 768px) {
    .p-top_about_title {
        padding:1rem;
        font-size: 1.5rem
    }
}

.p-top_about_text {
    margin-top: 3rem;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6
}

@media print,screen and (max-width: 768px) {
    .p-top_about_text {
        margin-top:2rem;
        font-size: 2.1rem
    }
}

.p-top_about_img {
    margin-top: 7rem;
    border-radius: 1rem;
    border: .4rem solid #000;
    background: #fff;
    padding: 6rem 8rem 5rem
}

@media print,screen and (max-width: 768px) {
    .p-top_about_img {
        margin-top:3rem;
        padding: 5.5rem 4rem 5rem
    }
}

@media print,screen and (max-width: 550px) {
    .p-top_about_img {
        border:3px solid #000;
        padding: 4.5rem 0
    }
}

.p-top_about_img_item {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media print,screen and (max-width: 550px) {
    .p-top_about_img_item {
        max-width:210px;
        width: 21rem
    }
}

.p-top_recommend {
    padding: 29rem 9rem 0
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend {
        padding:13rem 3rem 0
    }
}

.p-top_recommend_title {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 41.6rem;
    margin: 0 auto
}

@media print,screen and (max-width: 550px) {
    .p-top_recommend_title {
        font-size:2.2rem;
        width: 27rem
    }
}

.p-top_recommend_title_bg {
    position: absolute;
    display: block;
    width: 100%;
    top: -4rem;
    left: 0
}

@media print,screen and (max-width: 550px) {
    .p-top_recommend_title_bg {
        top:-2.4rem
    }
}

.p-top_recommend_title_bg.is-active {
    animation: titlebg 8s infinite
}

.p-top_recommend_scene {
    margin-top: 18rem;
    display: flex;
    justify-content: space-between
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene {
        display:block;
        margin-top: 8rem
    }
}

.p-top_recommend_scene.--no2 {
    margin-top: 17rem;
    flex-direction: row-reverse
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene.--no2 {
        margin-top:7rem
    }
}

.p-top_recommend_scene_contents {
    width: 54rem
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_contents {
        width:100%
    }
}

.p-top_recommend_scene_contents_number {
    font-family: Roboto,serif;
    font-style: normal;
    display: inline-block;
    padding: .6rem 1.6rem;
    border-radius: .3rem;
    background: #000;
    color: #f0e05b;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    transform: translateY(3rem)
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_contents_number {
        font-size:1.4rem;
        padding: .6rem 1.2rem;
        border-radius: 3px
    }
}

.p-top_recommend_scene_contents_title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 3rem;
    opacity: 0;
    transform: translateY(3rem)
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_contents_title {
        font-size:2.2rem;
        margin-top: 2rem;
        line-height: 1.4
    }
}

.p-top_recommend_scene_contents_text {
    font-weight: 500
}

.p-top_recommend_scene_contents_text.--pc {
    opacity: 0;
    transform: translateY(3rem);
    margin-top: 1.4rem;
    font-size: 1.6rem;
    line-height: 2
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_contents_text.--pc {
        display:none
    }
}

.p-top_recommend_scene_contents_text.--sp {
    display: none
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_contents_text.--sp {
        display:block;
        margin-top: 4.5rem;
        font-size: 1.4rem;
        line-height: 2
    }
}

.p-top_recommend_scene_slide {
    width: 61rem;
    height: 40rem;
    overflow: visible!important;
    margin: 0!important
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_slide {
        width:100%;
        height: 53.3333333333vw;
        margin-top: 2.5rem!important
    }
}

.p-top_recommend_scene_slide.--no2 .swiper-pagination {
    left: auto!important;
    right: -3rem!important
}

.p-top_recommend_scene_slide .swiper-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden
}

.p-top_recommend_scene_slide .swiper-wrapper .swiper-slide .swiper-slide-image {
    display: block;
    height: 48em
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_slide .swiper-wrapper .swiper-slide .swiper-slide-image {
        height:74.6666666667vw
    }
}

.p-top_recommend_scene_slide .swiper-wrapper .swiper-slide .swiper-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-top_recommend_scene_slide .swiper-pagination {
    width: auto!important;
    display: flex;
    flex-direction: column;
    left: -3rem!important;
    bottom: auto;
    top: 0!important;
    gap: 1.4rem
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_scene_slide .swiper-pagination {
        position:static!important;
        flex-direction: row;
        justify-content: center;
        margin-top: 1rem
    }
}

.p-top_recommend_scene_slide .swiper-pagination .swiper-pagination-bullet {
    width: 1rem!important;
    height: 1rem!important;
    background-color: #fff;
    opacity: 1;
    border: solid 2px #fff!important;
    transition: border .3s ease-in-out;
    margin: 0!important
}

.p-top_recommend_scene_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: solid 2px #000!important
}

.p-top_recommend_other {
    margin: 12rem auto 0;
    border: .5rem solid #000;
    border-radius: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 3.2rem;
    padding: 2.8rem 0 2.8rem 4rem;
    width: 73.2rem
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_other {
        margin-top:7rem;
        width: 100%;
        display: block;
        padding: 1.8rem 0;
        border: 3px solid #000;
        text-align: center
    }
}

.p-top_recommend_other_title {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3.6rem
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_other_title {
        font-size:1.8rem;
        display: block
    }
}

.p-top_recommend_other_title:after {
    content: "";
    display: block;
    width: 3px;
    height: 5.4rem;
    background: #000;
    border-radius: 2px
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_other_title:after {
        width:4.4rem;
        height: 2px;
        border-radius: 1px;
        margin: 1rem auto 0
    }
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_other_text {
        margin-top:1.4rem
    }
}

.p-top_recommend_other_text ul li {
    font-size: 2rem;
    font-weight: 500
}

@media print,screen and (max-width: 768px) {
    .p-top_recommend_other_text ul li {
        font-size:1.5rem;
        line-height: 1.3
    }

    .p-top_recommend_other_text ul li+li {
        margin-top: 1.4rem
    }
}

.p-top_merit {
    padding: 28rem 9rem 0
}

@media print,screen and (max-width: 768px) {
    .p-top_merit {
        padding:12rem 3rem 0
    }
}

.p-top_merit_title {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 25.8rem;
    margin: 0 auto
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_title {
        font-size:2.2rem;
        width: 17rem
    }
}

.p-top_merit_title_bg {
    position: absolute;
    display: block;
    width: 100%;
    top: -3.6rem;
    left: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_title_bg {
        top:-2rem
    }
}

.p-top_merit_title_bg.is-active {
    animation: titlebg2 8s infinite
}

.p-top_merit_list {
    margin-top: 14rem;
    display: flex;
    justify-content: space-between
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list {
        margin-top:6rem;
        flex-wrap: wrap;
        gap: 2.4rem
    }
}

.p-top_merit_list_item {
    width: 26.6rem
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list_item {
        display:flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
        max-width: 31.5rem;
        margin: 0 auto;
        transform: translateY(4rem);
        opacity: 0
    }
}

.p-top_merit_list_item_number {
    font-family: Roboto,serif;
    font-style: normal;
    width: 8.3rem;
    height: 8.3rem;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 500;
    color: #f0e05b;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    line-height: 1;
    transform: translateY(10rem);
    opacity: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list_item_number {
        order:1;
        width: 4rem;
        height: 4rem;
        font-size: 1.5rem;
        flex-shrink: 0;
        margin: 0;
        opacity: 1;
        transform: none
    }
}

.p-top_merit_list_item_img {
    border-radius: 1rem;
    margin-top: -3rem;
    display: block;
    background-color: #fff;
    overflow: hidden;
    transform: translateY(6rem);
    opacity: 0;
    aspect-ratio: 257/248
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list_item_img {
        order:3;
        margin-top: 0;
        border-radius: .8rem;
        width: 9.5rem;
        flex-shrink: 0;
        opacity: 1;
        transform: none;
        aspect-ratio: 1/1
    }
}

.p-top_merit_list_item_text {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    transform: translateY(6rem);
    opacity: 0;
    padding-left: 2rem
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list_item_text {
        order:2;
        font-size: 1.4rem;
        margin-top: 0;
        text-align: left;
        opacity: 1;
        transform: none;
        padding-left: 0
    }
}

.p-top_merit_list_item_text sup {
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    bottom: 1.1rem;
    right: 1rem
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_list_item_text sup {
        margin-left:-.8rem
    }
}

.p-top_merit_note {
    margin-top: 6rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    opacity: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_merit_note {
        margin-top:4rem;
        font-size: 1.3rem;
        line-height: 1.4;
        opacity: 1
    }

    .p-top_merit_note li+li {
        margin-top: 1rem
    }
}

.p-top_appliance {
    padding-top: 29rem
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance {
        padding-top:14rem
    }
}

.p-top_appliance_title {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 49.6rem;
    margin: 0 auto
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_title {
        font-size:2.2rem;
        width: 32.5rem
    }
}

.p-top_appliance_title_bg {
    position: absolute;
    display: block;
    width: 100%;
    top: -4.6rem;
    left: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_title_bg {
        top:-3rem
    }
}

.p-top_appliance_title_bg.is-active {
    animation: titlebg3 8s infinite
}

.p-top_appliance_contents {
    width: 100%;
    overflow: hidden
}

.p-top_appliance_slide {
    margin-top: 17.6rem
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_slide {
        margin-top:8.6rem
    }
}

.p-top_appliance_list {
    transform: translate(-41rem);
    display: flex;
    gap: 5rem
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list {
        transform:none;
        gap: 4.6rem;
        padding-left: 3rem
    }
}

.p-top_appliance_list_item {
    width: 45rem;
    flex-shrink: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item {
        width:24rem
    }
}

@media print and (hover: hover) and (pointer: fine),screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .p-top_appliance_list_item:hover .p-top_appliance_list_item_img .--hover {
        opacity:1
    }
}

.p-top_appliance_list_item_tag {
    padding: .6rem 1.6rem;
    border-radius: .4rem;
    background: #000;
    color: #ffee5e;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_tag {
        padding:.8rem 1.6rem
    }
}

.p-top_appliance_list_item_contents {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1.4rem 3rem 1.4rem 0rem;
    border-radius: 1rem
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_contents {
        padding:1rem 0 2rem;
        display: block
    }
}

.p-top_appliance_list_item_img {
    position: relative;
    display: block;
    width: 21rem;
    flex-shrink: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_img {
        margin:0 auto;
        width: 19.4rem
    }
}

.p-top_appliance_list_item_img picture {
    display: block
}

.p-top_appliance_list_item_img picture.--hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_img picture.--hover {
        display:none
    }
}

.p-top_appliance_list_item_info {
    text-align: center;
    line-height: 1.4;
    width: 100%
}

.p-top_appliance_list_item_info_title {
    font-size: 1.9rem;
    font-weight: 700
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_info_title {
        font-size:1.8rem
    }
}

.p-top_appliance_list_item_info_text {
    font-size: 1.5rem;
    margin-top: 1.5rem
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_list_item_info_text {
        margin-top:1rem
    }
}

.p-top_appliance_bar {
    width: 25.6rem!important;
    height: 5px!important;
    margin: 8rem auto 0!important;
    background: #fff!important;
    border: none!important;
    box-shadow: none!important
}

@media print,screen and (max-width: 768px) {
    .p-top_appliance_bar {
        width:20.4rem!important;
        height: 4px!important;
        margin-top: 5rem!important
    }
}

.p-top_appliance_bar .noUi-connect,.p-top_appliance_bar .noUi-origin {
    transition: transform 0s!important
}

.p-top_appliance_bar .noUi-handle {
    cursor: pointer!important;
    width: 19px!important;
    height: 19px!important;
    border-radius: 50%!important;
    border: solid 3px #000!important;
    background: #f0e05b!important;
    right: -7px!important;
    top: -7px!important;
    box-shadow: none!important
}

.p-top_appliance_bar .noUi-handle:before,.p-top_appliance_bar .noUi-handle:after {
    display: none!important
}

.p-top_links {
    display: flex;
    gap: 7rem;
    justify-content: center;
    margin-top: 26.5rem
}

@media print,screen and (max-width: 768px) {
    .p-top_links {
        display:block;
        margin-top: 13rem;
        padding: 0 3rem
    }
}

.p-top_links_item {
    opacity: 0;
    transform: translateY(4rem)
}

.p-top_links_item_contents {
    width: 55.2rem;
    height: 25.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 2rem;
    border: .6rem solid #000;
    background: #fff;
    position: relative;
    transition: box-shadow .2s ease-out,transform .2s ease-out;
    will-change: transform
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_contents {
        width:100%;
        height: 14.4rem;
        border: 3px solid #000;
        border-radius: 1rem
    }
}

@media print and (hover: hover) and (pointer: fine),screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .p-top_links_item_contents:hover {
        transform:scale(1.01);
        box-shadow: 3px 3px 10px #00000026
    }

    .p-top_links_item_contents:hover .p-top_links_item_arrow_inner {
        transform: translate(calc(100% + 1.5rem),calc(-100% - 1.5rem))
    }
}

.p-top_links_item_contents.--no2 {
    background-color: #000;
    color: #fff;
    border-color: #fff
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_contents.--no2 {
        margin-top:3rem
    }
}

.p-top_links_item_contents.--no2 .p-top_links_item_arrow {
    background-color: #f0e05b
}

.p-top_links_item_text {
    font-size: 2.8rem;
    font-weight: 700
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_text {
        font-size:1.8rem
    }
}

.p-top_links_item_text.--en {
    font-size: 3.4rem;
    line-height: 1.3
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_text.--en {
        font-size:2.2rem;
        line-height: 1.4
    }
}

.p-top_links_item_note {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: .2rem
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_note {
        font-size:1.4rem;
        margin-top: .6rem
    }
}

.p-top_links_item_arrow {
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_arrow {
        width:4.3rem;
        height: 4.3rem;
        top: 1.2rem;
        right: 1.2rem
    }
}

.p-top_links_item_arrow_inner {
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    transition: transform .2s ease-out
}

@media print,screen and (max-width: 768px) {
    .p-top_links_item_arrow_inner {
        width:1.2rem;
        height: 1.2rem
    }
}

.p-top_links_item_arrow_inner svg {
    width: 100%
}

.p-top_links_item_arrow_inner svg.--hover {
    position: absolute;
    right: calc(100% + 1.5rem);
    top: calc(100% + 1.5rem)
}

.p-top_bottom {
    position: fixed;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1
}

.p-top_bottom_copy {
    width: 121.1rem;
    margin: 0 auto
}

@media print,screen and (max-width: 768px) {
    .p-top_bottom_copy {
        width:32.6rem
    }
}

.p-top_bottom_cr {
    display: block;
    font-family: Roboto,serif;
    font-style: normal;
    font-size: 1.3rem;
    margin-top: 6.2rem
}

@media print,screen and (max-width: 768px) {
    .p-top_bottom_cr {
        font-size:1rem;
        margin-top: 6rem
    }
}

.p-top_loading {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-top_loading svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.p-top_loading_logo {
    width: 20.2rem
}

@media print,screen and (max-width: 768px) {
    .p-top_loading_logo {
        width:14.2rem
    }
}
