.making {
    margin-top: 0;
    padding-top: 0;
}

.main-content dl dt {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
}

.sankyohikari {
    padding: 60px 0;
}

.sankyohikari-content {
    max-width: 100%;
    padding-left: 0;
}

.bottom-container {
    padding-top: 45px;
}

.bottom-container .bottom-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    padding-right: 0;
    color: #3B4043;
}

.bottom-container .bottom-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 36px;
    margin-left: 0;
}

.bottom-container .bottom-item {
    width: calc(100% / 3);
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-container .bottom-item img {
    max-width: 164px;
    margin: 0 auto 12px;
}

.bottom-container .bottom-item_name span {
    text-align: center;
}

.bottom-container .bottom-item_name span::after {
    content: url(../images/bottle/icon_modal.svg);
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.8);
}

.bottom-container .bottom-item_name button {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4B2928;
    color: #fff;
    border-radius: 24px;
    padding: 4px 4px 4px 8px;
    font-size: 18px;
    font-weight: bold;
    transition: all .5s;
    border: 2px solid #4B2928;
}

.bottom-container .bottom-item_name button:hover {
    background-color: #fff;
    color: #4B2928;
}

@media screen and (min-width: 1101px) {
    .sticktype{
        font-size:1.4rem;
        padding:3px 0;
    }
}

.annotation{
    color:#808080;
    font-size:1.4rem;
}

.health .headlth-tag {
    margin: 0 auto 30px;
    font-size: 2.5rem;
    font-weight: 700;
    background-color: #F8DA0F;
    width: 100%;
    max-width: 550px;
    text-align: center;
}

.requests {
    padding-top: 47px;
    padding-bottom: 87px;
}

.requests .headding-3 {
    margin-bottom: 45px;
}

.requests .request-frame {
    padding-top: 146px;
}

.requests .request-top {
    display: flex;
    flex-wrap: wrap;
}

.requests .request-item {
    width: 100%;
    padding: 130px 30px 27px 30px;
    background-color: #F8DA0F;
    position: relative;
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.requests .request-cate {
    width: 200px;
    padding: 2px 0;
    background-color: #980000;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0;
}

.requests .request-img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: absolute;
    top: -146px;
    left: 50%;
    transform: translateX(-50%);
}

.requests .request-name {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 25px;
    line-height: 1.3;
}

.requests .request-desc {
    font-size: 1.8rem;
    line-height: 1.38;
    font-weight: 500;
}

.requests .request-desc br {
    display: none;
}

.requests .request-tab {
    width: 100%;
    margin-top: 15px;
    background-color: #F8DA0F;
    padding: 20px;
}

.requests .request-tab .request-tab_name {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #980000;
}

.requests .request-tab .request-tab_content {
    min-width: auto;
    width: 100%;
    margin: 25px auto 40px;
    padding-left: 0;
    max-width: 500px;
}

.requests .request-tab .request-tab_txt {
    display: flex;
    align-items: flex-start;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}

.requests .request-tab .request-tab_txt p {
    padding-left: 30px;
    color: #3B4043;
}

.request-ex{
    padding-top:10px;
    font-size:1.4rem;
    color:#980000;
}

.masspro {
    position: relative;
    overflow: hidden;
    margin-bottom: 180px;
}

.masspro figure img {
    min-height: 300px;
    object-fit: cover;
    object-position: bottom center;
}

.masspro-content {
    color: #3B4043;
    padding: 40px 65px 20px;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.masspro-content dt {
    font-size: 3.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.4054054054;
}

.masspro-content dd {
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.6923076923;
}

.masspro-content dd p {
    font-size: 1.4rem;
}

.masspro-content ul {
    display: flex;
    margin-top: 1.2rem;
}

.masspro-content ul li {
    margin-right: 15px;
    position: relative;
}

.masspro-content ul li p {
    font-weight: bold;
    font-size: 1.6rem;
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}

.masspro-content ul li:last-child {
    letter-spacing: -0.2rem;
}

.massproundertext {
    letter-spacing: 0.1rem;
    padding-top: 2rem;
}

.inaday {
    font-weight: bold;
    font-size: 2.4rem;
    color: #000;
}

.rb20 {
    font-weight: bold;
    font-size: 3.8rem;
    color: #980000;
}

.bigcompany {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #F8DA0F;
    position: absolute;
    right: -20px;
    top: -40px;
}

.bigcompany p span {
    font-size: 3.2rem;
}

.bigcompany p {
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 65px;
    left: -10px;
    font-size: 2.4rem;
    line-height: 32px;
}

.pickup .headding-3 {
    color: #3B4043;

}

.pickup-item_head ul li:first-child p {
    color: #444444;
}

.pickup-item_head ul li:last-child p {
    color: #3B4043;
}

.h3sub{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px){
    .h3sub {
        font-size: 1.6rem;
    }
}

.requests .request-tab .request-tab_txt:not(:last-child) {
    margin-bottom: 21.5px;
}

.requests .request-tab .request-tab_txt::after,
.requests .request-tab .request-tab_txt::before {
    content: "";
}

.requests .request-tab .request-tab_txt::before {
    display: block;
    margin-right: 7px;
    margin-top: 12px;
    height: 21px;
    width: 21px;
    border: 1px solid #707070;
    background-color: white;
    position: absolute;
}

.requests .request-tab .request-tab_txt::after {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/solution/icon_checked.svg);
    z-index: 1;
}

.requests .underline-white {
    background-image: linear-gradient(to top, transparent 0% 5%, white 5% 15%, transparent 15% 100%);
}

.solved-head dl dt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.solved-head dl dt span {
    background-color: #980000;
    margin-bottom: 10px;
    font-size: clamp(2vw, 4vw, 1.8rem);
    padding: 5px;
    height: 45px;
}

.health {
    /* margin-top: 35px;
    background-image: url(../images/bottle/img_health.jpg);*/
    padding-bottom: 60px;
    padding-top: 50px;
    background-image: inherit;
}

.health-bg {
    max-width: inherit;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    left: -9%;
    width: auto;
}

.health .headding-3 {
    color: #3B4043;
}

.health-quote dl dt {
    font-weight: bold;
}

.solved-list01 dl dt {
    color: #000;
}

.solved-list01 dl dd {
    color: #3B4043;

}

.making br:nth-child(1) {
    display: block;
}

.making .title-making {
    font-size: clamp(2.4rem, 3.5vw, 4.5rem);
    padding-bottom: 20px;
    color: #3B4043;
}

.making .making-txt {
    color: #3B4043;
}

.making .making-txt .sp {
    display: block;
}

.reasons .reasons-list02 dl dt br {
    display: none;
}

.pickup-item_head dl dt span {
    color: #980000;
}

.sankyohikari-content {
    padding: 0;
}

.trademark img {
    width: 25%;
    padding-left: 10px;
}

.obsession-content dl{
    text-shadow: 1px 1px 2px #fff, 0 0 3em #fff, 0 0 0.4em #fff, 0 0 0.2em #fff;
}

.bottom-container .bottom-title{
    line-height:30px;
}

.bottom-title span{
    font-weight:normal;
    font-size:14px;
}

@media screen and (min-width:1600px) {
    .main-content {
        top: clamp(24.5%, 1100px - 60vw, 36%);
    }

}

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

    .masspro-content {
        padding: 30px 0px 20px 35px;
    }

    .massproundertext {
        padding-top: 0;
    }

    .bottom-container .bottom-item_name span {
        font-size: 13px;
    }
}

@media screen and (min-width: 1024px) {
    .sankyohikari-content {
        padding-left: clamp(40px, 60vw - 800px, 88px);
    }

    .bottom-container .bottom-title {
        padding-right: 128px;
        padding-right: 20px;
    }

    .bottom-container .bottom-item {
        margin-right: 33px;
        padding-bottom: 64px;
        /* max-width: 196px; */
    }

    .bottom-container .bottom-frame {
        margin-left: -53px;
        margin-left: clamp(-53px, 500px - 50vw, 0px);
    }

    .requests {
        padding-top: 47px;
        padding-bottom: 87px;
    }

    .requests .request-desc br {
        display: block;
    }

    .requests .headding-3 {
        margin-bottom: 45px;
    }

    .requests .request-frame {
        width: 100%;
        padding-top: 146px;
    }

    .requests .request-top {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .requests .request-item {
        width: 33.3333333333%;
        padding: 131px 30px 27px 40px;
        margin-bottom: 0;
    }

    .requests .request-item:last-child {
        margin-bottom: 0;
    }

    .requests .request-item:nth-child(2) {
        margin: 0 25px;
    }

    .requests .request-cate {
        width: 200px;
        font-size: 2rem;
        margin: 20px auto 0;
    }

    .requests .request-img {
        max-width: 280px;
        top: -146px;
    }

    .requests .request-name {
        font-size: 3rem;
        padding: 30px 0 25px;
    }

    .requests .request-desc {
        font-size: 1.8rem;
        line-height: 1.38;
    }

    .requests .request-tab {
        width: 100%;
        margin-top: 15px;
        padding: 25px 25px 10px 25px;
    }

    .requests .request-tab .request-tab_name {
        width: 100%;
        text-align: center;
        font-size: 3rem;
        font-weight: 700;
    }

    .requests .request-tab .request-tab_content {
        min-width: 505px;
        width: 50%;
        margin: 24px auto 40px;
        padding-left: 33px;
    }

    .requests .request-tab .request-tab_txt {
        font-size: 2.2rem;
    }

    .requests .request-tab .request-tab_txt p {
        padding-left: 41px;
    }

    .requests .request-tab .request-tab_txt:not(:last-child) {
        margin-bottom: 21.5px;
    }

    .making .title-making {
        font-size: 4.5rem;
    }

    .solved-list01 li {
        padding: 58px 0px 123px;
    }
}

@media screen and (min-width: 971px) {

    /*OEMリンクバナー内テキスト改行の調整*/
    .br970 {
        display: none;
    }
}

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

    /*OEMリンクバナー内テキスト改行の調整*/
    .br970 {
        display: block;
    }

    /*小袋充填の大量生産おまかせくださいの調整*/
    .masspro-content {
        padding: 20px 0px 20px 35px;
    }

    .masspro-content dt {
        font-size: 3.4rem;
    }

    .bigcompany {
        width: 180px;
        height: 180px;
    }

    .bigcompany p span {
        font-size: 2.8rem;
    }

    .bigcompany p {
        top: 60px;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 768px) {

    .main-trademark {
        /*  left: 0%; */
    }

    .main-trademark img {
        width: 136px;
    }

    .health-quote dl:first-child {
        margin-right: 59px;
    }

    .main-content dl dt {
        font-size: 1.9rem;
    }

    .solved-head dl dt span {
        font-size: 2.2rem;
        height: 35px;
    }

    .making .making-txt .sp {
        display: none;
    }

    .health-inner {
        padding: 40px 20px 40px;
    }

    .sankyohikari-content {
        padding: 0 20px;
    }

    .main-content {
        padding-right: clamp(0px, 100vw - 1024px, 37px);
    }

    .sankyohikari {
        padding: 100px 0px 55px;
    }

    .sankyohikari-content {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    .making .title-making {
        padding-bottom: 0;
    }

    .making .title-making br:nth-child(1) {
        display: none;
    }

    .top-container {
        width: 100%;
    }

    .top-container .sub-title {
        padding: 2px 20px 2px 31px;
        margin-right: 3vw;
    }

    .top-container .making-txt {
        padding-top: 2.08vw;
        padding-right: 1vw;
        line-height: 1.875;
    }

    .bottom-container {
        padding-top: 90px;
    }

    .bottom-container .bottom-title {
        font-size: 3.6rem;
    }

    .bottom-container .bottom-frame {
        justify-content: center;
        align-items: flex-start;
        padding-top: 36px;
        margin-left: 0;
    }

    .bottom-container .bottom-item {
        width: 20%;
        margin: 0;
        margin-right: 12px;
        min-width: 196px;
    }

    .bottom-container .bottom-item_name {
        font-size: 2rem;
    }

    .solved-head dl {
        padding: 29px 20px 0px;
        left: 50%;
        bottom: -12px;
    }

    .solved-head dl dt {
        flex-direction: row;
        padding-left: 0;
    }

    .solved-list01 li {
        margin-bottom: 0;
        padding: 58px 0px 60px;
    }

    .solved-list01 .item02 {
        padding-top: 67px;
        padding-bottom: 53px;
    }

    .solved-list01 .item02 dl {
        padding-left: 14px;
        padding-top: 14px;
    }

    .solved-list01 .item02 dl dd {
        margin-top: 22px;
    }

    .solved-list01 .item03 {
        padding-top: 67px;
        padding-bottom: 86px;
    }

    .solved-list01 .item03 dl {
        padding-top: 23px;
    }

    .solved-list01 .item03 dl dd {
        margin-top: 40px;
    }

    .solved-list01 .item03 figure {
        margin-right: 0;
        padding-top: 30px;
    }

    .solved-list01 dl dt {
        line-height: 1.5;
    }

    .solved-list01 dl dd {
        margin-top: 31px;
        line-height: 1.875;
    }

    .solved-list01 figure {
        padding-top: 5px;
    }

    .masspro figure img {
        min-height: 380px;
    }

    .pickup {
        padding: 75px 0px 47px;
    }

    .pickup .headding-3 {
        padding-top: 8px;
    }

    .pickup-item {
        padding-bottom: 50px;
    }

    .pickup-main {
        margin-top: 73px;
        --pickup-gap-item: 164px;
    }

    .pickup-item_content {
        margin-top: 57px;
    }

    .pickup-item_head figure {
        max-width: clamp(405px, 100% - 450px, 370px);
    }

    .pickup-item_head ul li:first-child p {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .pickup-item_head ul li:last-child {
        font-size: 2rem;
        font-weight: bold;
    }

    .pickup-item_head ul li:last-child {
        margin-top: 27px;
    }

    .pickup-item_head dl dt {
        margin-top: 14px;
        margin-left: 0px;
    }

    .pickup-item_head dl dt span {
        margin-top: -20px;
        margin-left: 6px;
        margin-right: 17px;
    }

    .pickup-item_head dl dd {
        margin-top: 29px;
    }

    .pickup-btn {
        margin-top: 57px;
        padding-left: 0;
    }

    .oem {
        padding: 62px 0px 72px;
    }

    .oem .headding-3 {
        color: #3B4043;
    }

    .oem-passage {
        margin-top: 23px;
    }

    .questions-main {
        margin-top: 84px;
    }

    .questions-item_content {
        margin-top: 44px;
    }

    .questions-item_content dl {
        padding-bottom: 33px;
    }

    .questions-item_head p {
        padding-top: 0;
        padding-left: 110px;
        padding-left: clamp(50px, 50vw - 500px, 110px);
        justify-content: flex-start;
    }

    .questions-btn {
        margin-top: 56px;
        padding-right: 20px;
    }

    .questions-qa {
        margin-top: 25px;
        padding: 23px 32px;
    }

    .health {
        padding-top: 0;
    }

    .health .headding-3 {
        color: #3B4043;
    }


    .health-inner {
        padding: 53px 20px 38px;
    }

    .health-quote {
        margin-top: 69px;
        padding-left: 17px;
    }

    .health-quote dl dt {
        font-size: 2.5rem;
    }

    .health-list {
        margin-top: 120px;
    }

    .health-list dd {
        margin-top: 48px;
    }

    .health-list dt {
        max-width: 260px;
        height: 68px;
        left: 50.5%;
    }

    .trade {
        padding: 56px 0px 50px;
    }

    .trade .txt-focus {
        padding-bottom: 15px;
    }

    .reasons {
        margin: 80px 0px;
    }

    .reasons [class*=reasons-list] dd {
        margin-top: 0;
    }

    .reasons .reasons-list02 dl dt br {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .main-trademark img {
        width: 64px;
    }

    .main-content {
        top: 25%;
    }

    .main-content>p {
        text-align: center;
    }

    .trademark img {
        width: 100%;
    }

    .masspro {
        width: 572px;
        max-width: 100%;
        margin: 40px auto;
    }

    .masspro-content {
        padding: 20px 0px 20px 20px;
    }

    .masspro figure img {
        object-fit: contain;
        object-position: unset;
    }

    .masspro-content dt {
        font-size: 2.2rem;
    }

    .masspro-content dd p {
        font-size: 1.2rem;
    }

    .masspro-content ul li {
        margin-right: 10px;
        width: 110px;
    }

    .masspro-content ul li p {
        font-size: 1.2rem;
    }

    .inaday {
        font-size: 2rem;
    }

    .rb20,
    .rb20 .strong {
        font-size: 3rem;
    }

    .bigcompany {
        width: 150px;
        height: 150px;
    }

    .bigcompany p span {
        font-size: 2.2rem;
    }

    .bigcompany p {
        line-height: 26px;
        top: 50px;
        font-size: 1.8rem;
    }

    .reasons {
        margin-bottom: 50px;
    }

    .requests .request-tab .request-tab_name {
        text-align: justify;
        font-size: 2.4rem;
    }

    .requests .request-tab .request-tab_txt p {
        font-size: 18px;
    }

    .requests .request-item:last-child {
        margin-bottom: 64px;
    }

    .health .headlth-tag {
        font-size: 1.8rem;
    }

    .bottom-container .bottom-item_name span {
        font-size: 13px;
        max-width: unset;
        border-radius: 50px;
        height: auto;
    }

    .bottom-container .bottom-item_name button {
        height: 100%
    }
}

@media screen and (max-width: 540px) {
    .bottom-container .bottom-item {
        width: 50%;
        max-width: unset;
    }

    .bottom-container .bottom-item img {
        max-width: unset;
    }

    .bottom-container .bottom-item_name button {
        width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .making .title-making {
        text-shadow: 1px 1px 2px #fff, 0 0 3em #fff, 0 0 0.4em  #fff, 0 0 0.2em #fff;
    }
}

/*小袋充填の大量生産おまかせください改行の調整*/
@media screen and (min-width: 631px) {
    .massprobr {
        display: none;
    }

    .masspro {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 630px) {
    .massprobr {
        display: block;
    }

    .masspro {
        margin-bottom: 64px;
    }
}

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

    .trademark img {
        padding-left: 4px;
    }
}

@media screen and (max-width: 460px) {
    .masspro-content {
        padding: 20px 0px 20px 8px;
    }

    .masspro-content dt {
        font-size: 2.4rem;
    }

    .bigcompany p {
        line-height: 18px;
        top: 54px;
    }

    .bigcompany p {
        left: -8px;
        top: 54px;
    }

    .bigcompany {
        width: 138px;
        height: 130px;
    }

    .masspro .bigcompany .small {
        font-size: 14px;
    }
}


/* 小袋 */

.pouch {
    margin-bottom: 64px;
}

.pouch-list {
    display: flex;
    margin: -24px 0 0 -24px;
}

.pouch-list>* {
    width: 50%;
    padding: 24px 0 0 24px;
}

.pouch-list-inner {
    background: #DEE3E9;
    overflow: hidden;
    position: relative;
}

.pouch-head {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}

.pouch-head dl {
    width: 324px;
    margin-left: 24px;

}

.pouch-head dl dt {
    font-family: unset;
    font-weight: bold;
}

.accent {
    position: relative;
    padding: 0;
}

.circle {
    margin-right: 8px;
    position: relative;
}

.circle-back {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 38%;
}

.circle p {
    font-size: 3.5rem;
    line-height: 32px;
    font-weight: bold;
    color: #212121;
    text-align: center;
}

.circle .small {
    font-size: 18px;
    left: 8%;
}

.circle .multi-line {
    margin-top: -20px;
}

.pouch-mainImg,
.pouch-stand,
.pouch-footer {
    padding: 0 24px;
}

.pouch-mainImg {
    width: 90%;
    margin: 24px auto;
}

.portion .pouch-mainImg {
    width: 100%;
}

.pouch-stand,
.pouch-footer>p {
    font-size: 25px;
    font-weight: bold;
}

.pouch-footer {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.pouch-footer p {
    width: 150px;
    line-height: 1.4;
}

.pouch-footer>p span {
    display: inline-block;
}

.pouch-footer ul {
    display: flex;
    width: calc(100% - 150px);
    margin: -8px 0 0 -8px;
}

.pouch-footer ul li {
    width: calc(100% / 3);
    padding: 8px 0 0 8px;
}

.pouch-footer .footer-inner {
    position: relative;
}

.pouch-footer .footer-inner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    z-index: 1;
}

.pouch-footer .footer-inner .ico_iv,
.pouch-footer .footer-inner .ico_bk,
.pouch-footer .footer-inner .ico_tr {
    position: absolute;
    font-size: 1.4vw;
    width: unset;
}

.pouch-footer .footer-inner .ico_bk,
.pouch-footer .footer-inner .ico_tr {
    font-size: 4rem;
    width: 105px;
}

.pouch .portion .circle-back {
    transform: scale(-1, 1);
    left: 0;
}

.pouch .portion .pouch-head {
    flex-direction: row-reverse;
}

.pouch .portion .circle {
    margin-right: 0;
    margin-left: 8px;
}

.pouch-footer .footer-inner .ico_iv {
    text-align: left;
    width: 70px;
}

.pouch-stand-flex {
    display: flex;
    align-items: center;
}

.pouch-stand-flex > .rb20 {
    flex-basis: 50.78%;
}

.pouch-stand .br {
    display: inline-block;
}

.portion .rb20 {
    margin-right: 8px;
}

.portion .rb20 .small {
    font-size: 1.4rem;
}

.portion .rb20.small {
    line-height: 1.25;
    font-size: 2rem;
}

.portion .rb20 .strong {
    font-size: 3.8rem;
    white-space: nowrap;
}

.portion .rb20 .d-block {
    display: block;
}

.fz-20 {
    font-size: 2rem;
}

.ico_bk {
    color: #fff;
}

@media screen and (min-width: 1100px) {
    .pouch .portion .circle-back {
        width: 31.5%;
    }

    .portion .rb20 .small {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1100px) {
    .pouch-head dl {
        width: 266px;
        margin-left: 16px;
    }

    .pouch-head dl dt {
        font-size: 3.2vh;
    }

    .circle p {
        font-size: 3.8vh;
    }

    .circle .multi-line {
        margin-top: 0;
        line-height: 1.25;
    }

    .pouch-mainImg,
    .pouch-stand,
    .pouch-footer {
        padding: 0 16px;
    }

    .pouch-mainImg {
        margin: 16px auto;
    }
}

@media screen and (max-width: 947px) {
    .pouch-head dl {
        width: 249px;
    }

    .pouch-head dl dt {
        font-size: 3vh;
    }

    .circle p {
        font-size: 3.4vh;
    }

    .pouch-stand,
    .pouch-footer>p {
        font-size: 2.3vh;
    }

    .pouch-footer p {
        width: 132px;
    }

    .pouch-footer ul {
        width: calc(100% - 132px);
    }

    .pouch-stand .rb20 {
        font-size: 3.3rem;
    }

    .pouch-stand-flex {
        display: block;
    }

    .portion .rb20 .d-block {
        display: inline-block;
    }
}

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

    .pouch-head {
        margin-top: 16px;
    }

    .pouch-footer {
        margin-top: 16px;
    }

    .pouch-head dl {
        width: 221px;
        margin-left: 8px;
    }

    .pouch-head dl dt {
        font-size: 2.7vh;
        letter-spacing: -0.5px;
    }

    .circle p {
        font-size: 3vh;
    }

    .circle .small {
        font-size: 16px;
    }

    .pouch-mainImg,
    .pouch-stand,
    .pouch-footer {
        padding: 0 8px;
    }

    .masspro-content dd p {
        font-size: 13px;
    }

    .pouch-stand,
    .pouch-footer>p {
        font-size: 2vh;
    }

    .pouch-footer p {
        width: 112px;
    }

    .pouch-footer ul {
        width: calc(100% - 112px);
    }

    .pouch-mainImg {
        margin: 8px auto;
    }
}

@media screen and (max-width: 767px) {
    .pouch-list {
        display: block;
        margin: 0;
    }

    .pouch-list>* {
        margin: 0 auto;
        padding: 0;
        width: 50%;
        min-width: 371px;
    }

    .circle p {
        font-size: 3.4vh;
    }

    .pouch-head dl dt {
        font-size: 3vh;
    }

    .pouch-stand .rb20 {
        font-size: 3rem;
    }

    .pouch-list>*:first-child {
        margin-bottom: 24px;
    }

    .pouch-footer .footer-inner .ico_bk,
    .pouch-footer .footer-inner .ico_tr {
        font-size: 4vw;
        width: 67px;
    }

    .pouch-footer .footer-inner p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .pouch-list>* {
        min-width: 358px;
    }

    .pouch-footer .footer-inner .ico_bk,
    .pouch-footer .footer-inner .ico_tr {
        font-size: 6vw;
        width: 67px;
    }

    .pouch-stand,
    .pouch-footer>p {
        font-size: 2.4vh;
    }

    .pouch-footer {
        margin-top: 8px;
    }
}