@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

body{
    font-size: 16px;
    font-weight: 500;
    color: #6B401F;
    background-color: #fff;
    font-family: "Shippori Mincho B1", serif !important;
}


.gothic{
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.text-gradient{
    background: linear-gradient(
        to bottom,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

picture {
    width: 100%;
    height: auto;
    display: block;
}

picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.section-intro h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background-color: #fff;
}

.section-movie h2{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background-color: #fff;
}
.section-intro h2::before,
.section-product h2::before,
.section-movie h2::before{
    top: 0;
    left: 0;
}
.section-intro h2::after,
.section-product h2::after,
.section-movie h2::after{
    bottom: 0;
    left: 0;
}
.section-intro h2::before,
.section-intro h2::after,
.section-product h2::before,
.section-product h2::after,
    .section-movie h2::before,
    .section-movie h2::after{
    height: 3px;
    width: 100%;
    position: absolute;
    background:linear-gradient(
        to right,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
      display: block;
      content: "";
}

.section-intro__inner{
    padding-top: 50px;
    padding-bottom: 80px;
}

.section-intro__inner p{
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
    font-weight: 500;
}

.section-intro__inner a{
    margin-top: 100px;
}
.section-intro__bg{
    background-image: url(../images/bg-profile.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.section-profile{
    padding-bottom: 140px;
}


.section-profile h3 {
    font-size: 36px;
    padding-left: 32px;
    margin-bottom: 30px;
    position: relative;
}

.section-profile h3::before {
    position: absolute;
    width: 20px;
    height: 2px;
    background: linear-gradient(
        to right,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-profile h4 {
    font-size: 24px;
    margin-bottom: 8px;
    position: relative;
    font-weight: 700 !important;
}
.section-profile__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-profile p{
    line-height: 2;
}

.section-profile__text{
    width: calc(100% - 460px);
}

.section-profile__images{
    width: 400px;
}
.section-profile__images img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-concept h2{
  position: relative;
      padding: 40px 0;
      font-size: 44px;
      text-align: center;
      color: #353535;
      font-weight: 700;
}
.section-concept h2 span,
.section-point h2 span.intro-text,
.section-point h2 span.big-text,
.section-product h2 span,
.section-movie h2 span{
    background: linear-gradient(
        to bottom,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.section-point h2 span.big-text{
    display: inline-block;
}

.section-concept h2::before,
.section-point h2::before{
    top: 0;
    left: 0;
}
.section-concept h2::after,
.section-point h2::after{
    bottom: 0;
    left: 0;
}
.section-concept h2::before,
.section-concept h2::after,
.section-point h2::before,
.section-point h2::after{
    height: 3px;
    width: 100%;
    position: absolute;
    background:linear-gradient(
        to right,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
      display: block;
      content: "";
}



.section-point h2{
      padding: 40px 0;
      font-size: 44px;
      text-align: center;
      font-weight: 700;
      position: relative;
      background-color: #fff;
}

.section-point h2 span.intro-text {
    font-size: 30px;
}

.section-point h2 span.min-text{
    font-size: 10px;
    color: #6B401F !important;
    background:none;
    display: inline !important;
    font-weight: 400;
}

.section-point h2 span.ttl-number{
    font-size: 60px;
}

.section-point__inner{
    padding-top: 80px;
    padding-bottom: 120px;
}

.section-point__inner li {
    margin-bottom: 64px;
    padding: 32px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
section.section-point {
    background: #FFF6F6;
}
.section-point__inner li::before {
    content: "";
    position: absolute;
    background: #fff;
    box-shadow: 0 0 12px #DA8080;
    left: 0;
    top: 0;
    width: calc(100% + (100vw - 1060px) / 2); /* 右側の余白分を自動計算 */
    height: 100%;
    z-index: -1;
    border-radius: 0 0 0 10px;
}

.section-point__inner__images {
    width: 500px;
}

.section-point__inner__images img{
    width: 100%;
    height: auto;
}

.section-point__inner__text {
    width: calc(100% - 550px);
    padding-top: 32px;
}

.section-point__inner__text h3{
   font-size: 32px;
   margin-bottom: 20px;
   color:#DC929E;
   font-weight: 700;
}
.section-point__inner__text p{
    line-height: 2;
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 400;

}

.section-point__inner__text p .point-attention{
    font-size: 10px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
span.section-point__inner__emblem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #000;
    border: 2px solid transparent; /* ベースのボーダー */
    background-clip: padding-box;
    z-index: 2;
    flex-wrap: wrap;
    transform: translate(-30%,-30%);
}

span.section-point__inner__emblem span:first-of-type{
    font-size: 24px;
    display: block;
    line-height: 1;
    z-index: 2;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
}

span.section-point__inner__emblem span:last-of-type{
font-size: 44px;
display: block;
line-height: 1;
z-index: 2;
font-weight: 700;
width: 100%;
margin-top: 2px;
text-align: center;
}

span.section-point__inner__emblem::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:linear-gradient(
        to bottom,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
    mask-composite: exclude;
    z-index: 0;
    -webkit-mask-composite: destination-out;
    width: 144px;
    height: 144px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
span.section-point__inner__emblem::after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 0px; /* ボーダーの太さ */
    border-radius: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    mask-composite: exclude;
    z-index: 0;
    -webkit-mask-composite: destination-out
}

.section-movie__inner.w-1100{
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 820px;
}
picture.section-point__inner__attention {
    font-size: 10px;
    line-height: 1.4;
}


span.point-attention{
    font-size: 10px;
    left: 4px;
    font-weight: 400 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #6B401F;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.hundread{

    font-size: 46px;
}
.w-1100{
    max-width: 1100px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}


.section-product h2{
    position: relative;
      padding: 40px 0;
      font-size: 44px;
      text-align: center;
      color: #353535;
      font-weight: 700;
}
.section-product{
    position: relative;
}

.section-product picture{
    width: 100%;
    height: auto;
    display: block;
}

.section-product__inner.w-1100 {
    position: absolute;
    left: 50%;
    top: calc(50% + 65px);
    max-width: 100%;
    transform: translate(-50%, -50%);
    padding-right: 80px;
}

.bg-btn{
    color: #fff;
    background-image: url(../images/bg-btn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 450px;
    border-radius: 100000px;
    padding: 28px;
    display: block;
    font-size: 24px;
    text-align: center;
    position: relative;
    border: 3px solid #fff;
    overflow: hidden;
    margin-left: auto;
}
.section-movie{
    background-image: url(../images/movie-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-btn span{
    z-index: 2;
    position: relative;
    transition: .25s;
}
.bg-btn::after{
    background-color: #000;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    content: "";
    transform: translateX(-100%);
    position: absolute;
    transition: .25s;
}



.bg-btn::before {
    position: absolute;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 21px;
    display: block;
    content: "";
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.section-product .bg-btn::before{

    transform: translateY(-50%) rotate(90deg);
}

.section-science{
    background-image: url(../images/science-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.section-science__inner{
    padding-top: 120px;
    color: #6B401F;
    padding-bottom: 120px;
}
.section-intro__inner video {
    width: 100%;
    max-width: 720px;
    margin: auto;
    display: block;
    margin-top: 80px;
}

.section-science__inner h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 
        -1.5px -1.5px 0 #FFF, 
        1.5px -1.5px 0 #FFF, 
        -1.5px 1.5px 0 #FFF, 
        1.5px 1.5px 0 #FFF;
}

.section-science__inner p:first-of-type {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    text-shadow: 
        -1.5px -1.5px 0 #FFF, 
        1.5px -1.5px 0 #FFF, 
        -1.5px 1.5px 0 #FFF, 
        1.5px 1.5px 0 #FFF;
        font-weight: 700 !important;
}

.section-science__inner p:first-of-type span{
    font-size: 10px;
    font-weight: 400 !important;
    color: #6B401F;

   
}

.section-science__inner .bg-btn {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.section-science-attention{
    display: block;
    margin-top: 20px;
    font-size: 10px;
    height: 14px;
    text-align: center;
    color: #8E7575;
}
.section-science-attention img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.section-shop__inner.w-1100 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.section-shop__inner.w-1100 ul li {
    width: calc((100% / 3) - 24px);
}

.section-shop__inner.w-1100 ul li a{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-image: url(../images/bg-btn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
      width: 100%;
      padding: 20px;
      color: #fff;
      border: 3px #fff solid;
      font-weight: 400;
}

.section-point__inner.w-1100 {
    max-width: calc(1144px + 32px + 34px);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}



.section-shop{
    background-color: #FFF1F1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.section-shop__inner{
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 1200px;
}


.section-shop__inner h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.section-shop__inner p:first-of-type {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}

.section-shop__inner p:first-of-type span{
    font-size: 14px;
    display: block;
   margin-top: 12px;
}

.section-shop__inner .bg-btn {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}

.section-shop-attention{
    display: block;
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
    color: #8E7575;
}
.footer{
    background-color: #fff;
    color: #000;
}
.footer-inner{
    padding-top: 120px;
    padding-bottom: 120px;
}
.footer-logo{
    width: 280px;
    margin: auto;
    margin-bottom: 80px;
    display: block;
}

.footer-logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer ul li{
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #1C1C1C;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 500;
}


footer ul li:last-of-type{
    padding-right: 0px;
    border-right: 0;
}

footer ul li:first-of-type{
    padding-left: 0px;
}

.copyright{
    text-align: center;
    color: #a0a0a0;
    font-size: 14px;
    margin-top: 32px;
}

.cta-white{
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cta-white picture{
    width: 100%;
}

.cta-white img {
    width: 100%;
    height: auto;
}


.section-product-list__inner{
    position: relative;
}

.section-product-list__inner a.list__inner__btn {
    position: absolute;
    left: 11.5vw;
    width: 26vw;
}
a.list__inner__btn01, a.list__inner__btn02 {
    position: absolute;
    bottom: 4vw;
    width: 22vw;
}
a.list__inner__btn02 {
    right: 20.5vw;
}
a.list__inner__btn01 {
    left: 20.5vw;
}
.pd01 a.list__inner__btn {
    bottom: 7vw;
}
.pd02 a.list__inner__btn {
    bottom: 7.5vw;
}
.pd03 a.list__inner__btn {
    bottom: 6.5vw;
}
.pd04 a.list__inner__btn {
    bottom: 6.5vw;
}

/* 初期状態で非表示 */
.section-product-list {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 表示時 */
.section-product-list.show {
    display: block;
    opacity: 1;
}

/* アニメーションのための少しふわっとした効果 */
.js-fadeUp {
    animation: fadeUp 0.5s ease-out;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media screen and (max-width:640px) {
.pc{
    display: none;
}
.sp{
    display: block;
}
.cta-white{
    max-width: 290px;
}


.section-profile__text {
    width: 100%;
}


.section-profile h3{
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    z-index: 0;
    font-size: 24px;
}
.section-profile h3 span{
    position: relative;
    z-index: 2;
}
.section-profile h3 img{
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
}.section-product-list__inner a.list__inner__btn,
a.list__inner__btn01, a.list__inner__btn02 {
    position: absolute;
    left: 50%;
    width: 90vw;
    transform: translateX(-50%);
}
.pd01 a.list__inner__btn {
    bottom: 17vw;
    right: auto;
}
.pd02 a.list__inner__btn {
    bottom: 15.5vw;
    right: auto;
}
.pd03 a.list__inner__btn {
    bottom: 15.5vw;
    right: auto;
}
.pd04 a.list__inner__btn {
    bottom: 15.5vw;
    right: auto;
}
a.list__inner__btn01 {
    bottom: 173vw;
    right: auto;
}
a.list__inner__btn02 {
    bottom: 20vw;
    right: auto;
}
.section-profile h3::before {
    position: absolute;
    width: 20px;
    height: 2px;
    background: linear-gradient(
        to right,
        #FF919A 0%,
        #FFA5AB 20%,
        #FFC4C9 50%,
        #FF97A0 100%
      );
    content: "";
    left: 0;
    top: calc(50% + 20px);
    transform: translateY(-50%);
}

.section-profile h4 {
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
}
.section-profile p {
    line-height: 2;
    font-size: 12px;
}
.section-intro__bg{
    background-image: url(../images/bg-profile-sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.section-profile {
    padding-top: 40px;
    padding-bottom: 140px;
}
.section-concept h2,
.section-movie h2 {
    padding: 28px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.section-point h2 {
    padding: 28px 0;
    font-size: 30px;
    text-align: center;
    color: #353535;
    font-weight: 700;
}
.section-point h2 span.intro-text {
    font-size: 20px;
}
.section-point h2 span.ttl-number {
    font-size: 45px;
}
.section-point__inner.w-1100{
    margin-left: auto;
    margin-right: 0;
}
span.section-point__inner__emblem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    border: 2px solid transparent;
    background-clip: padding-box;
    z-index: 2;
    flex-wrap: wrap;
    transform: translate(-30%,-30%);
}
.section-intro__inner video{
    width: calc(100% - 40px);
}
span.section-point__inner__emblem::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    mask-composite: exclude;
    z-index: 0;
    -webkit-mask-composite: destination-out;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
}
span.section-point__inner__emblem span:first-of-type {
    font-size: 15px;
    display: block;
    line-height: 1;
    z-index: 2;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}
span.section-point__inner__emblem span:last-of-type {
    font-size: 26px;
    display: block;
    line-height: 1;
    z-index: 2;
    font-weight: 700;
    width: 100%;
    margin-top: 2px;
    text-align: center;
}
.section-point__inner li::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0 0 0 10px;
}
.section-point__inner li {
    margin-bottom: 36px;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-intro__inner p {
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
.section-intro h2 {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.section-intro__inner {
    padding-top: 25px;
    padding-bottom: 64px;
}
.section-intro__inner a {
    margin-top: 25px;
}
.section-point__inner__images {
    width: 100%;
}
.section-point__inner__text {
    width: 100%;
    padding-top: 32px;
}
.section-point__inner__text h3 {
    font-size: 16px;
    margin-bottom: 4px;
}
.hundread {
    font-size: 24px;
}
.section-point__inner__text p {
    line-height: 2;
    font-size: 12px;
    font-weight: 400;
        letter-spacing: -0.05em;
}
span.section-point__inner__emblem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    border: 2px solid transparent;
    background-clip: padding-box;
    z-index: 2;
    flex-wrap: wrap;
    transform: translate(-20%,-20%);
}
.section-point__inner.w-1100 {
    margin-left: auto;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
}
.section-point__inner.w-1100 {
    margin-left: auto;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 40px;
}
picture.section-point__inner__attention{
    position: relative;
        left: -20px;
    font-size: 8px;
}
.section-product h2 {
    padding: 28px 0;
    font-size: 30px;
    text-align: center;
    color: #353535;
    font-weight: 700;
}
.bg-btn {
    background-image: url(../images/bg-btn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 300px;
    border-radius: 100000px;
    padding: 18px;
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    border: 3px solid #fff;
    margin: auto;
}
.bg-btn::before {
    position: absolute;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 6px;
    height: 12px;
    display: block;
    content: "";
    top: 50%;
    right: 24px;
}

.section-product .bg-btn::before{
    transform: translateY(-50%) rotate(90deg);
}
.section-product__inner.w-1100 {
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 12vw;
    padding-right: 20px;
}
.section-science__inner {
    padding-top: 110px;
    padding-bottom: 110px;
}
.section-science__inner h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-shadow: -1.5px -1.5px 0 #FFF, 
        1.5px -1.5px 0 #FFF, 
        -1.5px 1.5px 0 #FFF, 
        1.5px 1.5px 0 #FFF;
}
.section-science__inner p:first-of-type {
    font-size: 20px;
    margin-bottom: 28px;
    text-align: center;
    line-height: 1.5;
    text-shadow: -1.5px -1.5px 0 #FFF, 
        1.5px -1.5px 0 #FFF, 
        -1.5px 1.5px 0 #FFF, 
        1.5px 1.5px 0 #FFF;
}
.section-science-attention {
    display: block;
    margin-top: 10px;
    height: 12px;
    font-size: 8px;
    text-align: center;
    color: #8E7575;
}
.section-shop__inner {
    padding-top: 110px;
    padding-bottom: 110px;
}
.section-shop__inner p:first-of-type {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
}
.section-shop__inner p:first-of-type span {
    font-size: 10px;
    display: block;
    margin-top: 8px;
}
.section-shop__inner h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.footer-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-logo {
    width: 130px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
footer ul li {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
}

.section-shop__inner.w-1100 ul{
    gap: 5px 9px;
}
.section-shop__inner.w-1100 ul li {
    width: calc(50% - 5px);
}
.section-shop__inner.w-1100 ul li a{
    font-size: 12px;
    padding: 8px;
    border-radius: 8px;
}

.copyright {
    text-align: center;
    color: #a0a0a0;
    font-size: 9px;
    margin-top: 32px;
}
.section-point__inner__text h3 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.5;
}
.section-point__inner__text {
    width: 100%;
    padding-top: 12px;
}
.section-header{
    background-color: #fff;
    padding: 25px;
}
.section-header img{
    width: 170px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.section-point__inner li:nth-of-type(3) p br:nth-of-type(1) {
    display: none;
}
}


/* フェードイン(初期値) */
.js-fadeUp {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(30px); /* 下に30pxの位置から */
    transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  /* フェードイン(スクロールした後) */
  .js-fadeUp.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0); /* 30px上に移動する */
    transition-delay: .25s; /* フェード開始を0.5秒遅らせる */
  }