@media screen and (max-width: 768px) {
    body {
        width: 100%;
        font-size: 1.4rem;
        overflow-x: hidden;
    }
}

/*コンテンツ幅*/
.wrapper {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.wrapper {
    min-width: 0;
  }
}

/*背景*/
.wrapper {
    background: linear-gradient(to top, rgba(239, 244, 217, 0) 1%, rgba(244, 240, 244, 30) 42%, rgba(244, 239, 217, 100) 100%);
}

.content {
    max-width: 850px;
    margin: 0 auto;
    padding-top: 180px;
}

.disposable_title{
    background: linear-gradient(100deg, rgba(95, 36, 15, 100)21%, rgba(135, 81, 62, 100)38%, rgba(250, 212, 199, 100)52%, rgba(162, 106, 85, 100)63%, rgba(222, 173, 156, 100)75%, rgba(72, 24, 7, 100)82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 80px;
}
.sp_br{
    display: none;
}
.disposable_img_text{
    width: 100%;
    display: flex;
}
.disposable_img{
    width: 300px;
    margin: 0 auto;
    object-fit: cover;
}
.disposable_img img{
    width: 100%;
    object-fit: cover;
}
.disposable_text{
    width: 430px;
    margin: 0 auto;
}
.disposable_flavor{
    font-size: 4.8rem;
    color: #2d2d2d;
    margin-bottom: 24px;
}
.disposable_copy{
    font-size: 3.6rem;
    color: #2d2d2d;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: bold;
}
.component{
    font-size: 2.4rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.disposable_description{
    margin-top: 55px;
}
.description_title{
    font-size: 3.2rem;
    color: #1D4984;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.description_text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.description_left{
    font-size: 1.6rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.description_right{
    font-size: 1.6rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.text_small{
    font-size: 1.2rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#disposable_feature{
    margin-top: 95px;
    background-image: url(../img/disposable_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 180px 0;
}
.feature1_2{
    max-width: 1024px;
    margin: 0 auto;
}
.feature1{
    max-width: 1024px;
    object-fit: cover;
    margin-bottom: 120px;
}
.feature1_sp{
    display: none;
}
.feature1 img{
    width: 100%;
    object-fit: cover;
}
.feature2{
    max-width: 700px;
    margin: 0 auto;
}
.feature2_title{
    font-size: 3.2rem;
    color: #1D4984;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.feature2_text{
    font-size: 1.6rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 35px;
}
.feature2_img{
    max-width: 702px;
    margin: 0 auto;
    object-fit: cover;
}
.feature2_img img{
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {

.content {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
}

.disposable_title{
    background: linear-gradient(100deg, rgba(95, 36, 15, 100)21%, rgba(135, 81, 62, 100)38%, rgba(250, 212, 199, 100)52%, rgba(162, 106, 85, 100)63%, rgba(222, 173, 156, 100)75%, rgba(72, 24, 7, 100)82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 80px;
}
.sp_br{
    display: block;
}
.disposable_img_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.disposable_img{
    width: 90%;
    object-fit: cover;
    margin-bottom: 30px;
}
.disposable_img img{
    width: 100%;
    object-fit: cover;
}
.disposable_text{
    width: 100%;
    margin: 0 auto;
}
.disposable_flavor{
    font-size: 4.5rem;
    color: #2d2d2d;
    margin-bottom: 24px;
    text-align: center;
}
.disposable_copy{
    font-size: 3rem;
    color: #2d2d2d;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.component{
    font-size: 2.2rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.disposable_description{
    margin-top: 35px;
}
.description_title{
    font-size: 3rem;
    color: #1D4984;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}
.description_text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.description_left{
    font-size: 1.4rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.description_right{
    font-size: 1.4rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.text_small{
    font-size: 1rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#disposable_feature{
    margin-top: 55px;
    background-image: url(../img/disposable_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
}
.feature1_2{
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}
.feature1{
    display: none;
}
.feature1_sp{
    display: block;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.feature1_sp img{
    width: 100%;
    object-fit: cover;
}
.feature2{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.feature2_title{
    font-size: 2.5rem;
    color: #1D4984;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.feature2_text{
    font-size: 1.4rem;
    color: #2d2d2d;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 35px;
}
.feature2_img{
    max-width: 702px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.feature2_img img{
    width: 100%;
    object-fit: cover;
}
}

/*アニメーション*/
.FadeIn{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}
.FadeIn.active{
    opacity: 1;
    transform: translateY(0);
}