@charset "utf-8";
/* contetnt */
.main-content {
    margin: 0 auto;
}
.content-inner {
    max-width: 1206px;
    margin: 0 auto;
}
/* contetnt */

/* kv */
.top-kv-slide {
    position: relative;
}
.top-kv-slide img {
    width: 100%;
    height: auto;
    /* animation-name: slide;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	opacity: 0; */
}
.top-kv-slide .slide1 {
    display: block;
    margin: 0 auto;
}
.top-kv-slide .slide2 {
    position: absolute;
    top: 0;
    left: 0;
    animation-delay:5s;
}
@keyframes slide {
    0% { opacity: 0 }
    25% { opacity: 1 }
   50% { opacity: 1 }
   75% { opacity: 0 }
  100% { opacity: 0 }
}

/* .top-kv {
    background: url('../img/kv_bg_pc.jpg') no-repeat center / cover;
    padding: 154px 80px 74px;
}
.top-kv-inner {
    max-width: 1206px;
    margin: 0 auto;
    padding-top: 89px;
    padding-bottom: 145px;
    background: url('../img/kv_inner_bg_pc.png') no-repeat right / cover;
} */
.top-kv-heading {
    margin-bottom: 26px;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;

}
@media screen and (max-width: 768px) {
    /* .top-kv {
        background: url('../img/kv_bg_sp.jpg') no-repeat center / cover;
        padding: 109px 20px 35px;
    }
    .top-kv-inner {
        max-width: auto;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    } */
    .top-kv-heading {
        width: 97%;
        margin-top: 29px;
        margin-bottom: 11px;
    }
}
/* kv */


/* 見出し */
.content-title {
    font-size: 3.6rem;
    line-height: 1.33;
    letter-spacing: 0.05em;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.content-sub-title {
    position: relative;
    display: block;
    color: #DE1007;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.2em;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}
.content-sub-title.border-bottom::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #D93125;
}
@media screen and (max-width: 768px) {
    .content-title {
        font-size: 2.4rem;
        margin-bottom: 2px;
    }

    .content-sub-title {
        font-size: 1rem;
        line-height: 2;
        margin-bottom: 26px;
    }
    .content-sub-title.border-bottom::after {
        bottom: -16px;
    }
}
/* 見出し */

/* newsエリア */
.news-content {
    padding: 120px 0;
}
.news-content-inner {
    display: flex;
    justify-content: space-between;
}
.news-description {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    width: 970px;
}

.news-description2 {
    margin-top: 21px;
    width: 970px;
}

.news-description2 li {
    border-top: 1px solid #ECEBEB;
    padding: 20px 0 15px;
    display: flex;
}

.news-description2 li:last-child {
    border-bottom: 1px solid #ECEBEB;
}

.news-description2 a {
    display: block;
    width: 100%;
}

.news-description2 a:hover {
    color: #EC0C0D;
}

.news-description2 .news-description2-link-wrapper {
    display: flex;
}

.news-description2 time {
    display: block;
    width: 17.973%;
    padding-left: 95px;
    font-weight: normal;
}

.news-description2 p {
    display: block;
    width: 82.026%;
    padding-left: 26px;
}

@media screen and (max-width: 768px) {
    .news-description2 {
        width: 100%;
    }

    .news-description2 time {
        text-align: left;
        padding-left: 0;
    }
    .news-description2 p {
        padding-left: 46px;
    }
}


.news-description dt {
    width: 17.973%;
    padding: 20px 0 15px 95px;
    border-top: 1px solid #ECEBEB;
}
.news-description dt:last-of-type {
    border-bottom: 1px solid #ECEBEB;
}
.news-description dd {
    width: 82.026%;
    padding: 20px 0 15px 26px;
    margin: 0;
    border-top: 1px solid #ECEBEB;
}
.news-description dd:last-of-type {
    border-bottom: 1px solid #ECEBEB;
}

.news-description a:hover {
    color: #EC0C0D;
}
@media screen and (max-width: 768px) {
    .news-description {
        width: 100%;
    }
    .news-content {
        padding: 60px 20px 80px;
    }
    .news-content-inner {
        display: block;
    }
    .news-description dt {
        text-align: left;
        padding-left: 0;
    }
    .news-description dd {
        padding-left: 46px;
    }
}
/* newsエリア */

/* use-content アセロラ活用法エリア */
.use-content {
    margin-bottom: 155px;
}
.use-content-inner {
    display: flex;
    flex-direction: row-reverse;
}
.use-content-text {
    position: relative;
    width: 48%;
    padding: 50px 0 0 53px;
}
.content-image {
    width: 52%;
}
.content-image img {
    width: 100%;
    height: auto;
}
.content-read {
    max-width: 408px;
    margin-top: 37px;
    line-height: 2.14;
    letter-spacing: 0.05em;
}
.btn-radius {
    position: absolute;
    top: 165px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    color: #D93125;
    text-align: center;
    line-height: 1.53;
    border: 1px solid #D93125;
    border-radius: 50%;
}
.btn-radius::after {
    content: "";
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 12px;
    height: 8px;
    background: url('../img/arrow_icon.svg') no-repeat center / cover;
}
.btn-radius:hover {
    color: #fff;
    background-color: #D93125;
}
.btn-radius:hover::after {
    background: url('../img/arrow_icon_hover.svg') no-repeat center / cover;
}
.btn-radius.position01 {
    top: 214px;
    right: 36px;
}
.btn-radius.position02 {
    top: 196px;
}
.btn-radius.disabled {
    line-height: 1.28;
    color: #666;
    border: 1px solid #707070;
}
.btn-radius.disabled:hover {
    color: #666;
    background-color: #fff;
}
.btn-radius.disabled::after {
    content: none;
}

@media screen and (max-width: 768px) {
    .btn-radius {
        top: 92px;
    }
    .btn-radius.position01 {
        top: 122px;
        right: 0;
    }
    .btn-radius.position02 {
        top: 88px;
    }
    .use-content {
        margin-bottom: 105px;
    }
    .use-content-inner {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .use-content-text {
        width: 100%;
        padding: 0;
    }
    .content-image {
        width: 100%;
        margin-bottom: 30px;
    }
    .content-image img {
        width: 100%;
        height: auto;
    }
    .content-read {
        max-width: 57.33vw;
        margin-top: 36px;
    }
}
/* use-content アセロラ活用法エリア */

.content-2col {
    margin-bottom: 120px;
    padding-top: 150px;
}
.content-2col:last-of-type {
    padding-top: 0;
    margin-bottom: 200px;
}
.content-2col-reverse .content-2col-inner {
    flex-direction: row-reverse;
}
.content-2col-inner {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content-2col-text {
    position: relative;
    padding-top: 84px;
    margin-left: 10px;
    width: calc( ( 100% - 130px ) / 2 );
}
.content-2col-image img {
    width: 100%;
    height: auto;
}
.content-2col-reverse .content-2col-text {
    padding-top: 50px;
    margin-right: 50px;
    margin-left: 0;
    width: calc( ( 100% - 50px ) / 2 );
}
.content-2col-reverse .content-2col-image {
    width: calc( ( 100% - 50px ) / 2 );
}
.content-2col-inner .content-read {
    width: 377px;
}
@media screen and (max-width: 768px) {
    .content-2col {
        padding-top: 80px;
        margin-bottom: 105px;
    }

    .content-2col:last-of-type {
        margin-bottom: 105px;
    }

    .content-2col-inner {
        max-width: 100%;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-2col-text {
        position: relative;
        padding-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .content-2col-image {
        width: 100%;
        margin-bottom: 30px;
    }
    .content-2col-image img {
        width: 100%;
        height: auto;
    }
    .content-2col-reverse .content-2col-text {
        padding-top: 0;
        margin-right: 0;
        width: 100%;
    }
    .content-2col-reverse .content-2col-image {
        width: 100%;
    }
    .content-2col-inner .content-read {
        width: 57.33vw;
    }
}

.page-bottom-image img {
    width: 100%;
    height: auto;
}

.acerola-item-wrapper {
	align-items: normal;
}

.acerola-video-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.acerola-video-block {
	width: 480px;
}

@media screen and (max-width: 768px) {
	.acerola-video-block {
		width: 100%;
	}
}

.acerola-video-block iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 48 / 37;
}

@media screen and (max-width: 768px) {
	.acerola-video-text {
		margin-top: 30px;
	}
}

