@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: YakuHanMP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    display: block;
    color: #111;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}
main {
    background-color: #FFFEF7;
    position: relative;
    z-index: 1;
}
img {
    vertical-align: bottom;
}
h1 {
    margin: 0;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.serif {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.shippori {
    font-family: 'Shippori Mincho', serif;
}

/* メインビジュアル */

#cakeorange-mainvisual {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
#cakeorange-mainvisual img {
    width: 100%;
}
.cakeorange-logo {
    width: 423px;
    height: 179px;
    position: absolute;
    top: 80px;
    left: 100px;
}

/* ABOUT */

#cakeorange-about {
    padding-top: 140px;
    text-align: center;
    margin-bottom: 140px;
}
.cakeorange-title-en {
    margin: 0 auto 33px auto;
    width: 150px;
    height: 52px;
    object-fit: contain;
}
.cakeorange-title-en img {
    width: 100%;
}
.cakeorange-title {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    color: #53362B;
    margin-bottom: 70px;
    position: relative;
}
.cakeorange-title::after {
    content: '';
    display: inline-block;
    width: 160px;
    height: 5px;
    background-color: #2DBACF;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.cakeorange-flex {
    margin-top: 118px;
    display: flex;
    align-items: center;
    gap: 5%;
    padding-left: 100px;
}
.cakeorange-flex-left {
    width: 40%;
}
.cakeorange-flex-right {
    width: 55%;
    position: relative;
}
.cakeorange-flex-right img {
    width: 100%;
}
.cakeorange-flex-right::after {
    content: '';
    display: inline-block;
    background-image: url(../../img/usr/cakeorange/nuno.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 370px;
    height: 111px;
    position: absolute;
    bottom: -50px;
    left: -40px;
    z-index: -1;
}
.cakeorange-subtitle01 {
    display: inline-block;
    font-size: 2.8rem;
    color: #2DBACF;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    position: relative;
}
.cakeorange-subtitle01::before {
    content: '';
    display: inline-block;
    width: 82px;
    height: 88px;
    background-image: url(../../img/usr/cakeorange/leaf_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: -80px;
}
.cakeorange-text {
    font-size: 1.6rem;
    color: #53362B;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
}

/* オススメのお召し上がり方 */

#cakeorange-eat {
    text-align: center;
    position: relative;
}
.cakeorange-osusume {
    display: inline-block;
    font-size: 2.2rem;
    color: #2DBACF;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.cakeorange-osusume::before {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #2DBACF;
    transform: rotate(70deg);
    position: absolute;
    top: 20px;
    left: -40px;
}
.cakeorange-osusume::after {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #2DBACF;
    transform: rotate(-70deg);
    position: absolute;
    top: 20px;
    right: -40px;
}
.cakeorange-subtitle02 {
    font-size: 2.8rem;
    color: #2DBACF;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.cakeorange-text02 {
    width: 560px;
    font-size: 1.6rem;
    color: #53362B;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 auto 40px auto;
    line-height: 2;
}
.cakeorange-eat-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-bottom: 80px;
}
.cakeorange-eat-icon-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}
.cakeorange-eat-icon-flex::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #2DBACF;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.cakeorange-icon {
    width: 80px;
}
.cakeorange-icon02 {
    width: 46px;
}
.cakeorange-icon img {
    width: 100%;
}
.cakeorange-icon02 img {
    width: 100%;
}
.cakeorange-icon-text {
    font-size: 2rem;
    color: #2DBACF;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.size24 {
    font-size: 2.4rem;
}
.cakeorange-or {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2DBACF;
    letter-spacing: 0.1em;
}
.cakeorange-product02 {
    margin: 0 auto;
    width: 1000px;
    padding-left: 100px;
}
.cakeorange-product02 img {
    width: 100%;
}
.orange-img {
    content: '';
    width: 394px;
    height: 372px;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
}
.orange-img img {
    width: 100%;
}

/*  price  */

#cakeorange-price {
    text-align: center;
    color: #FFFEF7;
    margin: 0 auto 140px auto;
    position: relative;
}
.cakeorange-price-box {
    background-color: #2DBACF;
    width: 1130px;
    margin: 0 auto;
    position: relative;
}
.cakeorange-price-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 1130px;
    margin: 0 auto;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.product-line {
    width: 1130px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.product-line img {
    width: 100%;
}
.cakeorange-price-img {
    width: 480px;
}
.cakeorange-price-img img {
    width: 100%;
}
.cakeorange-product-box {
    width: 500px;
    text-align: center;
}
.cakeorange-product-name {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
}
.cakeorange-product-g {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.cakeorange-product-price {
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
}
.cakeorange-product-price span {
    font-size: 2rem;
}
.cakeorange-button-box {
    position: relative;
}
.cakeorange-button {
    width: 343px;
    height: 122px;
    background-color: #FFFEF7;
    position: relative;
    color: #53362B;
    font-size: 2.2rem;
    font-family: "YuGothic";
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 30px 70px;
    transition: all 0.3s ease-in-out;
}
.cakeorange-button::before {
    background-image: url(../../img/usr/cakeorange/arrow.png);
    background-size: contain;
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    right: 50px;
    top: 44%;
}
.cakeorange-button:hover {
    opacity: .8;
}

@media screen and (max-width:767px) {
    #cakeorange-about {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .cakeorange-title-en {
        width: 100px;
        margin-bottom: 0px;
    }
    .cakeorange-title {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .cakeorange-title::after {
        width: 80px;
        bottom: -10px;
    }
    .cakeorange-logo {
        width: 250px;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .cakeorange-flex {
        flex-direction: column;
        padding-left: 0;
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .cakeorange-flex-left {
        width: 90%;
    }
    .cakeorange-flex-right {
        width: 100%;
    }
    .cakeorange-subtitle01 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .cakeorange-subtitle01::before {
        width: 42px;
        position: absolute;
        top: -10px;
        left: -50px;
    }

    /* オススメのお召し上がり方 */

    .cakeorange-osusume {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .cakeorange-osusume::before {
        width: 22px;
        top: 12px;
        left: -25px;
    }
    .cakeorange-osusume::after {
        width: 22px;
        top: 12px;
        right: -25px;
    }
    .cakeorange-subtitle02 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .cakeorange-text02 {
        width: 90%;
    }
    .cakeorange-eat-flex {
        gap: 20px;
        width: 90%;
        margin: 0 auto 70px auto;
    }
    .cakeorange-eat-icon-flex {
        gap: 5px;
    }
    .cakeorange-eat-icon-flex::after {
        bottom: -10px;
    }
    .cakeorange-icon-text {
        font-size: 1.6rem;
    }
    .size24 {
        font-size: 2.2rem;
    }
    .cakeorange-product02 {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }
    .orange-img {
        display: none;
    }

    /*  price  */

    #cakeorange-price {
        margin-bottom: 50px;
    }
    .cakeorange-price-box {
        width: 100%;
    }
    .cakeorange-price-flex {
        flex-direction: column;
        width: 100%;
        padding: 20px 20px 20px 20px;
        gap: 20px;
    }
    .product-line {
        width: 100%;
    }
    .cakeorange-price-img {
        width: 90%;
    }
    .cakeorange-product-box {
        width: 90%;
    }
    .cakeorange-product-name {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .cakeorange-product-price {
        font-size: 2.4rem;
    }
    .cakeorange-product-price span {
        font-size: 1.6rem;
    }
    .cakeorange-button {
        width: 230px;
        height: 70px;
        font-size: 1.6rem;
        padding: 0px 30px;
    }
    .cakeorange-button::before {
        width: 15px;
        height: 15px;
        top: 43%;
    }

}