@charset "utf-8";
:root {
    --main-color-brown: #855932;
    --main-color-pink: #FC6355;
    --main-bg-color-pink: #FFF1F4;
    --main-bg-color-beige: #FFFCFB;
    --cat05-txt-color: #639D12; /*5ヵ月 文字色*/
    --cat05-bg-color: #A7C97A; /*5ヵ月 背景色*/
    --cat09-txt-color: #BE44BA; /*9ヵ月 文字色*/
    --cat09-bg-color: #C992C7; /*9ヵ月 背景色*/
    --cat12-txt-color: #338FBB; /*12ヵ月 文字色*/
    --cat12-bg-color: #88BED8; /*12ヵ月 背景色*/
}
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    font-size: inherit;
}
ul, ol {
    margin: 0;
    padding-left: 0;
}
ul li, ol li {
    margin-left: 0;
    list-style-type: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    line-height: 1;
}
hr {
    border: none;
    margin: 0;
    padding: 0;
}
button {
    line-height: inherit;
    margin: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    border: none;
    -webkit-border-image: none;
    border-image: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0px;
}
html {
    overflow-x: hidden;
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: var(--main-color-brown);
    background: #fff;
    font-family: "Roboto", "YakuHanJP", 'Noto Sans JP', "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    letter-spacing: .05em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*==========================================

 PC & ALL

==========================================*/
.main {
    font-size: 24px;
    line-height: 1.8;
}
.main-contents {
    max-width: 960px;
    margin: 0 auto;
}
.main img {
    width: 100%;
    vertical-align: top;
}
.main a {
    color: var(--main-color-brown);
    text-decoration: none;
}
.section-head-mv {
    padding-top: 15px;
    padding-bottom: 20px;
    background: url("/cp/babyfood_trial_campaign/assets/img/bg-mv_pc.jpg") no-repeat center / cover;
}
[class*="section-head-mv-h1-copy"] {
    display: block;
    margin: 0 auto;
}
.section-head-mv-h1-copy1 {
    width: 230px;
    position: relative;
}
.section-head-mv-h1-copy1::before, .section-head-mv-h1-copy1::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    border-radius: 2px;
    background: #FD6356;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section-head-mv-h1-copy1::before {
    left: -1em;
    transform: rotate(-30deg);
}
.section-head-mv-h1-copy1::after {
    right: -1em;
    transform: rotate(30deg);
}
.section-head-mv-h1-copy2 {
    width: 475px;
    margin-top: 10px;
}
.section-head-mv-info {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.section-head-mv-info * {
    flex-shrink: 0;
}
@media screen and (min-width: 769px), print {
    .section-head-mv-info-note {
        order: 2;
    }
    .section-head-mv-info-list {
        order: 1;
    }
}
.section-head-mv-info-note {
    width: 186px;
}
.section-head-mv-info-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
}
.section-head-mv-info-list-itm.cat05 {
    width: 120px;
}
.section-head-mv-info-list-itm.cat09 {
    width: 116px;
}
.section-head-mv-info-list-itm.cat12 {
    width: 108px;
}
.section-head-lead {
    padding: 30px 0;
    font-weight: bold;
    text-align: center;
}
.section-course {
    margin-top: 16px;
}
section h2 {
    height: 54px;
    font-size: 32px;
    color: #fff;
    background: var(--main-color-pink);
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-course-inner {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.section-course-block {
    padding: 40px 0 30px;
    border-style: solid;
    border-width: 3px;
    border-radius: 14px;
    position: relative;
}
.section-course-block.cat05 {
    border-color: var(--cat05-bg-color);
}
.section-course-block.cat09 {
    border-color: var(--cat09-bg-color);
}
.section-course-block.cat12 {
    border-color: var(--cat12-bg-color);
}
section h3 {
    width: 288px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
section .cat05 h3 {
    background: var(--cat05-bg-color);
}
section .cat09 h3 {
    background: var(--cat09-bg-color);
}
section .cat12 h3 {
    background: var(--cat12-bg-color);
}
.section-course-lead {
    text-align: center;
}
.section-course-prize {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}
.section-course-prize-itm img {
    width: auto;
}
.cat05 .section-course-prize-itm img {
    height: 136px;
}
.cat09 .section-course-prize-itm img {
    height: 148px;
}
.cat09 .section-course-prize-itm:nth-child(n+3) img {
    height: 180px;
}
.cat12 .section-course-prize-itm img {
    height: 180px;
}
#requirements {
    width: 100vw;
    margin: 64px calc(50% - 50vw) 0;
    padding-top: 24px;
    padding-bottom: 40px;
    font-size: 16px;
    background: var(--main-bg-color-beige);
}
.requirements-inner {
    width: 960px;
    margin: 0 auto;
}
.requirements-list-dt {
    padding: 2em 0 0;
    color: var(--main-color-pink);
    font-weight: bold;
}
.requirements-list-dd {
    padding: 1em 0 2em;
    border-bottom: 2px dashed var(--main-color-pink);
}
.requirements-list-dd a {
    text-decoration: underline;
}
.requirements-list-dd-block:not(:first-child) {
    margin-top: 1em;
}
.requirements-list-dd-block .ttl {
    font-weight: bold;
}
.requirements-list-dd-block.cat05 .ttl {
    color: var(--cat05-txt-color);
}
.requirements-list-dd-block.cat09 .ttl {
    color: var(--cat09-txt-color);
}
.requirements-list-dd-block.cat12 .ttl {
    color: var(--cat12-txt-color);
}
.requirements-list-dd .note {
    margin-top: 1em;
    font-weight: bold;
}
.requirements-list-dd li {
    padding-left: 1em;
    position: relative;
}
.requirements-list-dd li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}
li.requirements-list-inner-list-itm::before {
    content: "●";
    font-size: .6em;
    top: .5em;
}
a[data-gtm="tocomlink"] {
    color: var(--main-color-pink);
}
a[data-gtm="tocomlink"]::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background: url("/cp/babyfood_trial_campaign/assets/img/icon_window.svg") no-repeat center / contain;
    margin-left: .1em;
    margin-right: .2em;
}
.babyfoodCP-btn {
    padding-top: 32px;
    padding-bottom: 32px;
}
.btn-area {
    line-height: 1.6;
    text-align: center;
}
.btn-area .copy {
    font-size: 20px;
    color: #000;
}
.btn-area-inner {
    width: 480px;
    margin: 0 auto;
}
.btn-area .btn {
    padding-top: 20px;
}
.btn-area .btn a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    background: rgba(228, 0, 43, 1);
    border: 1px solid #e4002b;
    border-radius: 31px;
    text-decoration: none;
    position: relative;
}
.btn-area .btn a::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    transform: rotate(45deg);
}
.btn-area .txt {
    margin-top: 20px;
    padding-right: 16px;
    font-size: 16px;
    text-align: right;
}
.btn-area .txt + .txt {
    margin-top: 8px;
}
.btn-area .txt a {
    color: #000;
    text-decoration: underline;
}
@media screen and (min-width: 769px), print {
    .main a, .main a img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .main a:hover img {
        transform: scale(1.05);
    }
    .btn-area .btn a:hover {
        color: #e4002b;
        background: #fff;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================

 SP

==========================================*/
@media screen and (max-width: 768px) {
    .main {
        font-size: calc((18 / 375) * 100vw);
        line-height: 1.6;
    }
    .section-head-mv {
        padding-top: calc((18 / 375) * 100vw);
        padding-bottom: calc((18 / 375) * 100vw);
        background-image: url("/cp/babyfood_trial_campaign/assets/img/bg-mv_sp.jpg");
    }
    .section-head-mv-h1-copy1 {
        width: calc((164 / 375) * 100vw);
    }
    .section-head-mv-h1-copy1::before, .section-head-mv-h1-copy1::after {
        width: 2px;
        height: calc((32 / 375) * 100vw);
        border-radius: 3px;
    }
    .section-head-mv-h1-copy2 {
        width: calc((338 / 375) * 100vw);
        margin-top: calc((4 / 375) * 100vw);
    }
    .section-head-mv-info {
        margin-top: calc((8 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((8 / 375) * 100vw);
    }
    .section-head-mv-info-note {
        width: calc((144 / 375) * 100vw);
    }
    .section-head-mv-info-list {
        gap: calc((16 / 375) * 100vw);
    }
    .section-head-mv-info-list-itm.cat05 {
        width: calc((100 / 375) * 100vw);
    }
    .section-head-mv-info-list-itm.cat09 {
        width: calc((100 / 375) * 100vw);
    }
    .section-head-mv-info-list-itm.cat12 {
        width: calc((92 / 375) * 100vw);
    }
    .section-head-lead {
        padding: calc((32 / 375) * 100vw) calc((16 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
        text-align: left;
        letter-spacing: 0;
    }
    .section-course {
        width: 90vw;
        margin: calc((8 / 375) * 100vw) auto 0;
    }
    section h2 {
        height: calc((54 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
        border-radius: 10px;
    }
    .section-course-inner {
        margin-top: calc((48 / 375) * 100vw);
        gap: calc((56 / 375) * 100vw);
    }
    .section-course-block {
        padding-top: calc((32 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
        border-width: 3px;
        border-radius: 14px;
    }
    section h3 {
        width: calc((220 / 375) * 100vw);
        height: calc((45 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
        border-radius: calc((30 / 375) * 100vw);
        top: calc((-24 / 375) * 100vw);
    }
    .section-course-lead {
        font-size: calc((16 / 375) * 100vw);
    }
    .section-course-prize {
        margin-top: calc((24 / 375) * 100vw);
        flex-wrap: wrap;
        gap: calc((24 / 375) * 100vw);
    }
    .cat05 .section-course-prize-itm img {
        height: calc((122 / 375) * 100vw);
    }
    .cat09 .section-course-prize-itm img {
        height: calc((140 / 375) * 100vw);
    }
    .cat09 .section-course-prize-itm:nth-child(n+3) img {
        height: calc((170 / 375) * 100vw);
    }
    .cat12 .section-course-prize-itm img {
        height: calc((170 / 375) * 100vw);
    }
    #requirements {
        margin-top: calc((24 / 375) * 100vw);
        padding-top: calc((24 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
    }
    .requirements-inner {
        width: 90vw;
    }
    .requirements-list-dt {
        padding: 1em 0 0;
    }
    .requirements-list-dd {
        padding: 1em 0;
    }
    a[data-gtm="tocomlink"]::after {
        width: calc((12 / 375) * 100vw);
        height: calc((12 / 375) * 100vw);
    }
    .babyfoodCP-btn {
        padding-top: calc((24 / 375) * 100vw);
        padding-bottom: calc((24 / 375) * 100vw);
    }
    .btn-area .copy {
        font-size: calc((16 / 375) * 100vw);
    }
    .btn-area-inner {
        width: calc((320 / 375) * 100vw);
    }
    .btn-area .btn {
        padding-top: calc((16 / 375) * 100vw);
    }
    .btn-area .btn a {
        height: calc((60 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
        border-radius: calc((30 / 375) * 100vw);
    }
    .btn-area .btn a::after {
        width: calc((8 / 375) * 100vw);
        height: calc((8 / 375) * 100vw);
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        border-radius: 2px;
        right: calc((16 / 375) * 100vw);
    }
    .btn-area .txt {
        margin-top: calc((16 / 375) * 100vw);
        padding-right: calc((16 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
    }
    .btn-area .txt + .txt {
        margin-top: calc((4 / 375) * 100vw);
    }
    .u-none--sp {
        display: none !important;
    }
}
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    width: 1000px;
    border: 4px #ccc solid;
    color: #eb0028;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.type_fin {
    color: #eb0028;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .endAnnounce {
        font-size: calc(20 / 375 * 100vw);
        width: 96%;
    }
}

.requirements-list-dd-date {
    background:var(--main-bg-color-beige);
    font-size:16px;
}
@media screen and (max-width: 768px) {
    #iframe_1 {
        height:calc(25 / 375 * 100vw); 
    }
    .requirements-list-dd-date {
        font-size: calc((16 / 337.5) * 100vw);
    }
}