/************************************************************/
/* トップ
/* shop/base/index.html.liquid
/************************************************************/

.cp-top-section-title {
    font-family: "Lexend Exa", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.cp-top-section-title span {
    display: inline-block;
     background-color: #F8ED00;
}
@media (min-width: 720px) { /* pc */
    .cp-top-section-title {
        font-size: 30px;   
        margin-bottom: 90px;
    }
}


/************************************************************/
/* TOP KV
/************************************************************/
.cp-fv {
    position: relative;
}
.cp-fv__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(255, 0, 0, 0.5); */
    overflow: hidden;
}
.cp-fv__bg-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - var(--header-height) - 157px);
    /* background: #fff url(../../../../images/top/kv-sp.jpg) no-repeat center center / cover; */
    /* background-color: rgba(248,237,0,0.5); */
    transform-origin: bottom center;
    /* will-change: transform;
    transition: transform 0.1s linear; */
    overflow: hidden;
}
.cp-fv__bg-image {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    background: #fff url(../../../../images/top/kv-sp.jpg) no-repeat center center / cover;
}
.cp-fv__bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--header-height) + 157px);
    background-color: rgba(255, 255, 255, 1);
    transform-origin: 0 0;
}
.cp-fv__bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transform-origin: 0 0;
}
.cp-fv__bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cp-fv__bg-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
.cp-kv {
    width: 100%;
    position: relative;
    padding: 150px 0 0;
    height: calc(100vh - var(--header-height));
    height: calc(var(--1svh, 1vh) * 100 - var(--header-height));
    height: calc(100svh - var(--header-height));
}
.cp-kv.hide .cp-kv__copy {
    transform: translateX(-100%);
}
.cp-kv.hide .cp-kv__button {
    transform: translateY(100%);
}
.cp-kv h1 {
    display: block;
    margin: 0;
    position: absolute;
    z-index: 101;
    width: 285px;
    /* height: 188px; */
    top: -36px;
    /* top: calc(var(--header-height) - 30px); */
    left: -6px;
    pointer-events: none;
}
.cp-kv h1 img {
    width: 100%;
    height: auto;
    display: block;
}

.cp-kv__body {
    width: 100%;
    padding-bottom: 108.533333333333333%;
    /* background: url(../../../../images/top/kv-sp.jpg) no-repeat center center / cover; */
    position: relative;
    /* background-color: rgba(248,237,0,0.5); */
}
.cp-kv__copy {
    width: 36px;
    position: fixed;
    bottom: 62px;
    left: 0;
    pointer-events: none;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s linear;
}
.cp-kv__copy img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-kv__button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 62px;
    background-color: #F8ED00;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-kv__button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../../images/top/kv-arrow.svg) top left / cover;
}

@keyframes kv-banner-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);   
    }
}
.cp-kv__banner {
    width: 111px;
    height: 111px;
    position: fixed;
    bottom: 10px;
    right: 14px;
    display: none;
    z-index: 1;
}
.cp-kv__banner.active {
    display: block;
}
.cp-kv__banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../images/top/kv-banner-bg.svg) top left / cover;
    animation: kv-banner-rotation 10.0s linear infinite;
    mix-blend-mode: difference;
}
.cp-kv__banner-inner {
    width: 94px;
    height: 104px;
    position: absolute;
    top: 8.5px;
    left: 8.5px;
    background: url(../../../../images/top/kv-banner-202501.svg) top left / cover;
    display: block;
}
.cp-kv__banner-close-button {
    position: absolute;
    top: 0;
    right: -4px;
    width: 11px;
    height: 11px;
    background: url(../../../../images/top/kv-close.svg) top left / cover;
    cursor: pointer;
}
@media (max-width: 720px) {
    .cp-fv__bg-inner {
        width: 100% !important;
        height: 100% !important;
    }
    .cp-fv__bg-image {
        transform: scale(1) !important;
        top: 0;
        height: 100%;
    }
    .cp-kv:before {
        content: "";
        display: block;
        width: 100%;
        height: calc(150px + 51px + 100px);
        position: absolute;
        top: -151px;
        left: 0;
        background-color: #fff;
    }
    .cp-kv h1 {
        z-index: 1;
    }
    .cp-fv__bg-white {
        transition: opacity 0.1s linear;
    }
    .cp-top-about {
        padding-top: 0;
    }
}
@media (min-width: 720px) { /* pc */
    .cp-fv__bg {
    }
    .cp-fv__bg-inner {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 74.623406720741599%;
        height: calc(100% - var(--header-height));
        transform-origin: center center;
    }
    .cp-fv__bg-image {
        top: -150px;
        height: calc(100% + 300px);
        background: url(../../../../images/top/kv-pc3.jpg) no-repeat center center / cover;
    }
    .cp-fv__bg-top {
        height: calc(var(--header-height));
    }
    .cp-fv__bg-left {
        width: 25.3765932792584%;
    }
    .cp-fv__bg-filter {
         /* backdrop-filter: blur(25px); */
    }
    .cp-kv {
        height: calc(100vh - var(--header-height));
        padding: 0;
    }
    .cp-kv.hide .cp-kv__copy {
        opacity: 0;
        transform: translateX(0px);
    }
    .cp-kv.hide .cp-kv__button {
        
    }
    .cp-kv h1 {
        /* width: 510px; */
        width: 30%;
        height: 333px;
        top: -80px;
        /* top: calc(var(--header-height) - 80px); */
        left: 20px;
        display: flex;
        align-items: flex-start;
    }
    .cp-kv h1 img {
        height: auto;   
    }
    .cp-kv__body {
        padding-bottom: 0;
        width: 74.623406720741599%;
        height: 100%;
        /* background: url(../../../../images/top/kv-pc.jpg) center center / cover; */
        position: absolute;
        top: 0;
        right: 0;
    }
    .cp-kv__copy {
        width: 45px;
        /* left: 20px; */
        left: calc(25.3765932792584% + 20px);
        bottom: 20px;
    }
    .cp-kv__button {
        width: 96px;
        height: 96px;
        cursor: pointer;
    }
    .cp-kv__button:before {
        transition: opacity 0.15s linear;   
    }
    .cp-kv__button:hover:before {
        opacity: 0.5;
    }
    .cp-kv__banner {
        width: 184px;
        height: 184px;
        bottom: 45px;
        right: 55px;
    }
    .cp-kv__banner-inner {
        width: 155px;
        height: 172px;
        top: 14.5px;
        left: 14.5px;
        transform: translate(0px, 0px);
    }
    .cp-kv__banner-close-button {
        position: absolute;
        top: 0;
        right: -5px;
        width: 15px;
        height: 15px;
    }
}


/************************************************************/
/* TOP ABOUT
/************************************************************/
.cp-top-about {
    position: relative;
    /* padding-top: 100vh; */
}
.cp-top-about__bg {
    /* background: url(../../../../images/top/kv-sp.jpg) no-repeat center center / cover; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.cp-top-about__bg:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.cp-top-about__content {
    position: relative;
    padding: 67px 38px 80px;
}

.cp-top-about-awards {
   opacity: 1;
   transition: 0.3s linear;
}
.cp-top-about-awards ul li {
    position: relative;   
}
.cp-top-about-awards ul li img:nth-of-type(1) {
    opacity: 0;
    transition: opacity 0.3s linear;
}
.cp-top-about-awards ul li img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.3s linear;
}
.cp-top-about-awards.active ul li img:nth-of-type(1) {
   opacity: 1;
}
.cp-top-about-awards.active ul li img:nth-of-type(2) {
   opacity: 0;
}

.cp-top-about h2.cp-top-section-title {
    margin-bottom: 56px;
}
.cp-top-about h2.cp-top-section-title span {
    background-color: transparent;
    color: #fff;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.cp-top-about h2.cp-top-section-title.active span {
    background-color: #F8ED00;
    color: #000;
}
.cp-top-about h3 {
    margin-bottom: 56px;
    text-align: left;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 900;
}
.cp-top-about h3 span.et {
    color: #fff;
    transition: color 0.2s linear;
}
.cp-top-about h3 span.et.active {
    color: #000;   
}
.cp-top-about__text,
.cp-top-about__text2,
.cp-top-about__text3 {
    font-size: 17px;
    line-height: 2.3;
    font-weight: bold;
    margin-bottom: 24px;
}
.cp-top-about__text span.et,
.cp-top-about__text2 span.et,
.cp-top-about__text3 span.et {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s linear;
}
.cp-top-about__text span.et.active,
.cp-top-about__text2 span.et.active,
.cp-top-about__text3 span.et.active {
    color: #000;
}
.cp-top-about__copy {
    width: 290px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.cp-top-about__copy.active img:nth-of-type(1) {
    opacity: 1;
}
.cp-top-about__copy.active img:nth-of-type(2) {
    opacity: 0;
}
.cp-top-about__copy img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s linear;
}
.cp-top-about__copy img:nth-of-type(1) {
   position: relative;
   opacity: 0;
}
.cp-top-about__copy img:nth-of-type(2) {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.5;
}
.cp-top-about__logo {
    width: 100%;
    margin-bottom: 52px;
    position: relative;
}
.cp-top-about__logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s linear;
}
.cp-top-about__logo.active img:nth-of-type(1) {
    opacity: 1;
}
.cp-top-about__logo.active img:nth-of-type(2) {
    opacity: 0;
}
.cp-top-about__logo img:nth-of-type(1) {
   position: relative;
   opacity: 0;
}
.cp-top-about__logo img:nth-of-type(2) {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.5;
}

.cp-top-about .cp-more-button {
    background-color: #fff;
    color: #000;
    transition: opacity 0.3s linear, color 0.3s linear, background-color 0.3s linear;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    opacity: 0.5;
}
.cp-top-about .cp-more-button.active {
    background-color: #000;
    color: #fff;
    opacity: 1;
}

@media (min-width: 720px) { /* pc */
    .cp-top-about {
        padding-top: 100vh;   
    }
    .cp-top-about__content {
        position: relative;
        padding: 130px 0px 160px;
    }
    .cp-top-about__content-inner {
        width: 400px;
        margin: 0 auto;
    }
    .cp-top-about h3 {
        font-size: 36px;
        margin-bottom: 44px;
    }
    .cp-top-about__text,
    .cp-top-about__text2,
    .cp-top-about__text3 {
        font-size: 24px;
        margin-bottom: 34px;
    }
    .cp-top-about__copy {
        width: 100%;
        margin-bottom: 52px;
    }
    .cp-top-about__logo {
        width: 100%;
        margin-bottom: 54px;
    }
    .cp-top-about .cp-more-button {
        width: 360px;
        margin: 76px auto 0;
    }
}
@media (max-width: 719px) { /* sp */
    .cp-top-about-awards--pc {
        display: none !important;   
    }
    .cp-top-about ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: calc(100% + 76px);
        margin: 0px -38px 0;
    }
    .cp-top-about li {
        height: 72px;
        width: 154px;
        margin: 0 12px;
    }
    .cp-top-about li img {
        width: auto;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .cp-top-about li:first-of-type {
        width: 100%;
        margin: 0 0 26px;
    }
}
@media (min-width: 720px) and (max-width: 963px) { /* sp+ */
    .cp-top-about-awards--pc {
        display: none !important;   
    }
    .cp-top-about ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 81px 0 0;
    }
    .cp-top-about li {
        height: 115px;
        width: 246px;
        margin: 0 12px;
    }
    .cp-top-about li img {
        width: auto;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .cp-top-about li:first-of-type {
        width: 100%;
        margin: 0 0 26px;
    }
}
@media (min-width: 964px) { /* pc */
    .cp-top-about-awards--sp {
        display: none !important;
    }
    .cp-top-about ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 900px;
        margin: 76px auto 0;
    }
    .cp-top-about li {
        width: auto;
        height: 115px;
        margin: 0;
    }
    .cp-top-about li img {
        width: auto;
        height: 100%;
        display: block;
    }
}

/************************************************************/
/* TOP SCENE
/************************************************************/

.cp-top-scene {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}
.cp-scene-list {
    margin: 25px 0 0;
}
.cp-scene-item {
    
}
.cp-scene-item__inner {
    max-width: 375px;
    margin: 0 auto;
}
.cp-scene-item__image {
    margin-bottom: 14px;
}
.cp-scene-item h3 {
    font-weight: 900;
    font-size: 19px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 9px;
}
.cp-scene-item p {
    font-size: 12px;
    line-height: 1.9;
    width: 250px;
    margin: 0 auto 10px;
}
.cp-scene-list .slick-prev {
    width: 52px;
    height: 52px;
    background: url(../../../../images/common/prev-button.svg) top left / contain;
    left: 20px;
    font-size: 0;
    z-index: 1;
}
.cp-scene-list .slick-prev:before {
    display: none;
}
.cp-scene-list .slick-next {
    width: 52px;
    height: 52px;
    background: url(../../../../images/common/next-button.svg) top left / contain;
    right: 20px;
    font-size: 0;
}
.cp-scene-list .slick-next:before {
    display: none;
}
.cp-scene-list .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
}
.cp-scene-list .slick-dots li button {
    padding: 3px;   
    width: 14px;
    height: 14px;
    font-size: 0;
}
.cp-scene-list .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    background-color: #E9E9E9;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    opacity: 1;
}
.cp-scene-list .slick-dots li.slick-active button:before {
    background-color: #000;
}
@media (max-width: 719px) { /* sp */
    .cp-scene-item__image {
        margin-bottom: 14px;
        height: 286px;
    }
    .cp-scene-item__image img {
        width: auto;
        display: block;
        height: 100%;
        margin: 0 auto;
    }
    .cp-scene-item__inner {
        text-align: center;   
    }
    .cp-scene-item__content {
        display: inline-block;
        text-align: left;
    }
    .cp-scene-item p {
        width: auto;   
    }
    .cp-scene-list .slick-next,
    .cp-scene-list .slick-prev {
        top: 143px;
    }
}
@media (min-width: 720px) { /* pc */
    .cp-top-scene .cp-top-section-title {
        margin-bottom: 30px;   
    }
    .cp-scene-item__inner {
        margin: 0 auto;
    }
    .cp-scene-item__inner {
        max-width: 490px;
    }
    .cp-scene-item__image {
        height: auto;
        max-height: 500px;  
    }
    .cp-scene-item h3 {
        font-weight: 900;
        font-size: 34px;
        line-height: 1.6;
        margin-bottom: 21px;
    }
    .cp-scene-item p {
        font-size: 18px;
        line-height: 2.2;
        width: 100%;
        max-width: 406px;
        margin-bottom: 32px;
    }
    .cp-scene-list .slick-prev,
    .cp-scene-list .slick-next {
        transition: opacity 0.15s linear;
    }
    .cp-scene-list .slick-prev:hover,
    .cp-scene-list .slick-next:hover {
        opacity: 0.5;
    }
}

@media (min-width: 900px) { /* pc */
    .cp-top-scene {
        padding: 160px 0 142px;  
    }
    .cp-top-scene .cp-top-section-title {
        margin-bottom: 0px;   
    }
    .cp-scene-list {
        margin: 0 0 10px;
    }
    .cp-scene-item {
        
    }
    .cp-scene-item__inner {
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cp-scene-item__image {
        margin-bottom: 0;
        width: 50%;
        padding-left: 46px;
        display: flex;
        justify-content: flex-end;
    }
    .cp-scene-item__image img {
        width: 100%;
        max-width: 592px;
        height: auto;
        display: block;
    }
    .cp-scene-item__content {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        padding: 0 64px;
        width: 50%;
    }
    .cp-scene-item h3 {
        font-weight: 900;
        font-size: 34px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 21px;
    }
    .cp-scene-item p {
        font-size: 18px;
        line-height: 2.2;
        width: 100%;
        max-width: 406px;
        margin: 0;
    }
    .cp-scene-list .slick-prev {
        width: 68px;
        height: 68px;
        left: 14%;
    }
    .cp-scene-list .slick-next {
        width: 68px;
        height: 68px;
        right: 14%;
    }
}
@media (min-width: 900px) and (max-width: 1600px) { /* pc */
    .cp-scene-item__content {
        padding: 0 74px 0 64px;
    }
    .cp-scene-list .slick-prev {
        left: 10px;
    }
    .cp-scene-list .slick-next {
        right: 10px;
    }
}

/************************************************************/
/* TOP PHOTO
/************************************************************/
@keyframes top-scroll-copy {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: -1256px;
    }
}
@keyframes top-scroll-copy2 {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 1256px;
    }
}
@keyframes top-scroll-copy-sp {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: -698px;
    }
}
@keyframes top-scroll-copy2-sp {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 698px;
    }
}
.cp-top-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 73.333333333333333%;
}
.cp-top-photo:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 30px;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 698px 30px;
    animation: top-scroll-copy-sp 15s linear infinite;
}
.cp-top-photo:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 698px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: top-scroll-copy2-sp 15s linear infinite;
}
.cp-top-photo.cp-top-photo2:before,
.cp-top-photo.cp-top-photo2:after {
    background-image: url(../../../../images/top/scroll-copy-1.svg);
}
.cp-top-photo.cp-top-photo3:before,
.cp-top-photo.cp-top-photo3:after {
    background-image: url(../../../../images/top/scroll-copy-2.svg);
}
.cp-top-photo__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 100%;
}
.cp-top-photo2__image {
    background: url(../../../../images/top/photo-bg2-sp.jpg) no-repeat center center / cover;
}
.cp-top-photo3__image {
    background: url(../../../../images/top/photo-bg3-sp.jpg) no-repeat center center / cover;
}

@media (min-width: 720px) { /* pc */
    .cp-top-photo {
        padding-bottom: 34.7624565469293%;
    }
    .cp-top-photo:before {
        height: 54px;
        background-size: 1256px 54px;
        background-repeat: repeat-x;
        background-position: center center;
        animation: top-scroll-copy 20s linear infinite;
    }
    .cp-top-photo:after {
        height: 54px;
        background-size: 1256px 54px;
        background-repeat: repeat-x;
        background-position: center center;
        animation: top-scroll-copy2 20s linear infinite;
    }
    .cp-top-photo.cp-top-photo2:before,
    .cp-top-photo.cp-top-photo2:after {
        background-image: url(../../../../images/top/scroll-copy-1.svg);
    }
    .cp-top-photo.cp-top-photo3:before,
    .cp-top-photo.cp-top-photo3:after {
        background-image: url(../../../../images/top/scroll-copy-2.svg);
    }

    .cp-top-photo__image {
        padding-bottom: calc(34.7624565469293% + 200px);
    }
    .cp-top-photo2__image {
        background: url(../../../../images/top/photo-bg2-pc.jpg?v=3) no-repeat center center / cover;
    }
    .cp-top-photo3__image {
        background: url(../../../../images/top/photo-bg3-pc.jpg?v=3) no-repeat center center / cover;
    }
}


/************************************************************/
/* TOP FEATURE
/************************************************************/

.cp-feature {
    position: relative;
    padding: 80px 0;
    background-color: #fff;
}
.cp-feature.active {
       
}
.cp-feature.active .cp-top-section-title {
    opacity: 1;
    transform: translateY(0px);
}
.cp-feature.active .cp-feature-item {
    opacity: 1;
    transform: translateY(0px);
}
.cp-feature .cp-top-section-title {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-feature-list {
    margin: 0 auto; 
    max-width: 375px;
}
.cp-feature-item {
    position: relative; 
    margin-bottom: 50px;
    max-width: 375px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-feature-item:nth-of-type(2) {
    transition: opacity 1s 0.1s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.cp-feature-item:nth-of-type(3) {
    transition: opacity 1s 0.2s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.cp-feature-item:last-of-type {
    margin-bottom: 0;
}
.cp-feature-item__point {
    position: absolute;
    top: 0;
    left: 24px;
    width: 36px;
}
.cp-feature-item__point img {
    width: 100%;
    height: auto;
    display: block;
}
/* .cp-feature-item:nth-of-type(2) .cp-feature-item__point {
    left: auto;
    right: 14px;
}*/
.cp-feature-item__image {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.cp-feature-item__image img {
    width: 100%;
    height: auto;
    display: block
}
.cp-feature-item h3 {
    font-weight: 900;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 10px;
    letter-spacing: 0;
}
.cp-feature-item h3 span {
    text-align: left;
    display: inline-block;
}
.cp-feature-item p {
    font-size: 11px;
    line-height: 1.8;
    width: 270px;
    margin: 0 auto;
    padding-left: 10px;
    letter-spacing: -0.05em;
}
@media (max-width: 719px) { /* pc */    
    .cp-feature-item h3 {
        padding: 0 42px 0;
        text-align: left;
    }
    .cp-feature-item p {
        padding: 0 42px 0;
        text-align: left;
        width: 100%;
    }
}
@media (min-width: 900px) { /* pc */
    .cp-feature {
        padding: 160px 0 160px;
    }
    .cp-feature .cp-top-section-title {
        margin-bottom: 77px;   
    }
    .cp-feature-list {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        max-width: none;
    }
    .cp-feature-item {
        margin-bottom: 0px;
    }
    .cp-feature-item:nth-of-type(2) .cp-feature-item__point {
        left: 14px;
        right: auto;
    }
    .cp-feature-item h3 {
        padding: 0 42px 0;
        text-align: left;
    }
    .cp-feature-item p {
        padding: 0 42px 0;
        text-align: left;
        width: 100%;
    }
}
@media (min-width: 1500px) { /* pc */
    .cp-feature-list {
        padding-left: 50px;   
    }
    .cp-feature-item {
        margin-right: 32px;
        margin-bottom: 0;
        max-width: 448px;
    }
    .cp-feature-item:last-of-type {
        margin-right: 0;
        margin-bottom: 0;
    }
    .cp-feature-item__point {
        left: 0;
        width: 53px;
    }
    .cp-feature-item:nth-of-type(2) .cp-feature-item__point {
        left: 0;
        right: auto;
    }
    .cp-feature-item__image {
        width: 100%;
        max-width: 448px;
        margin: 0 auto 10px;
    }
    .cp-feature-item h3 {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: left;
        padding: 0 0 0 66px;
        width: 448px;
        letter-spacing: 0;
    }
    .cp-feature-item h3 span {
        text-align: left;
        display: inline-block;
    }
    .cp-feature-item p {
        font-size: 16px;
        line-height: 1.8;
        width: 448px;
        margin: 0 auto;
        padding: 0 0 0 66px;
        letter-spacing: -0.05em;
    }
}

/************************************************************/
/* TOP LINE-UP
/************************************************************/
.cp-lineup {
    position: relative;
}
.cp-lineup.active {
       
}
.cp-lineup.active .cp-lineup-description__bg {
    opacity: 1;
}
.cp-lineup.active .cp-lineup-description__inner {
    opacity: 1;
    transform: translateY(0px) scale(1);
}
.cp-lineup-description {
    padding: 80px 30px;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
}
.cp-lineup-description__bg {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    top: 0;
    left: 0;
}
.cp-lineup-description__bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.cp-lineup-description__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 200px);
    background: url(../../../../images/top/lineup-bg-sp2.jpg) no-repeat center center / cover;
}
.cp-lineup-description__inner {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    padding: 51px 0 37px;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s linear 0.3s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    backdrop-filter: blur(5px);
}
.cp-lineup-description__inner h2 {
    margin-bottom: 19px;
}
.cp-lineup-description__inner p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
}
.cp-lineup-description__inner p strong {
    font-weight: bold;
    display: inline-block;
}
.cp-lineup-description__inner p strong span {
    font-size: 24px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: bold;
}
.cp-lineup-description__inner p strong.underline {
    font-weight: bold;
    position: relative;
}
.cp-lineup-description__inner p strong.underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #F8ED00;
    position: absolute;
    bottom: 3px;
    left: 0;
}

@media (min-width: 720px) {
    .cp-lineup-description {
        padding: 140px 30px 140px;
    }
    .cp-lineup-description__bg-image {
        background: url(../../../../images/top/lineup-bg-pc.jpg) no-repeat center center / cover;
    }
    .cp-lineup-description__inner {
        padding: 80px 60px 62px;
        max-width: 490px;
        margin: 0 auto;
    }
    .cp-lineup-description__inner h2 {
        margin-bottom: 29px;
    }
    .cp-lineup-description__inner p {
        font-size: 20px;
        line-height: 46px;
        font-weight: 500;
    }
    .cp-lineup-description__inner p strong span {
        font-size: 26px;
    }
    .cp-lineup-description__inner p strong.underline {
        font-weight: bold;
        position: relative;
        margin: 0 0.5em;
    }
    .cp-lineup-description__inner p strong.underline:after {
        height: 6px;
        bottom: 5px;
    }
}

@media (min-width: 900px) {
    .cp-lineup {
        
    }
    .cp-lineup-description {
        padding: 140px 30px 276px;
        margin-bottom: -216px;
    }
    .cp-lineup-description:before {
       background: url(../../../../images/top/lineup-bg-pc.jpg) no-repeat center center / cover;
    }
    .cp-lineup-description__inner {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 6px;
        padding: 80px 60px 62px;
        max-width: 1240px;
        margin: 0 auto;
    }
    .cp-lineup-description__inner h2 {
        margin-bottom: 29px;
    }
    .cp-lineup-description__inner p {
        font-size: 20px;
        line-height: 46px;
        font-weight: 500;
    }
    .cp-lineup-description__inner p br.for-sp {
        display: none;
    }
    .cp-lineup-description__inner p strong span {
        font-size: 26px;
    }
    .cp-lineup-description__inner p strong.underline {
        font-weight: bold;
        position: relative;
        margin: 0 0.5em;
    }
    .cp-lineup-description__inner p strong.underline:after {
        height: 6px;
    }
}

.p-new_product {
    padding: 0 30px;  
    margin-bottom: 36px;
    position: relative;
}
.p-product_slider__item {
    background-color: #fff;   
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0.933333333333333vw;
    position: relative;
}
.p-product_slider__item .c-product_item__inner__eyecatch {
    width: auto !important;
}
.p-product_slider__item .c-product_item__inner__eyecatch__img {
    padding-top: 77.922077922077922%;
    background-size: cover !important;
}

.p-product_slider__item .c-product_item__form--cart {
    display: none;
}
.p-product_slider__item .c-product_item__actions {
    display: none;
}
.p-product_slider__item .c-product_item__form--favorite {
    display: none;
}
.p-product_slider__item .c-product_item__inner__eyecatch__tags {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
.p-product_slider__item .c-product_item__inner__eyecatch__tags__new,
.p-product_slider__item .c-product_item__inner__eyecatch__tags__soldout,
.p-product_slider__item .c-product_item__inner__eyecatch__tags__preorder {
    background-color: #F03208;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 6px 4px 5px 5px;
    display: inline-block;
    border-radius: 0 3px 3px 0 / 0 3px 3px 0;
    line-height: 1;
    font-family: "Lexend Exa", sans-serif;
    letter-spacing: 0.1em;
    margin-top: 0;
}
.p-product_slider__item .c-product_item__inner__content {
    padding: 16px 11px 11px;
    margin: 0;
}
.p-product_slider__item .c-product_item__inner__title {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 7px;
    letter-spacing: 0;
}
.p-product_slider__item .c-product_item__inner__copy {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 0;
}
.p-product_slider__item .c-product_item__inner__price {
    margin: 0;
    line-height: 1;
    margin-bottom: 7px;
    letter-spacing: 0;
}
.p-product_slider__item .c-product_item__inner__price .yen {
    font-size: 11px;
}
.p-product_slider__item .c-product_item__inner__price .price {
    font-size: 14px;
    font-weight: bold;
}
.p-product_slider__item .c-product_item__inner__price .tax {
    font-size: 9px;
    font-weight: 700;
}
.p-product_slider__item .c-product_item__inner__per-price {
    font-size: 10px;
    line-height: 1.9;
    letter-spacing: 0;
}

.p-product_slider__nav {
    position: static;
    margin-top: 24px;
}

.p-product_slider__nav .slick--prev {
    width: 52px;
    height: 52px;
    background: url(../../../../images/common/next-button.svg) top left / contain;
    top: 100px;
    left: 8px;
    font-size: 0;
    z-index: 1;
    position: absolute;
}
.p-product_slider__nav .slick--prev.slick-disabled {
    opacity: 0;  
}
.p-product_slider__nav .slick--prev:before {
    display: none;
}
.p-product_slider__nav .slick--next {
    width: 52px;
    height: 52px;
    background: url(../../../../images/common/next-button.svg) top left / contain;
    top: 100px;
    right: 8px;
    font-size: 0;
    position: absolute;
}
.p-product_slider__nav .slick--next.slick-disabled {
    opacity: 0;
}
.p-product_slider__nav .slick--next:before {
    display: none;
}
.p-product_slider__nav .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
}
.p-product_slider__nav .slick-dots li button {
    padding: 3px;   
    width: 14px;
    height: 14px;
    font-size: 0;
    background-color: transparent;
    opacity: 1;
}
.p-product_slider__nav .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    opacity: 1;
}
.p-product_slider__nav .slick-dots li.slick-active button:before {
    background-color: #000;
}



.cp-top__bg-gray {
    padding: 0 0 100px;
    background-color: #EAEAEA;
    position: relative;
}

@media (min-width: 720px) { /* pc */
    .p-product_slider__item .c-product_item__inner__content {
        padding: 25px 22px 24px;
        margin: 0;
    }
    .p-product_slider__item .c-product_item__inner__title {
        font-size: 18px;
        margin-bottom: 14px;
        letter-spacing: -0.15em;
        display: block;
    }
    .p-product_slider__item .c-product_item__inner__copy {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.6;
        display: block;
        margin-bottom: 11px;
        letter-spacing: -0.09em;
        display: block;
    }
    .p-product_slider__item .c-product_item__inner__price {
        margin: 0;
        line-height: 1;
        margin-bottom: 7px;
        letter-spacing: 0;
        display: inline-block;
    }
    .p-product_slider__item .c-product_item__inner__price .yen {
        font-size: 17px;
    }
    .p-product_slider__item .c-product_item__inner__price .price {
        font-size: 21px;
    }
    .p-product_slider__item .c-product_item__inner__price .tax {
        font-size: 12px;
    }
    .p-product_slider__item .c-product_item__inner__per-price {
        font-size: 12px;
        display: inline-block;
    }
    .p-product_slider__nav {
        margin-top: 40px;
    }
}


/************************************************************/
/* TOP RECOMMEND
/************************************************************/
.cp-top-recommend {
    border-radius: 6px;
    overflow: hidden;
    width: 315px;
    margin: 0 auto 18px;
    background-color: #fff;
    padding-bottom: 32px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-top-recommend.active {
    opacity: 1; 
    transform: translateY(0px);
}
.cp-top-recommend__image {
    margin-bottom: 24px;
    position: relative;
    background: url(../../../../images/top/recommend-product-image.jpg) no-repeat center center / cover;
    padding-bottom: 79.365079365079365%;
}
.cp-top-recommend__image .recommend {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F03208;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 7px 6px 6px 7px;
    display: inline-block;
    border-radius: 0 6px 6px 0 / 0 6px 6px 0;
    line-height: 1;
    letter-spacing: 0.1em;
}
.cp-top-recommend__image .badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 51px;
    height: 51px;
    background: url(../../../../images/top/recommend-badge.png?v=2) no-repeat center center / cover;
}
.cp-top-recommend__body {
    padding: 0 27px;
    position: relative;
}
.cp-top-recommend__copy {
    font-size: 12px;
    line-height: 1.6;
}
.cp-top-recommend h3 {
    font-size: 21px;
    padding-bottom: 8px;
    position: relative;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}
.cp-top-recommend h3 span {
    font-size: 18px;
}
.cp-top-recommend h3:before {
    content: "";
    display: block;
    width: 256px;
    height: 1px;
    background: url(../../../../images/top/dot-line.png) no-repeat top left / contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cp-top-recommend__discount {
    color: #8A8A8A;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
}
.cp-top-recommend__discount:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #8A8A8A;
    position: absolute;
    top: 60%;
    left: 0;
}
.cp-top-recommend__discount span {
    display: inline-block;   
}
.cp-top-recommend__discount .type {
    font-size: 10px;
    font-weight: bold;
}
.cp-top-recommend__discount .en {
    font-size: 11px;
}
.cp-top-recommend__discount .price {
    font-size: 15px;
    font-weight: 400;
}
.cp-top-recommend__discount .tax {
    font-size: 8px;
}
.cp-top-recommend__discount .per-price {
    font-size: 10px;
}
.cp-top-recommend__price {
    margin-bottom: 15px;
}
.cp-top-recommend__price .en {
    color: #F03208;
    font-size: 18px;
}
.cp-top-recommend__price .price {
    color: #F03208;
    font-size: 23px;
    font-weight: bold;
}
.cp-top-recommend__price .tax {
    color: #F03208;
    font-size: 9px;
    font-weight: bold;
}
.cp-top-recommend__price .per-price {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.cp-top-recommend__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}
.cp-top-recommend__tags span {
    font-size: 10px;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 2px;
    margin-right: 4px;
    background-color: #D9D9D9;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: bold;
}
.cp-top-recommend h4 {
    font-size: 12px;
    font-weight: bold;
}
.cp-top-recommend ul {
    /* margin-bottom: 17px; */
    margin-bottom: 5px;
}
.cp-top-recommend li {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    padding-left: 15px;
    letter-spacing: -0.01em;
}
.cp-top-recommend li strong {
    font-weight: bold;   
}
.cp-top-recommend li span {
    width: 1em;
    height: 1.8em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-top-recommend li span:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cp-top-recommend small {
    font-size: 11px;
    margin-bottom: 17px;
    letter-spacing: 0;
    line-height: 1.8;
    display: block;
}
.cp-top-recommend .cp-more-button {
    width: 260px;
    margin: 0 auto;
}

@media (min-width: 720px) { /* pc */
    .cp-top-recommend {
        width: 490px;
        margin: 0 auto 60px;
        padding-bottom: 0;
        max-width: 490px;
    }
    .cp-top-recommend__image {
        margin-bottom: 0;
        position: relative;
        width: 490px;
        background: url(../../../../images/top/recommend-product-image-pc.jpg) no-repeat center center / cover;
    }
    .cp-top-recommend__image .recommend {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #F03208;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 7px 6px 6px 7px;
        display: inline-block;
        border-radius: 0 6px 6px 0 / 0 6px 6px 0;
        line-height: 1;
    }
    .cp-top-recommend__image .badge {
        top: 20px;
        right: 20px;
        width: 78px;
        height: 78px;
    }
    .cp-top-recommend__body {
        width: 490px;
        padding: 60px 68px 50px;
    }
    .cp-top-recommend__copy {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: -0.09em;
        margin-bottom: 4px;
    }
    .cp-top-recommend h3 {
        font-size: 27px;
        padding-bottom: 18px;
        margin-bottom: 23px;
        letter-spacing: -0.03em;
    }
    .cp-top-recommend h3 span {
        font-size: 27px;
    }
    .cp-top-recommend h3:before {
        width: 100%;
        height: 1px;
        background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    }
    
    .cp-top-recommend__discount {
        color: #8A8A8A;
        font-size: 15px;
        position: relative;
        line-height: 1.8;
        display: inline-block;
    }
    .cp-top-recommend__discount:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8A8A8A;
        position: absolute;
        top: 60%;
        left: 0;
    }
    .cp-top-recommend__discount span {
        display: inline-block;   
    }
    .cp-top-recommend__discount .type {
        font-size: 13px;
        font-weight: bold;
    }
    .cp-top-recommend__discount .en {
        font-size: 14px;
    }
    .cp-top-recommend__discount .price {
        font-size: 20px;
        font-weight: 400;
    }
    .cp-top-recommend__discount .tax {
        font-size: 10px;
    }
    .cp-top-recommend__discount .per-price {
        font-size: 13px;
    }
    .cp-top-recommend__price {
        margin-bottom: 15px;
    }
    .cp-top-recommend__price .en {
        color: #F03208;
        font-size: 14px;
    }
    .cp-top-recommend__price .price {
        color: #F03208;
        font-size: 32px;
        font-weight: bold;
    }
    .cp-top-recommend__price .tax {
        color: #F03208;
        font-size: 12px;
        font-weight: bold;
    }
    .cp-top-recommend__price .per-price {
        font-size: 14px;
        font-weight: bold;
    }
    .cp-top-recommend__tags {
        margin-bottom: 16px;
    }
    .cp-top-recommend__tags span {
        font-size: 14px;
        padding: 8px 7px;
        border-radius: 3px;
        margin: 0 8px 8px 0;
    }
    .cp-top-recommend__tags span:nth-of-type(2n) {
        margin-right: 0;   
    }
    .cp-top-recommend h4 {
        font-size: 17px;
        line-height: 1.9;
        margin-bottom: 4px;
    }
    .cp-top-recommend ul {
        /* margin-bottom: 27px; */
        margin-bottom: 8px;
    }
    .cp-top-recommend li {
        position: relative;
        font-size: 15px;
        line-height: 1.8;
        padding-left: 16px;
        letter-spacing: -0.11em;
    }
    .cp-top-recommend li strong {
        font-weight: bold;   
    }
    .cp-top-recommend li span {
        width: 1em;
        height: 1.8em;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .cp-top-recommend li span:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 1px solid #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cp-top-recommend small {
        margin-bottom: 27px;
    }
    .cp-top-recommend .cp-more-button {
        width: 350px;
        margin: 0 auto;
    }
}

@media (min-width: 900px) { /* pc */
    .cp-top-recommend {
        width: calc(100% - 60px);
        margin: 0 auto 60px;
        padding-bottom: 0;
        display: flex;
        max-width: 1240px;
    }
    .cp-top-recommend__image {
        margin-bottom: 0;
        position: relative;
        width: calc(100% - 490px);
        background: url(../../../../images/top/recommend-product-image-pc.jpg) no-repeat center center / cover;
        padding-bottom: 0;
    }
    .cp-top-recommend__image .recommend {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #F03208;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 7px 6px 6px 7px;
        display: inline-block;
        border-radius: 0 6px 6px 0 / 0 6px 6px 0;
        line-height: 1;
    }
    .cp-top-recommend__image .badge {
        top: 20px;
        right: 20px;
        width: 78px;
        height: 78px;
    }
    .cp-top-recommend__body {
        width: 490px;
        padding: 60px 68px 50px;
    }
    

}


/************************************************************/
/* TOP SUBSCRIPTION
/************************************************************/
.cp-top-subscription {
    width: 270px;
    margin: 0 auto;
}
.cp-top-subscription img {
    width: 100%;
    height: auto;
    display: block;
}
@media (min-width: 720px) {
    .cp-top-subscription {
        width: 90%;
        max-width: 870px;
        margin: 0 auto;
    }
}

/************************************************************/
/* TOP CHEF
/************************************************************/
.cp-top-chef {
    padding: 60px 0 80px;
    position: relative;
    background-color: #fff;
}
.cp-top-chef .cp-top-section-title {
    margin-bottom: 30px;
}
.cp-top-chef__profile-image {
    width: 315px;
    margin: 0 auto 21px;
    border-radius: 6px;
    overflow: hidden;
}
.cp-top-chef__image-name {
    display: none;   
}
.cp-top-chef__body {
    width: 270px;
    margin: 0 auto;
    color: #000;
}
.cp-top-chef__title {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 1px;
}
.cp-top-chef__title span {
    font-size: 11px;
}
.cp-top-chef__name {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 10px;
}
.cp-top-chef__name span {
    font-size: 11px;
    font-weight: 300;
}
.cp-top-chef__text {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.cp-top-chef__awards-title {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.7;
}
.cp-top-chef__awards {
    font-size: 11px;
    letter-spacing: -0.02em;
    line-height: 1.9;
    margin-bottom: 15px;
}
.cp-top-chef__awards li {
    padding-left: 9px;
    position: relative;
}
.cp-top-chef__awards li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 0.8em;
    left: 0;
    /* transform: translateY(-50%); */
}
.cp-top-chef__awards-images {
    width: 100%;
}
.cp-top-chef__awards-images img {
    width: 100%;
    height: auto;
    display: block;
}
.cp-top-chef .cp-more-button {
    width: 270px;
    margin: 36px auto 0;
}

@media (min-width: 720px) { /* pc */
    .cp-top-chef {
        padding: 160px 30px 160px;   
    }
    .cp-top-chef .cp-top-section-title {
        margin-bottom: 70px;
    }
    .cp-top-chef__profile-image {
        width: 513px;
        margin: 0 auto 40px;
    }
    .cp-top-chef__body {
        width: 440px;
        margin: 0 auto;
    }
    .cp-top-chef__title {
        font-size: 20px;
    }
    .cp-top-chef__title span {
        font-size: 15px;
    }
    .cp-top-chef__name {
        font-size: 26px;
        margin-bottom: 29px;
    }
    .cp-top-chef__name span {
        font-size: 14px;
    }
    .cp-top-chef__text {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.9;
    }
    .cp-top-chef__awards-title {
        font-size: 14px;
    }
    .cp-top-chef__awards {
        font-size: 14px;
        letter-spacing: -0.03em;
        margin-bottom: 21px;
    }
    .cp-top-chef__awards li {
        padding-left: 9px;
        position: relative;
    }
    .cp-top-chef__awards-images {
    }
    .cp-top-chef .cp-more-button {
        width: 350px;
        margin: 40px 0 0;
    }
}
@media (min-width: 900px) { /* pc */
    .cp-top-chef__inner {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1340px;
        margin: 0 auto;
    }
    .cp-top-chef__profile-image {
        width: calc(100% - 450px - 7.4%);
        height: auto;
        margin: 0 0 0 7.4%;
        background: url(../../../../images/top/chef-pc2.jpg) no-repeat center center / cover; 
        border-radius: 6px;
        position: relative;
    }
    .cp-top-chef__profile-image img {
        display: none;   
    }
    .cp-top-chef__image-name {
        display: block;
        position: absolute;
        top: 32px;
        right: 26px;
        width: 23px;
    }
    .cp-top-chef__image-name img {
        width: 100%;
        height: auto;
        display: block;
    }
    .cp-top-chef__body {
        margin: 0;   
    }
}


/************************************************************/
/* TOP RESTAURANT
/************************************************************/
.cp-top-restaurant {
    padding: 80px 30px;
    background-color: #EAEAEA;
    position: relative;
}
.cp-top-restaurant .cp-top-section-title {
    margin-bottom: 30px;
}
.cp-top-restaurant .cp-more-button {
    width: 270px;
    margin: 0 auto;
}
.cp-top-restaurant-list {
    width: 315px;
    margin: 0 auto 30px;
}
.cp-top-restaurant-item {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 21px 30px 9px;
    max-width: 315px;
}
.cp-top-restaurant-item:last-of-type {
    margin-bottom: 0;   
}
.cp-top-restaurant__logo1 {
    width: 216px;
    padding-top: 7px;
    margin: 0 auto 17px;
}
.cp-top-restaurant__logo2 {
    padding-top: 7px;
    width: 176px;
    margin: 0 auto 17px;
}
.cp-top-restaurant__logo3 {
    width: 124px;
    padding-top: 7px;
    margin: 0 auto 17px;
}
.cp-top-restaurant__logo1 img,
.cp-top-restaurant__logo2 img,
.cp-top-restaurant__logo3 img{
    width: 100%;
    height: auto;
    display: block;
}
.cp-top-restaurant-item p {
    font-size: 12px;
    line-height: 1.7;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.cp-top-restaurant-item p:before {
    content: "";
    display: block;
    width: 256px;
    height: 1px;
    background: url(../../../../images/top/dot-line.png) no-repeat top left / contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cp-top-restaurant-item dl {
    padding: 0 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
}
.cp-top-restaurant-item dt {
    display: none;
}
.cp-top-restaurant-item dd {
    width: auto;
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 1.6;
}
.cp-top-restaurant-item dd a {
    text-indent: 17px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.cp-top-restaurant-item dd span {
    text-decoration: underline;
    display: inline;
    font-weight: normal;
    font-family: "Lexend Deca", sans-serif;
}
.cp-top-restaurant-item dd a:before {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    background: url(../../../../images/top/icon-pin.svg) no-repeat top left / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-decoration: none;
}

@media (min-width: 720px) { /* pc */
    .cp-top-restaurant {
        padding: 160px 0;
    }
    .cp-top-restaurant .cp-top-section-title {
        margin-bottom: 70px;
    }
    .cp-top-restaurant .cp-more-button {
        width: 350px;
        margin: 0 auto;
    }
    .cp-top-restaurant-list {
        margin: 0 auto 70px;
        padding: 0 30px;
        width: 100%;
    }
    .cp-top-restaurant-item {
        padding: 12px 43px 32px;
        width: 472px;
        max-width: none;
        margin: 0 auto 12px;
    }
    .cp-top-restaurant-item:last-of-type {
        margin-bottom: 0;   
    }
    .cp-top-restaurant__logo1,
    .cp-top-restaurant__logo2,
    .cp-top-restaurant__logo3 {
        width: 100%;
        height: 90px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cp-top-restaurant__logo2 {
        padding-top: 21px;   
    }
    .cp-top-restaurant__logo1 {
        width: 274px;
    }
    .cp-top-restaurant__logo2 {
        width: 220px;
    }
    .cp-top-restaurant__logo3 {
        width: 130px;
    }
    .cp-top-restaurant__logo1 img,
    .cp-top-restaurant__logo2 img,
    .cp-top-restaurant__logo3 img {
        width: 100%;
        height: auto;
        display: block;
    }
    .cp-top-restaurant-item p {
        font-size: 15px;
        line-height: 1.8;
        min-height: calc(5.4em + 18px);
        padding-bottom: 18px;
        position: relative;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cp-top-restaurant-item p:before {
        width: 100%;
        height: 2px;
        background: url(../../../../images/top/dot-line-pc.png) no-repeat center center / contain;
    }
    .cp-top-restaurant-item dl {
        padding: 0 2px;
        flex-wrap: nowrap;
        justify-content: center;
        align-item: flex-start;
        font-size: 15px;
    }
    .cp-top-restaurant-item dt {
        display: none;
    }
    .cp-top-restaurant-item dd {
        width: auto;
        max-width: 245px;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .cp-top-restaurant-item dd a {
        text-indent: 17px;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }
    .cp-top-restaurant-item dd span {
        text-decoration: underline;
        display: inline;
    }
    .cp-top-restaurant-item dd a:before {
        content: "";
        display: block;
        width: 12px;
        height: 17px;
        background: url(../../../../images/top/icon-pin.svg) no-repeat top left / contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-decoration: none;
    }
}
@media (min-width: 765px) { /* pc */
    .cp-top-restaurant {
        padding: 160px 0;
    }
}
@media (min-width: 1030px) { /* pc */
    .cp-top-restaurant-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cp-top-restaurant-item {
        margin: 0 12px 12px 0;
    }
    .cp-top-restaurant-item:last-of-type {
        margin: 0;   
    }
}
@media (min-width: 1205px) { /* pc */
    .cp-top-restaurant-list {
        width: 100%;
        padding: 0 30px;
    }
    .cp-top-restaurant-item {
        margin: 0 12px 0 0;
        width: calc(100% / 3 - 8px);
    }
}
@media (min-width: 1500px) { /* pc */
    .cp-top-restaurant-list {
        margin: 0 auto 70px;
    }
    .cp-top-restaurant-item {
        margin: 0 12px 0 0;
        width: 472px;
    }
    .cp-top-restaurant-item:last-of-type {
        margin: 0;   
    }
}


/************************************************************/
/* TOP MEDIA
/************************************************************/
@keyframes top-media-sp {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -658px;
    }
}
.cp-top-media {
    padding: 80px 0;
    position: relative;
    background-color: #fff;
}
.cp-top-media .cp-top-section-title {
    margin-bottom: 30px;
}
.cp-top-media-logos {
    width: 100%;
}
@media (max-width: 719px) { /* sp */
    .cp-top-media-logos {
        height: 420px;
        background: url(../../../../images/top/medialogos-sp.png) repeat-x center center;
        background-size: 658px 420px;
        animation: top-media-sp 15s linear infinite;
        animation-play-state: paused;
    }
    .cp-top-media-logos.active {
        animation-play-state: running;
        will-change: background-position;
    }
}
@media (min-width: 720px) { /* pc */
    .cp-top-media {
        padding: 160px 30px 117px;   
    }
    .cp-top-media .cp-top-section-title {
        margin-bottom: 40px;
    }
    .cp-top-media-logos {
        width: 100%;
        max-width: 1233px;
        margin: 0 auto;
    }
    .cp-top-media-logos span {
        display: block;
        width: 100%;
        padding-bottom: 36.982968369829684%;
        background: url(../../../../images/top/medialogos-pc.png) no-repeat center center / contain;
    }
}

/************************************************************/
/* TOP NEWS
/************************************************************/
.cp-top-news {
    padding: 80px 30px;
    background-color: #EAEAEA;
    position: relative;
}
.cp-top-news h2 {
    margin-bottom: 30px;
}
.p-news {
    padding: 0;
}
.p-news__inner__list {
    border-radius: 6px;
    background-color: #fff;
    padding: 18px;
}
.p-news__inner__title {
    display: none;   
}
.c-news_item {
    margin-bottom: 9px; 
    border: none !important;
}
.c-news_item:last-of-type {
    margin-bottom: 0;   
    padding: 0;
}
.c-news_item__inner {
    padding: 0 40px 15px 0;
    position: relative;
}
.c-news_item__inner:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    right: 0;
    background: url(../../../../images/top/news-arrow.svg) no-repeat bottom left / contain;
}
.c-news_item__inner:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../../../images/top/dot-line.png) no-repeat bottom left / contain;
}
.c-news_item:last-of-type .c-news_item__inner {
    padding: 0 40px 0 0;
}
.c-news_item:last-of-type .c-news_item__inner:before {
    bottom: 0;
}
.c-news_item:last-of-type .c-news_item__inner:after {
    display: none;   
}
.c-news_item__inner__date {
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
    padding-bottom: 2px;
    letter-spacing: 0;
    font-family: "Lexend Deca", sans-serif;
}
.c-news_item__inner__title {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.03em;
}
@media (min-width: 720px) { /* pc */
    .cp-top-news {
        padding: 160px 30px 160px;   
    }
    .cp-top-news .cp-top-section-title {
        margin-bottom: 70px;
    }
    .p-news__inner {
        max-width: 1240px;   
    }
    .p-news__inner__list {
        padding: 46px 64px 46px;
    }
    .c-news_item {
        margin-bottom: 20px; 
    }
    .c-news_item__inner {
        padding: 0 60px 22px 0;
    }
    .c-news_item__inner:before {
        width: 30px;
        height: 30px;
        bottom: auto;
        right: 0;
        top: 0;
    }
    .c-news_item__inner:after {
        width: 100%;
        padding-top: 1px;
        background: url(../../../../images/top/dot-line-pc2.png) repeat-x bottom center / contain;
    }
    .c-news_item__inner__date {
        font-size: 18px;
    }
    .c-news_item__inner__title {
        font-size: 16px;
        letter-spacing: -0.03em;
        padding-left: 35px;
    }
    .p-news__inner__more {
        margin-top: 70px;   
    }
}




