.l-main {
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #3a3a3a;
}

@media(min-width: 768px) {
    .l-main__inner {
        background: #91d1e0;
        background-image: url(images/site_bg.png);
        background-size: max(1600px,100%);
        padding: 60px 20px 120px;
    }
}

.c-title {
    margin-bottom: 40px;
}

a:hover {
    opacity: 0.7;
}

/* ---------------------------------------
p-mv
-----------------------------------------*/

.p-mv {
    background: #91d1e0;
    padding-top: 55px;
    position: relative;
}

.p-mv__logo {
    display: block;
    max-width: 31.28%;
    margin-inline: auto;
    margin-bottom: 6.5vw;
}

.p-mv__ttl {
    position: relative;
    max-width: 90.77%;
    margin-inline: auto;
    z-index: 5;
}

.p-mv__ttl .c-title {
    margin-bottom: 0;
}

.p-mv__image {
    margin-top: -20vw;
}

.p-mv__link {
    position: absolute;
    right: 2%;
    bottom: 7%;
    max-width: 32.05%;
}

.p-mv_link-image {
    animation: rotate 3s linear infinite;
}

/* @keyframes rotate {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
    
} */

@keyframes rotate {
    0%   { transform: rotate(0deg); }
    6%  { transform: rotate(10deg); }   
    12%  { transform: rotate(-10deg); }
    18%  { transform: rotate(10deg); }
    24%  { transform: rotate(-10deg); }
    30%  { transform: rotate(0deg); }   
    100% { transform: rotate(0deg); }
}

.p-mv_link-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -45%);
    width: 50%;
}

@media(min-width: 768px) {
    .p-mv {
        padding-top: 35px;
    }
    .p-mv__logo {
        max-width: 213px;
        margin-left: 30px;
        margin-bottom: 0;
    }
    .p-mv__ttl {
        max-width: 865px;
        margin-top: -70px;
    }
    .p-mv__image {
        margin-top: min(-130px,-11vw);
    }
    .p-mv__image img {
        width: 100vw; 
        min-width: 1200px;
    }
    .p-mv__link {
        max-width: 157px;
        right: 20%;
        bottom: 20%;
        z-index: 5;
    }
}

/* ---------------------------------------
p-cycling
-----------------------------------------*/


.p-cycling {
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 60px;
    margin-top: -25vw;
}

.p-cycling::before {
    content: "";
    width: 100vw;
    height: calc(100% - 60vw);
    background: url(images/p-cycling_bg.jpg) center top / 390px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.p-cycling .c-title {
    margin-bottom: 0;
}

.p-cycling__ttl picture {
    margin-right: -25px;
    margin-left: -25px;
}

.p-cycling__text01 {
    max-width: 70.83%;
    margin-inline: auto;
    margin-bottom: 30px;
}

.p-cycling__img01 {
    margin-bottom: 10px;
}

.p-cycling__body {
    position: relative;
    transform: translateZ(1px);
}

.p-cycling__body p {
    font-size: 2.95vw;
    font-weight: 500;
    line-height: calc(16 / 12);
}

@media(min-width: 768px) {
    .p-cycling {
        padding-bottom: 50px;
        margin-top: min(-200px,-17vw);
    }
    .p-cycling::before {
        background: url(images/p-cycling_bg_pc.png) center top / 1600px 100%;
        height: calc(100% - 25vw);
        max-height: 440px;
        z-index: 1;
    }
    .p-cycling__body {
        position: relative;
        transform: none;
    }
    .p-cycling__ttl {
        margin-bottom: 45px;
    }
    .p-cycling__ttl picture img {
        width: 100%;
    }
    .p-cycling__content {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 10px;
        max-width: 770px;
        margin-inline: auto;
        z-index: 10;
    }
    .p-cycling__body::before {
        content: "";
        width: 411px;
        aspect-ratio: 411 / 286;
        background: url(images/reef01.png) center / cover;
        position: absolute;
        bottom: 125px;
        left: -25px;
        z-index: 6;
    }
    .p-cycling__body::after {
        content: "";
        width: 389px;
        aspect-ratio: 389 / 286;
        background: url(images/reef02.png) center / cover;
        position: absolute;
        bottom: 125px;
        right: -25px;
        z-index: 6;
    }
    .p-cycling__text01 {
        max-width: 100%;
        margin-bottom: 0;
        margin-left: -15px;
    }
    .p-cycling__img01 {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        margin-bottom: 0;
    }
    .p-cycling__body p {
        font-size: 12px;
        text-shadow: 0 0 22px #FFF;
    }
}

/* ---------------------------------------
p-fitness
-----------------------------------------*/
.p-fitness {
    position: relative;
    background: #f9f7ed;
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 45px;
    overflow: hidden;
}

.p-fitness::before {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 15;
    background: url(images/p-fitness_bg.png) repeat-x center bottom / 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-100%);
}

.p-fitness__ttl picture {
    max-width: 51.51%;
    margin-inline: auto;
}

.p-fitness__link {
    display: block;
    max-width: 52.05%;
    margin-inline: auto;
    margin-bottom: 30px;
}

.p-fitness__text01 {
    margin-bottom: 30px;
}

.p-fitness__text02 {
    max-width: 94.52%;
    margin-bottom: 30px;
    margin-inline: auto;
}

.p-fitness__splide {
    max-width: 80%;
    margin-inline: auto;
}

.p-fitness__splide .splide__track {
    overflow: visible;
}

.p-fitness__splide .splide__slide  {
    display: grid;
    grid-template-rows: auto 1fr;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}

.p-fitness__splide-body {
    background: #FFF;
    padding: 20px 15px;
}
.p-fitness__splide-body {
    font-size: 3.589vw;
    font-weight: 500;
    line-height: calc(20 / 14);
}

.p-fitness__splide .splide__pagination {
    gap: 3.5vw;
    position: initial;
    margin-top: 20px;
}

.p-fitness__splide .splide__pagination__page {
    width: 13vw;
    height: auto;
    aspect-ratio: 52 / 6;
    background: #f08200;
    border-radius: 0;
    opacity: 0.2;
    margin: 0;
}

.p-fitness__splide .splide__pagination__page.is-active {
    opacity: 1;
    transform: none;
}

.p-fitness__arrow {
    display: none;
}

@media(min-width: 768px) {
    .p-fitness {
        max-width: 965px;
        border-radius: 18px;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
        margin-bottom: 40px;
    }
    .p-fitness__ttl picture {
        max-width: 265px;
    }
    .p-fitness__grid {
        max-width: 780px;
        display: grid;
        grid-template-columns: 30% 1fr;
        gap: 0 30px;
        align-items: center;
        margin-inline: auto;
    }
    .p-fitness__link {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        display: flex;
        place-items: center;
        background: #FFF;
    }
    .p-fitness__text02 {
        max-width: 430px;
    }
    .p-fitness__arrow {
        max-inline-size: max-content;
       display: block;
       margin-inline: auto; 
       margin-bottom: 35px;
    }
    .p-fitness__splide {
        max-width: 100%;
    }
    .p-fitness__splide-body {
        font-size: 16px;
        line-height: calc(30 / 16);
        padding: 20px 30px;
    }
}

/* ---------------------------------------
p-point
-----------------------------------------*/
.p-point {
    background: #f9f7ed;
    padding-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 45px;
}

.p-point__ttl picture {
    max-width: 82.74%;
    margin-inline: auto;
}

.p-pointnav {
    display: flex;
}

.p-pointnav__item:not(.active) {
    cursor: pointer;
    opacity: 0.2;
}

.p-point__item {
    background: #FFF;
    border-radius: 0 0 20px 20px;
    padding: 35px 15px 30px;
}

.p-point__item h3 {
    margin-bottom: 15px;
}

.p-point__item h4 {
    margin-bottom: 20px;
}

.p-point__item-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5vw 3%;
    margin-bottom: 40px;
}

.p-point__item-grid.show {
    margin-bottom: 0;
}

.p-point__item-grid img:nth-child(n+9) {
    display: none;
}

.p-point__item-grid.show img:nth-child(n+9) {
    display: block;
}

.p-point_item-img01 {
    max-width: 63.69%;
    margin-inline: auto;
    margin-bottom: 35px;
    transform: translateX(-7%);
}

.p-point__itemlist {
    display: grid;
    gap: 35px;
}

.p-point__item.content01 h3 {
    margin-bottom: 40px;
}

.p-point__item.content01 .p-point__item-img01 {
    margin-bottom: 40px;
}

.p-point__item.content01 .p-point__item-link {
    display: block;
    max-width: 69.23%;
    background: transparent;
    border: none;
    padding: 0;
    margin-inline: auto;
}

.p-point__item.content01 h3 picture {
    max-width: 92.31%;
    margin-inline: auto;
}

.p-point__item.content02 h3 picture {
    max-width: 96.92%;
    margin-inline: auto;
}

.p-point__item.content02 h4 {
    max-width: 51.69%;
    margin-inline: auto;
}

.p-point__item.content03 h3 {
    margin-bottom: 40px;
}

.p-point__item.content03 h3 picture {
    max-width: 93%;
    margin-inline: auto;
}

.p-point__item.content03 h4 {
    max-width: 95.69%;
    margin-inline: auto;
}

.p-point__item.content03 .p-point__itemlist {
    margin-bottom: 60px;
}

.p-point__item-image {
    max-width: 75.76%;
    margin-inline: auto;
}

.p-point__item.content03 p {
    text-align: center;
    font-size: 4.61vw;
    line-height: calc(26 / 18);
    font-weight: 500;
    margin-top: 20px;
}

@media(min-width: 768px) {
    .p-point {
        max-width: 965px;
        border-radius: 18px;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
        margin-bottom: 40px;
    }
    .p-point__body {
        max-width: 780px;
        margin-inline: auto;
    }
    .p-point__ttl picture {
        max-width: 475px;
    }
    .p-point__item {
        padding: 40px 50px 50px;
    }
    .p-point__item.content01 h3 picture {
        max-width: 375px;
    }
    .p-point__item-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px 10px;
        margin-bottom: 0;
    }
    .p-point__item-grid img {
        width: calc((100% - 30px) / 4);
    }
    .p-point__item-grid img:nth-child(n+9) {
        display: block;
    }
    .p-point__item.content01 .p-point__item-link {
        display: none;
    }
    .p-point__item.content02 h4 {
        max-width: 167px;
        margin-bottom: 40px;
    }
    .p-point__item.content02 h3 picture {
        max-width: 400px;
    }
    .p-point_item-img01 {
        max-width: 210px;
        margin-bottom: 15px;
    }
    .p-point__itemlist {
        grid-template-columns: repeat(2,1fr);
        gap: 35px 30px;
    }
    .p-point__item.content03 h3 picture {
        max-width: 515px;
    }
    .p-point__item.content03 h4 {
        max-width: 310px;
    }
    .p-point__item-image {
        max-width: 250px;
    }
    .p-point__item.content03 p {
        font-size: 18px;
    }
}

/* ---------------------------------------
p-size
-----------------------------------------*/
.p-size {
    background: #f9f7ed;
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 45px;
}

.p-size__ttl picture {
    max-width: 26.67%;
    margin-inline: auto;
}

@media(min-width: 768px) {
    .p-size {
        max-width: 965px;
        border-radius: 18px;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
        margin-bottom: 40px;
    }
    .p-size__ttl picture {
        max-width: 125px;
    }
    .p-size__image {
        max-width: 520px;
        display: block;
        margin-inline: auto;
    }
}

/* ---------------------------------------
p-box
-----------------------------------------*/
.p-box {
    background: #f9f7ed;
    padding-top: 45px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 90px;
}

.p-box__ttl picture {
    max-width: 69.71%;
    margin-inline: auto;
}

.p-boxlist {
    display: grid;
    gap: 60px;
}

.p-boxlist__item h3 {
    margin-bottom: 30px;
}

.p-boxlist__text01 {
    max-width: 37.06%;
    margin-inline: auto;
}

.p-boxlist__text02 {
    max-width: 37.06%;
    margin-inline: auto;
}

@media(min-width: 768px) {
    .p-box {
        max-width: 965px;
        border-radius: 18px;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
        margin-bottom: 40px;
    }
    .p-box__ttl picture {
        max-width: 325px; 
    }
    .p-boxlist {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        max-width: 785px;
        margin-inline: auto;
    }
    .p-boxlist__text01 {
        max-width: 160px;
    }
    .p-boxlist__text02 {
        max-width: 160px;
    }
    picture.p-boxlist__image02 {
        max-width: 300px;
        margin-left: auto;
    }
}

/* ---------------------------------------
p-buyarea
-----------------------------------------*/
.p-buyarea {
    position: relative;
    padding-top: 60px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 55px;
}

.p-buyarea::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7ecdf4;
    background-image: repeating-linear-gradient(315deg, transparent, transparent 6px, rgba(255,255,255,0.3) 6px, rgba(255,255,255,0.3) 9px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.p-buy__body {
    position: relative;
}

.p-buy__ttl picture {
    max-width: 60.7%;
    margin-inline: auto;
}

.p-buy__ttl .c-title {
    margin-bottom: 60px;
}

.p-buyarea .p-product__link {
    display: none;
}

.p-buy__contents .buylink {
    width: 100%;
    margin-bottom: 50px;
}

.p-buy__contents .buylink__ttl {
    display: none;
}

.p-buy__contents .buylink__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
    background: transparent;
}

.p-buy__contents .buylink__link {
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 24px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    color: #3e738d;
    width: 100%;
    min-height: 52px;
    background: #FFF;
    border-bottom: none;
    border-radius: 40px;
    padding: 5px 10px;
}

.p-buy__contents .buylink__list-item:not(:last-of-type) .buylink__link {
    border-bottom: none;
}

.p-buy__contents .buylink__link-txt:after {
    content: none;
}

.p-buy__text {
    text-align: center;
}


@media(min-width: 768px) {
    .p-buyarea {
        max-width: 965px;
        border-radius: 18px;
        background: #FFF;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
        margin-bottom: 40px;
    }
    .p-buyarea::before {
        border: 6px solid #FFF;
        border-radius: 18px;
    }
    .p-buy__ttl picture {
        max-width: 215px;
    }
    .p-buyarea .p-product__link {
        display: block; 
    }
    .p-buy__contents .buylink {
        margin-bottom: 30px;
    }
    .p-buy__contents .buylink__list {
        max-width: 685px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin-inline: auto;
    }
    .p-buy__contents .buylink__list-item {
        width: calc((100% - 25px) / 2);
    }
    .p-buy__contents .buylink__list {
        gap: 25px;
    }
    .p-buy__text {
        text-align: center;
        margin-bottom: 50px;
    }
    .p-buy__text img {
        max-width: 295px;
    }
}

/* ---------------------------------------
p-product
-----------------------------------------*/
.p-product {
    padding-top: 45px;
    padding-right: 55px;
    padding-left: 55px;
    padding-bottom: 45px;
}

@media(min-width: 768px) {
    .p-product {
        display: none;
    }
    .p-product .p-product__link {
        display: none;
    }
    .p-product__link {
        max-width: 330px;
        margin-inline: auto;
    }

}
/* ---------------------------------------
p-series
-----------------------------------------*/
.p-series {
    position: relative;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 55px;
}

.p-series::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffd075;
    background-image: repeating-linear-gradient(315deg, transparent, transparent 6px, rgba(255,255,255,0.3) 6px, rgba(255,255,255,0.3) 9px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.p-series__body {
    position: relative;
}

.p-serieslist {
    display: grid;
    justify-content: center;
    gap: 20px;
}

@media(min-width: 768px) {
    .p-series {
        max-width: 965px;
        border-radius: 18px;
        background: #FFF;
        margin-inline: auto;
        padding: 60px 50px;
        box-shadow: 12px 12px 0 rgba(56, 161, 186, 0.2);
    }
    .p-series::before {
        border: 6px solid #FFF;
        border-radius: 18px;
    }
    .p-series__ttl picture {
        max-width: 500px;
        margin-inline: auto;
    }
    .p-serieslist {
        display: flex;
        justify-content: center;
        gap: 25px 20px;
        max-width: 840px;
        flex-wrap: wrap;
        margin-inline: auto;
    }
    .p-serieslis__item {
        width: calc((100% - 20px) / 2);
    }
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/
@media screen and (min-width: 768px) {
    .wrap {
        width: 980px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .wrap {
        padding: 0 7vw;
    }
}

/* ---------------------------------------
#pickup_products
-----------------------------------------*/
#pickup_products .wrap {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    #pickup_products .wrap {
        padding: 9.2vw 12vw;
    }
}

#pickup_products .ttl img {
    width: 100%;
}

#pickup_products .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    #pickup_products .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

#pickup_products .list .item {
    width: 8%;
}

@media screen and (max-width: 767px) {
    #pickup_products .list .item {
        width: 28.1%;
        margin-right: 7.85%;
    }
}

@media screen and (max-width: 767px) {
    #pickup_products .list .item:nth-child(3n) {
        width: 28.1%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #pickup_products .list .item:nth-child(n+4) {
        margin-top: 5.7vw;
    }
}

#pickup_products .btn {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #pickup_products .btn {
        margin-top: 8.5vw;
    }
}


@media(min-width: 768px) {
    #pickup_products {
        display: none;
    }
}
/* ---------------------------------------
  .share_btn
-----------------------------------------*/
.share_btn .sns_link {
    text-align: center;
    margin: 0 auto;
}

.share_btn .sns_link img {
    width: 50px;
    margin: 0 10px;
}
    
.share_btn .sns_link a {
    text-decoration: none;
    display: inline !important;
}

.share_btn .sns_link a:hover {
    text-decoration: none;
}

.share_btn {
    padding-bottom: 70px;
}


@media(min-width: 768px) {
    .share_btn {
        display: none;
    }
}