@charset "UTF-8";

/* ----------------------commun--------------------- */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;  
    background-color: #fff;
    color: #113E1A;
}

img {
    max-width: 100%;
    height: auto
}

.txtColor {
    color: #C30D23;
}

.spBr {
    display: none;
}

.section__header {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1.9px;
}

.section__topic {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    margin-top: 8px;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .section__header {
        font-size: 1.2rem;
        letter-spacing: 1.4px;
    }

    .section__topic {
        font-size: 2.2rem;
        letter-spacing: 2.6px;
        margin-top: 4px;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .section__header {
        font-size: 1.2rem;
        letter-spacing: 1.4px;
    }

    .section__topic {
        font-size: 2.2rem;
        letter-spacing: 2.6px;
        margin-top: 4px;
    }

    .pcBr {
        display: none;
    }
}

/* ---------------------header--------------------- */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5.6% 10px;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    z-index: 999;
}

.sugutabe__logo {
    display: inline-block;
    width: 150px;
    height: 44px;
}

.header__btn {
    display: block;
    font-size: 1.6rem;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: end;
    border-radius: 50px;
    background-color: #C30D23;
    width: 250px;
    height: 40px;
    padding: 0 20px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.5);
    transition: 0.4s;
    position: relative;
}

.header__btn::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/cartIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.header__btn::after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 28px;
    top: 50%;
    left: 56px;
    border: 0.5px solid #fff;
    transform: translateY(-50%);
}

.header__btn:hover {
    opacity: 0.7;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .sugutabe__logo {
        width: 120px;
        height: 35px;
    }

    .header__btn {
        font-size: 1.2rem;
        line-height: 34px;
        width: 185px;
        height: 34px;
        padding: 0 15px;
    }

    .header__btn::before {
        width: 18px;
        height: 18px;
        left: 14px;
    }

    .header__btn::after {
        height: 20px;
        left: 40px;
    }   
}

/* モバイル */
@media screen and (max-width: 480px) {
    .sugutabe__logo {
        width: 100px;
        height: 29px;
    }

    .pcTxt {
        display: none;
    }

    .header__btn {
        font-size: 1.2rem;
        line-height: 29px;
        width: 138px;
        height: 29px;
        padding: 0 15px;
    }

    .header__btn::before {
        width: 16px;
        height: 16px;
        left: 13px;
    }

    .header__btn::after {
        height: 18px;
        left: 38px;
    }

}

/* ---------------------main--------------------- */
.mainImg__sp {
    display: none;
}

.mainTopics {
    padding: 8% 8%;
    background: url(../images/catchCopy_pc.jpg) no-repeat center center / cover;
    max-width: 1440px;
    margin: 0 auto;
}

.mainTopics__header {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-top: 30px;
}

.mainTopics__name {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #113E1A;
    letter-spacing: 3px;
    padding-bottom: 40px;
    margin-top: 10px;
}

.mainTopics__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4;
    letter-spacing: 1.7px;
    margin-top: 40px;
}

.mainImg {
    position: relative;
}
.mainImg__pc {
    height: auto;
}

.section--reason {
    padding: 0 8%;
}

.reason--header {
    margin-top: 20px;
    font-size: 1.6rem;
}

.reason--topic {
    margin-top: 10px;
    font-size: 2.4rem;
}

.reason__name {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #113E1A;
}

.reason__txt {
    font-size: 1.8rem;
    line-height: 1.8; /* 32.4px */
    letter-spacing: 0.7px;
}

.reason {
    display: flex;
    gap: 20px;
    margin: 40px auto 0;
    max-width: 1060px;
}

.reason__item {
    background-color: #FAF3E3;
    padding: 40px 20px;
    border-radius: 4px;
}

.reason__item img {
    display: block;
    margin: 30px auto 24px;
    width: 90px;
    height: auto;
}

.reason__txtColor {
    color: #C30D23;
}

.connection {
    margin: 120px 0;
}

.connection__txt {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2.8px;
    line-height: 1.5;
}

.connection__txtColor {
    color: #C30D23;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .mainTopics__header {
        font-size: 1.2rem;
    }

    .mainTopics__name {
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: 2.4px;
        padding-bottom: 20px;
        margin-top: 4px;
    }

    .mainTopics__txt {
        font-size: 1.6rem;
        letter-spacing: 0;
        margin-top: 20px;
    }

    .pcBr {
        display: none;
    }

    .reason {
        display: block
    }

    .reason__name {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 1.3px;
    }

    .reason__txt {
        font-size: 1.4rem;
        line-height: 1.8; /* 25.2px */
        letter-spacing: 1.2px;
    }

    .reason__item {
        padding: 40px 24px;
        margin: 20px auto;
    }

    .connection__txt {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
        line-height: 1.5;
    }

    .reason__item img {
        width: 80px;
        height: auto;
    }

    .connection {
        margin: 40px 8%;
    }

    .mainImg::before {
        height: 10%;
    }

    .mainImg::after {
        height: 10%;
        bottom: -10%;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .mainImg__sp {
        display: block;
    }
    .mainImg__pc {
        display: none;
    }

    .mainTopics {
        padding: 10% 8%;
        background: url(../images/catchCopy_sp.png) no-repeat center center / cover;
    }

    .mainTopics__header {
        font-size: 1.2rem;
    }

    .mainTopics__name {
        font-size: 2rem;
        margin-top: 4px;
    }

    .spBr {
        display: block;
    }

    .mainTopics__name {
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: 2.4px;
        padding-bottom: 20px;
        margin-top: 4px;
    }

    .mainTopics__txt {
        font-size: 1.6rem;
        letter-spacing: 0;
        margin-top: 20px;
    }

    .reason {
        display: block;
    }

    .reason--header {
        font-size: 1.2rem;
    }

    .reason--topic {
        margin-top: 4px;
        font-size: 2rem;
    }

    .reason__name {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 1.3px;

    }

    .reason__txt {
        font-size: 1.4rem;
        line-height: 1.8; /* 25.2px */
        letter-spacing: 1.2px;
    }

    .reason__item {
        padding: 40px 24px;
        margin: 20px 0;
    }

    .reason__item img {
        width: 80px;
        height: auto;
    }

    .connection__txt {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
        line-height: 1.5;
    }

    .connection {
        margin: 40px 8%;
    }

    .mainImg::before {
        height: 10%;
    }

    .mainImg::after {
        height: 10%;
        bottom: -10%;
    }
}

/* --------------------trial set---------------------- */
.section--trial {
    background: url(../images/trialBg_pc.jpg) no-repeat center center / cover;
    padding: 100px 8%;
}

.trial__titlePc {
    display: block;
    width: 400px;
    margin: 0 auto;
}

.trial__titleSp {
    display: none;
}

.trial__set {
    max-height: 300px;
    width: 100%;
}

.trial__content {
    background-color: #fff;
}

.trial__menu {
    font-size: 2.2rem;
    line-height: 1; /* 22px */
    letter-spacing: 1.7px;
}

.trial__txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1; /* 18px */
    letter-spacing: 1.4px;
    padding-top: 12px;
}

.trial__value {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1; /* 36px */
    letter-spacing: 2.9px;
}

.trial__producer {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1; /* 14px */
    letter-spacing: 1.1px;
    padding-top: 18px;
}

.trial {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    gap: 60px;
}

.trial__content {
    padding: 18px 20px;
}

.trial__btn {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #C30D23;
    width: 240px;
    height: 48px;
    line-height: 48px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.5);
    transition: 0.4s;
    position: relative;
    margin: 40px auto 0;
}

.trial__btn:hover {
    opacity: 0.7;
}

.trial__item {
    position: relative;
}
.trial__item:first-of-type:before {
    display: block;
    content: 'ベジックス';
    background-color: #fff;
    font-size: 2rem;
    width: 60%;
    line-height: 1;
    letter-spacing: 1.7px;
    text-align: center;
    padding: 16px 10px;
    position: absolute;
    top: -4%;
}
.trial__item:last-of-type:before {
    display: block;
    content: 'くちぶえ農園';
    background-color: #fff;
    font-size: 2rem;
    width: 60%;
    line-height: 1;
    letter-spacing: 1.7px;
    text-align: center;
    padding: 16px 10px;
    position: absolute;
    top: -4%;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .trial__titlePc {
        width: 340px;
    }

    .trial__menu {
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 1.4px;
    }

    .trial__txt {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
    }

    .trial__value {
        font-size: 2.8rem;
        letter-spacing: 2.2px;
    }

    .trial__producer {
        font-size: 1.2rem;
        letter-spacing: 0.9px;
    }

    .trial__item:first-of-type:before {
        font-size: 1.8rem;
    }

    .trial__item:last-of-type:before {
        font-size: 1.8rem;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .section--trial {
        background: url(../images/trialBg_sp.jpg) no-repeat center center / cover;
        padding: 80px 8% 74px;
    }

    .trial__titlePc {
        display: none;
    }

    .trial__titleSp {
        display: block;
        width: 260px;
        margin: 0 auto;
    }

    .trial__set {
        width: 100%;
    }

    .trial__menu {
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 1.4px;
    }

    .trial__txt {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
    }

    .trial__value {
        font-size: 2.8rem;
        letter-spacing: 2.2px;
    }

    .trial__producer {
        font-size: 1.2rem;
        letter-spacing: 0.9px;
    }

    .trial {
        display: block;
        margin-top: 60px;
    }

    .trial__item {
        margin-top: 60px;
    }

    .trial__btn {
        display: block;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 1.8px;
        color: #fff;
        text-align: center;
        border-radius: 50px;
        background-color: #C30D23;
        width: 100%;
        line-height: 48px;
        padding: 0 10px;
        box-shadow: 0 5px 10px -2px rgba(0,0,0,0.6);
        transition: 0.4s;
        position: relative;
        margin: 16px auto 0;
    }

    .trial__item:first-of-type:before {
        font-size: 1.8rem;
    }

    .trial__item:last-of-type:before {
        font-size: 1.8rem;
    }
}

/* --------------------quality---------------------- */
.quality--header {
    margin-top: 60px;
    font-size: 1.6rem;
}
.quality--topic {
    font-size: 2.4rem;
    margin-top: 10px;
}
.quality__content {
    background-color: #FAF3E3;
    padding: 80px 60px 80px 0;
    max-width: 958px;
    border-radius: 4px;
    margin: 40px auto 80px;
    position: relative;
}

.quality__content::before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../images/quality_photo.jpeg);
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

.quality__img {
    width: 280px;
    height: 280px;
}

.quality__name {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 3.3px;
    border-bottom: 1px solid #113E1A;
    padding-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
}

.right__name,
.right__txt {
    display: inline-block;
    text-align: left;
}

.quality__txt {
    font-size: 2rem;
    letter-spacing: 1.7px;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
}

.quality__txtColor {
    color: #C30D23;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .quality--header {
        margin-top: 40px;
    }

    .quality__content {
        padding: 110px 20px 40px;
        border-radius: 4px;
        margin: 120px 8% 40px;
        position: relative;
    }

    .quality__content::before {
        display: block;
        content: '';
        position: absolute;
        width: 170px;
        height: 170px;
        top: -30%;
        left: 50%;
        transform: translateX(-50%);
    }

    .quality__name {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .quality__txt {
        font-size: 1.4rem;
        letter-spacing: 1.6px;
        margin-top: 15px;
        line-height: 1.5;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .quality--header {
        margin-top: 40px;
    }

    .quality__content {
        padding: 96px 12px 40px;
        border-radius: 4px;
        margin: 120px 8% 40px;
        position: relative;
    }

    .quality__content::before {
        display: block;
        content: '';
        position: absolute;
        width: 170px;
        height: 170px;
        top: -30%;
        left: 50%;
        transform: translateX(-50%);
    }

    .quality--header {
        font-size: 1.2rem;
    }
    .quality--topic {
        font-size: 2rem;
        margin-top: 4px;
    }

    .quality__name {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .right__name {
        text-align: center;
    }

    .quality__txt {
        font-size: 1.4rem;
        letter-spacing: 1.6px;
        margin-top: 15px;
        line-height: 1.5;
    }
}

/* --------------------scroll---------------------- */

.scroll-infinity {
    margin-top: 40px;
    background: linear-gradient(180deg,#fff 0%,#fff 50%,#FAF3E3 50%,#FAF3E3 100%);
}

.scroll-infinity__item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 10px 0;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 70s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 6);
    margin-left: 30px;
}

/* モバイル */
@media screen and (max-width: 480px) {
    .scroll-infinity__item {
        width: calc(100vw / 3);
        margin-left: 20px;
    }
}

/* --------------------introduction---------------------- */
.introduction--header {
    padding-top: 80px;
    font-size: 1.6rem;
}
.introduction--topic {
    font-size: 2.4rem;
    margin-top: 10px;
}
.section--introduction {
    background-color: #FAF3E3;
    padding: 0 8%;
}

.introduction__name {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1.4px;
    text-align: center;
}

.introduction__img {
    max-height: 290px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.introduction__topic {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.7px;
    text-align: center;
    margin-top: 24px;
}

.introduction__txt {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 1.8px;
    margin-top: 24px;
}

.introduction {
    display: flex;
    gap: 140px;
    padding-top: 60px;
    max-width: 1060px;
    margin: 0 auto;
}

.secondConnection {
    background-color: #FAF3E3;
    padding: 120px 0;
}

.secondConnection__txt {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2.8px;
    line-height: 1.5;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .introduction__name {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
    }

    .introduction__topic {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
    }

    .introduction__txt {
        font-size: 1.4rem;
        letter-spacing: 1.1px;   
    }

    .introduction {
        padding-top: 40px;
    }


    .secondConnection {
        padding: 60px 8%;
    }

    .secondConnection__txt {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
        line-height: 1.5;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .introduction--header {
        padding-top: 48px;
    }

    .introduction--header {
        font-size: 1.2rem;
    }
    .introduction--topic {
        font-size: 2rem;
        margin-top: 4px;
    }

    .introduction__item {
        padding-top: 40px;
    }

    .introduction__item:last-of-type {
        padding-top: 40px;
    }

    .introduction__name {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
    }

    .introduction__img {
        max-height: 216px;
    }

    .introduction__topic {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
    }

    .introduction__txt {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
        
    }

    .introduction {
        display: block;
        padding-top: 0;
    }

    .secondConnection {
        background-color: #FAF3E3;
        padding: 60px 8%;
    }

    .secondConnection__txt {
        font-size: 1.6rem;
        letter-spacing: 1.3px;
        line-height: 1.5;
    }

}

/* --------------------voice---------------------- */
.section--voice {
    padding: 0 8%;
    background-color: #FAF3E3;
}
.voice--header {
    font-size: 1.6rem;
}
.voice--topic {
    font-size: 2.3rem;
    margin-top: 10px;
}
.voice__img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}

.voice__topic {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-top: 20px;
}

.voice__txt {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1.4px;
    margin-top: 18px;
}

.voice__customer {
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 1.1px;
    margin-top: 18px;
}

.voice {
    display: flex;
    gap: 20px;
    max-width: 1060px;
    margin: 0 auto;
}

.voice__item {
    box-shadow: 0 0px 1px rgba(0,0,0,0.5);
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .voice__img {
        width: 120px;
        height: 120px;
    }

    .voice__topic {
        font-size: 1.8rem;
        letter-spacing: 1.4px;
        margin-top: 20px;
    }

    .voice__txt {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 1.3px;
        margin-top: 20px;
    }

    .voice__customer {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
        margin-top: 12px;
    }

    .voice {
        display: block;
        padding-top: 20px;
    }

    .voice__item {
        border-radius: 4px;
        background-color: #fff;
        padding: 20px;
        margin-top: 20px;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .voice__img {
        width: 120px;
        height: 120px;
    }

    .voice--header {
        font-size: 1.2rem;
    }
    .voice--topic {
        font-size: 2rem;
        margin-top: 4px;
    }

    .voice__topic {
        font-size: 1.8rem;
        letter-spacing: 1.4px;
        margin-top: 20px;
    }

    .voice__txt {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 1.3px;
        margin-top: 20px;
    }

    .voice__customer {
        font-size: 1.4rem;
        margin-top: 12px;
    }

    .voice {
        display: block;
        padding-top: 20px;
    }

    .voice__item {
        border-radius: 4px;
        background-color: #fff;
        padding: 20px;
        margin-top: 20px;
    }
}

/* --------------------q&a---------------------- */
.question--header {
    padding-top: 80px;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.question--topic {
    font-size: 2.4rem;
    margin-top: 10px;
}
.section--question {
    background-color: #FAF3E3;
    padding: 0 12%;
}

.question__topic {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    border-bottom: 2px dotted #113E1A;
    padding-bottom: 14px;
    padding-top: 60px;
}

.question__answer {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    padding-top: 14px;
}

.question__txt {
    font-size: 1.8rem;
    letter-spacing: 1.4px;
    margin-top: 12px;
}

.question {
    padding-bottom: 80px;
    max-width: 1060px;
    margin: 0 auto;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .question__topic {
        font-size: 1.6rem;
        letter-spacing: 1.9px;
        padding-bottom: 10px;
        padding-top: 40px;
    }

    .question__answer {
        font-size: 1.6rem;
        letter-spacing: 1.9px;
        padding-top: 18px;
    }

    .question__txt {
        font-size: 1.4rem;
        letter-spacing: 1.7px;
        padding-top: 10px;
    }
}

/* モバイル */
@media screen and (max-width: 480px) { 
    .question--header {
        padding-top: 40px;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    
    .question--topic {
        font-size: 2rem;
        margin-top: 4px;
    }

    .question__item {   
        padding-top: 20px;
    }

    .question__topic {
        font-size: 1.6rem;
        letter-spacing: 1.9px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .question__answer {
        font-size: 1.6rem;
        letter-spacing: 1.9px;
        padding-top: 18px;
    }

    .question__txt {
        font-size: 1.4rem;
        letter-spacing: 1.7px;
        padding-top: 10px;
    }

    .question {
        padding-bottom: 40px;
    }
}

/* --------------------footer---------------------- */
.footer {
    padding: 12px 8% 10px;
}

.footer__logo img {
    width: 140px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* タブレット */
@media screen and (max-width: 959px) {
    .footer__logo img{
        width: 120px;
        height: 35px;
    }
}

/* モバイル */
@media screen and (max-width: 480px) {
    .footer {
        padding: 18px 8%;
    }

    .footer__logo img {
        width: 100px;
        height: auto;
    }
}

/* ----------------------logo fadeIn--------------------- */
.logo__fadeIn img {
    width: 180px;
    height: 52px;
}

.logo__fadeIn{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo__fadeIn p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 180px;
}

/* モバイル */
@media screen and (max-width: 480px) {
    .logo__fadeIn img {
        width: 120px;
        height: 35px;
    }

    .logo__fadeIn p {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 9999;
        width: 120px;
    }
}

/* ----------------------fadeIn--------------------- */
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}