@charset "UTF-8";

/* reset.scss start*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}


/* reset.scss end*/


/* setting.scss start*/

body {
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}

.faq_Box-title::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boxwrap {
    width: 1000px;
    margin: 0 auto;
}

.header-boxwrap {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .boxwrap {
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.header_sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .boxwrap {
        width: 90%;
    }
    .header_pc {
        display: none !important;
    }
    .header_sp {
        display: block !important;
    }
}

.widthWrap {
    max-width: 1200px;
    margin: 0 auto;
}

.fade,
.cvArea_textArea-btnWrap .btnLink_long,
.cvArea_textArea-btnFlex .btnLink,
.headerArea_flex-nomalLink,
.headerArea_flex-BtnLink,
.l-footer .l-footer-shopinfo__logo a,
.l-footer .l-footer-sns-list__item a,
.header-sns-list .header-sns-list-item a:hover,
.back:hover {
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.fade:hover,
.cvArea_textArea-btnWrap .btnLink_long:hover,
.cvArea_textArea-btnFlex .btnLink:hover,
.headerArea_flex-nomalLink:hover,
.headerArea_flex-BtnLink:hover,
.l-footer .l-footer-shopinfo__logo a:hover,
.l-footer .l-footer-sns-list__item a:hover,
.header-sns-list .header-sns-list-item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mv_mainArea-logo img,
.mv_mainArea-chach img,
.mv_bottle-list li,
.mv_bottle-img img,
.youtube_Box img,
.cvArea_textArea-main .price img,
.cvArea_textArea-btnWrap .btnLink_long img,
.recommend_Box-img img,
.point_Box-img1 img,
.point_Box-img2 img,
.deliciousArea_logo img,
.deliciousArea_icon1 img,
.deliciousArea_icon2 img,
.deliciousArea_icon3 img,
.deliciousArea_chach img,
.deliciousArea_bottle img,
.footerImg img,
.headerArea_logo img,
.l-footer .l-footer-shopinfo__logo img {
    width: 100%;
    height: auto;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 568px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}

@media screen and (max-width: 568px) {
    .sp {
        display: block !important;
    }
}

.ipad {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .ipad {
        display: block !important;
    }
}

.ipad_pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .ipad_pc {
        display: none !important;
    }
}

.ipadPro_sp {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .ipadPro_sp {
        display: block !important;
    }
}

.ipadPro_pc {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .ipadPro_pc {
        display: none !important;
    }
}

.pc_inline {
    display: inline-block !important;
}

@media screen and (max-width: 568px) {
    .pc_inline {
        display: none !important;
    }
}

.sp_inline {
    display: none !important;
}

@media screen and (max-width: 568px) {
    .sp_inline {
        display: inline-block !important;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

* {
    min-width: 0;
    min-height: 0;
}

a {
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
}


/* setting.scss end*/

header {
    position: fixed;
    background: #fff;
    height: 90px;
    width: 100%;
    display: flex;
    z-index: 100;
    box-shadow: 0 0 8px rgba(000, 000, 000, 0.1);
    top: 0;
    left: 0;
}

header .headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .headerFlex .headerLeft {
    display: flex;
    width: 65%;
    align-items: center;
}

header .headerFlex .headerLeft .headerTell {
    margin-right: 30px;
}

header .headerFlex .headerLogo {
    width: 150px;
}

header .headerFlex .headerLogo img {
    vertical-align: bottom;
}

.mangaLP {
    padding-top: 90px;
}

.mangaLP .mv_area .mvBtm-text {
    background: #ff5500;
    padding: 20px 0;
}

.mangaLP .mv_area .mvBtm-text p {
    color: #fff;
    text-align: center;
}

.mangaLP .start {
    background: #fffad2;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.mangaLP .start .centerWhite {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}

.mangaLP .start .start-img {
    width: 62%;
    margin: 0 auto;
}

.mangaLP .worries {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/worriesBg.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/worriesBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 140px;
}

.mangaLP .worriesAnswer {
    margin-top: -5%;
}

.mangaLP .mangaArea {
    background: #fff;
}

.mangaLP .mangaArea .manga-img {
    margin-top: -4%;
    z-index: 1;
    position: relative;
}

.mangaLP .omakaseArea {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/omakaseBg.gif);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/omakaseBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 160px;
    background-position: center 90%;
    z-index: 1;
    position: relative;
}

.mangaLP .omakaseArea .omakase-box {
    background: #fff;
    border-radius: 15px;
    padding: 60px 50px;
    width: 48%;
    margin-right: 30%;
}

.mangaLP .omakaseArea .omakase-box .omakaseText {
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 30px 0;
    font-weight: 600;
}

.mangaLP .omakaseArea .omakase-box .omakaseText span {
    font-size: 30px;
    background-color: #FF5502;
    color: #fff;
    padding: 0 3px;
    margin-right: 2px;
}

.mangaLP .omakaseArea .omakaseCat {
    position: absolute;
    width: 50%;
    right: 12.5%;
    z-index: -1;
    top: 11%;
}

.mangaLP .kuwashikuArea {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/kuwashikuBg.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/kuwashikuBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 90px;
}

.mangaLP .kuwashikuArea .kuwashikuTop {
    display: flex;
}

.mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-img {
    flex: 1;
}

.mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-text {
    flex: 1;
    margin-left: 30px;
    margin-top: 10%;
}

.mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-text p {
    font-size: 22px;
    color: #fff;
    margin-top: 70px;
    font-weight: 600;
}

.mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-text p .small {
    font-size: 17px;
    display: block;
    margin-top: 40px;
    font-weight: 500;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-ttl {
    width: 90%;
    margin: 0 auto;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox2 .kuwashikuBox-ttl {
    width: 40%;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    padding: 60px 40px;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox:first-child {
    margin-top: 40px;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox:last-child {
    margin-bottom: 0;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-img {
    display: flex;
    margin: 40px 0;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-img picture:first-child {
    margin-right: 40px;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-txt p {
    line-height: 1.7;
}

.mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-txt p .orange-text {
    display: block;
    color: #ff5500;
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
}

.mangaLP .onlinStoreArea {
    padding: 100px 0 60px;
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/onlineBg1.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/onlineBg1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mangaLP .onlinStoreArea .planFlex {
    display: flex;
    gap: 30px;
}

.mangaLP .onlinStoreArea .onlinStore-ttl {
    width: 85%;
    margin: 0 auto;
}

.mangaLP .onlinStoreArea .onlinStore-topText {
    text-align: center;
    margin: 30px auto;
}

.mangaLP .onlinStoreArea2 .nantoBox .nanto-text p {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.mangaLP .onlinStoreArea2 {
    margin: 0 0 60px;
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/onlineBg2.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/onlineBg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.mangaLP .onlinStoreArea2 .nantoBox .nanto-text {
    margin-top: 40px;
}

.mangaLP .onlinStoreArea2 .nantoBox .nanto-text p .bigOrange-text {
    display: block;
    color: #ff5500;
    font-size: 43px;
    font-weight: 700;
    margin-top: 30px;
}

.mangaLP .minogashi {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/minogashiBg.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/minogashiBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.mangaLP .minogashi {
    padding: 60px 0;
}

.mangaLP .minogashi p {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.mangaLP .minogashi p {
    font-size: 28px;
}

.mangaLP .minogashi .lineText {
    margin: 10px auto 15px;
}

.mangaLP .minogashi .lineText .underLine {
    font-size: 45px;
    margin: 10px auto 15px;
    width: fit-content;
    background: linear-gradient(transparent 70%, #ff7e3f 60%);
}

.mangaLP .minogashi .small-text {
    font-size: 16px;
}

.mangaLP .btnArea {
    padding: 60px;
}

.mangaLP .btnArea p {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.mangaLP .btnArea .brn-img {
    max-width: 793px;
    margin: 0 auto;
}

.mangaLP .btnArea.btnArea--03 {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/btnBg.gif);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/btnBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mangaLP .hikakuArea {
    background: #fff6b4;
    padding: 110px 0 120px;
    position: relative;
}

.mangaLP .hikakuArea .hikakuCat1,
.mangaLP .hikakuArea .hikakuCat2 {
    position: absolute;
    width: 10%;
}

.mangaLP .hikakuArea .hikakuCat1 {
    right: 0;
}

.mangaLP .hikakuArea .hikakuCat2 {
    left: 0;
    bottom: -10%;
}

.mangaLP .hikakuArea .ttl-img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.mangaLP .syoukaiArea {
    position: relative;
}

.mangaLP .syoukaiArea .syoukai-img {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/syoukaibg.gif);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/syoukaibg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.mangaLP .syoukaiArea .syoukai-img img {
    width: 75%;
    margin: 0 auto;
}

.mangaLP .syoukaiArea .fukidashi {
    margin: -10% auto 0;
}

.mangaLP .syoukaiArea .syoukai-text {
    margin: 35px 0 80px;
}

.mangaLP .syoukaiArea .syoukai-text p {
    line-height: 1.7;
}

.mangaLP .ryoukinArea {
    background: #fffad2;
    padding: 110px 0 120px;
}

.mangaLP .caseArea {
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/other/minogashiBg.jpg);
    background-image: url(https://neko-te.co.jp//wp-content/themes/nekonote/manga/images/webp/minogashiBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
}

.mangaLP .caseArea .caseBox {
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 30px;
}

.mangaLP .caseArea .caseTtl {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.mangaLP .caseArea .caseBox:last-child {
    margin-bottom: 0;
}

.mangaLP .caseArea .caseBox .caseFrex {
    display: flex;
}

.mangaLP .caseArea .caseBox .caseFrex .case-img {
    margin-right: 45px;
    width: 25%;
}

.mangaLP .caseArea .caseBox .caseFrex .case-text {
    width: 70%;
}

.mangaLP .caseArea .caseBox .caseFrex .case-text h3 {
    margin-bottom: 40px;
}

.mangaLP .caseArea .caseBox .caseFrex .case-text p {
    font-size: 16px;
    line-height: 1.7;
}

.mangaLP .caseArea .caseBox .case-ttl {
    width: 15%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mangaLP .jissekiArea {
    /* padding: 100px 0 130px; */
    padding: 10% 0 14%;
    background-image: url(../images/other/jissekiBg.jpg);
    background-image: url(../images/webp/jissekiBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mangaLP .jissekiArea .jisseki-ttl {
    /* margin: 0 auto 180px; */
    margin: 0 auto 8%;
    width: 80%;
}

.mangaLP .jissekiArea .jisseki-img {
    margin: 0 auto;
    max-width: 671px;
}

.mangaLP .contactArea {
    padding: 0 0 130px;
    background-image: url(../images/other/kuwashikuBg.jpg);
    background-image: url(../images/webp/kuwashikuBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.mangaLP .contactArea .contact-ttl {
    width: 80%;
    margin: 0 auto;
}

.mangaLP .contactArea .formBox {
    background: #fff;
    border-radius: 15px;
    padding: 70px 40px;
    margin-top: -3%;
    z-index: 1;
    position: relative;
}

form {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.required {
    display: block;
    color: #f06566;
    font-size: 13px;
}

.contact-menu {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
}

.contact-menu:last-child {
    border-bottom: none;
}

.boNone {
    border-bottom: none;
}

label,
.contact-menu_l {
    width: 20%;
    font-size: 16px;
    line-height: 1.8;
}

.contact-menu_r {
    width: 80%;
}

input,
textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    background: #f7f7f7;
    border-radius: 5px;
}

textarea {
    height: 250px;
}

input,
.contact-menu_r input, 
.contact-menu_r textArea {
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    box-sizing: border-box;
}

.names {
    display: flex;
    width: 80%;
}

.names .contact-menu_r:first-child {
    margin-right: 20px;
}

.names input {
    width: 100%;
}

.tyumon-bangou {
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-right: 7%;
}

.submitBtn {
    width: 40%;
    margin: 0 auto;
    display: block;
    border: none;
    background: #ff5500;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
}

.scrollable-content {
    max-height: 150px;
    overflow-y: auto;
    padding: 25px 40px 25px 25px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 20px 0 25px;
}

.scrollable-content p {
    font-weight: 300;
    color: #5a5656;
    font-size: 14px;
}

.privacy h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.check {
    text-align: center;
}

.check .required {
    display: inline-block;
}

.check .contact-menu_l {
    font-weight: 400;
}

.check input {
    width: auto;
}

.soudan {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 50px 0 20px;
}

.privacy {
    margin-top: 50px;
}

footer {
    background: #ff5500;
    padding: 20px 0;
}

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.error {
    display: block;
    font-size: 14px;
}

.back {
    width: 40%;
    margin: 0 auto;
    display: block;
    color: #000;
    border: 1px solid #ff5500;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .mangaLP .omakaseArea .omakaseCat {
        width: 76%;
        right: 2.5%;
    }
    .mangaLP .omakaseArea .omakase-box {
        width: 66%;
    }
    .mangaLP .onlinStoreArea2 .nantoBox .nanto-text p .bigOrange-text {
        font-size: 40px;
    }
    .mangaLP .hikakuArea .hikakuCat2 {
        bottom: -7%;
    }
    .mangaLP .syoukaiArea .syoukai-img img {
        width: 100%;
    }
    .mangaLP .worries {
        padding: 30px 0 80px;
    }
    .mangaLP .omakaseArea {
        padding: 110px 0 100px;
    }
    .mangaLP .ryoukinArea {
        padding: 110px 0 90px;
    }
}

@media screen and (max-width: 751px) {
    .mangaLP .omakaseArea .omakase-box {
        width: 90%;
        margin: 0 auto;
    }
    .mangaLP .omakaseArea .omakaseCat {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .mangaLP {
        padding-top: 65px;
    }
    .names .contact-menu_r:first-child {
        margin-right: 10px;
    }
    .names {
        width: 100%;
    }
    .mangaLP .start .start-img {
        width: 100%;
    }
    .mangaLP .omakaseArea .omakase-box {
        width: 90%;
        margin-right: 0;
        margin: 0 auto;
        padding: 30px 15px;
    }
    .mangaLP .omakaseArea .omakase-box .omakaseText {
        font-size: 14px;
        padding: 15px 0;
    }
    .mangaLP .omakaseArea .omakase-box .omakaseText span {
        font-size: 16px;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-img {
        flex-wrap: wrap;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-img picture:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-img {
        flex: auto;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-ttl {
        width: 70%;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox2 .kuwashikuBox-ttl {
        width: 50%;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox {
        padding: 30px 15px;
    }
    .mangaLP .onlinStoreArea .onlinStore-ttl {
        width: 100%;
    }
    .mangaLP .onlinStoreArea .onlinStore-topText {
        text-align: left;
        font-size: 16px;
    }
    .mangaLP .onlinStoreArea2 .nantoBox .nanto-text p {
        font-size: 19px;
    }
    .mangaLP .onlinStoreArea2 .nantoBox .nanto-text p .bigOrange-text {
        font-size: 29px;
    }
    .mangaLP .minogashi p {
        font-size: 19px;
    }
    .mangaLP .minogashi .lineText .underLine {
        font-size: 29px;
    }
    .mangaLP .minogashi .small-text {
        font-size: 14px;
    }
    .mangaLP .minogashi {
        padding: 40px 0;
    }
    .mangaLP .btnArea {
        padding: 25px 0;
    }
    .mangaLP .btnArea p {
        font-size: 18px;
    }
    header {
        height: 65px;
    }
    header .headerFlex .headerLeft {
        justify-content: flex-end;
    }
    header .headerFlex .headerLeft .headerTell {
        margin-right: 10px;
        width: 30%;
    }
    header .headerFlex .headerLeft .headerbtn {
        width: 30%;
    }
    header .headerFlex .headerLogo {
        width: 27%;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-txt p {
        line-height: 1.5;
        font-size: 16px;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-img {
        margin: 30px 0;
    }
    .mangaLP .kuwashikuArea .kuwashikuContents .kuwashikuBox .kuwashikuBox-txt p .orange-text {
        font-size: 14px;
        margin-top: 25px;
    }
    .mangaLP .worries {
        padding: 30px 0 50px;
    }
    .mangaLP .omakaseArea {
        padding: 50px 0;
    }
    .mangaLP .onlinStoreArea {
        padding: 40px 0 60px;
    }
    .mangaLP .onlinStoreArea2 {
        margin: 0 0 40px;
    }
    .hikakuHyo {
        overflow: scroll;
    }
    .hikakuHyo img {
        width: 680px;
        padding: 0 10px 45px;
    }
    .mangaLP .onlinStoreArea .planFlex {
        display: flex;
        flex-direction: column;
    }
    .mangaLP .onlinStoreArea .boxwrap .planFlex {
        padding: 0;
    }
    .mangaLP .syoukaiArea .syoukai-img img {
        width: 100%;
    }
    .mangaLP .syoukaiArea .fukidashi {
        margin: -15% auto 0;
    }
    .mangaLP .syoukaiArea .syoukai-text {
        margin: 15px 0 50px;
    }
    .mangaLP .ryoukinArea {
        padding: 0;
    }
    .mangaLP .caseArea .caseTtl {
        width: 100%;
        margin-bottom: 25px;
    }
    .mangaLP .caseArea {
        padding: 40px 0;
    }
    .mangaLP .contactArea .contact-ttl {
        width: 100%;
    }
    .contact-menu {
        flex-wrap: wrap;
    }
    input {
        padding: 20px 15px;
    }
    label,
    .contact-menu_l {
        width: 100%;
        margin-bottom: 10px;
    }
    input,
    textarea,
    .contact-menu_r {
        width: 100%;
    }
    .required {
        display: inline-block;
    }
    .mangaLP .contactArea .formBox {
        padding: 40px 15px;
    }
    form {
        margin-top: 40px;
    }
    .tyumon-bangou {
        text-align: left;
    }
    .check {
        text-align: left;
    }
    .check .required {
        display: block;
        margin-left: 5%;
    }
    .submitBtn,
    .back {
        width: 100%;
    }
    .mangaLP .contactArea {
        padding: 0 0 70px;
    }
    .mangaLP .jissekiArea {
        padding: 50px 0;
        background-image: url(../images/other/sp/jissekiBg.jpg);
        background-image: url(../images/webp/sp/jissekiBg.webp);
    }
    .mangaLP .jissekiArea .jisseki-ttl {
        margin: 0 auto 180px;
    }
    .mangaLP .jissekiArea .jisseki-img {
        margin: 0 auto 190px;
    }
    .mangaLP .kuwashikuArea .kuwashikuTop .kuwashiku-text {
        margin-left: 0;
    }
    .scrollable-content {
        padding: 20px 25px 20px 20px;
    }
    .mangaLP .syoukaiArea .syoukai-text p {
        font-size: 16px;
    }
    .mangaLP .kuwashikuArea {
        padding: 40px 0 45px;
    }
    .mangaLP .hikakuArea {
        padding: 60px 0;
    }
    .mangaLP .omakaseArea .omakase-box .omakaseText {
        margin: 15px 0;
    }
}

@media screen and (max-width: 398px) {
    label,
    .contact-menu_l {
        font-size: 14px;
    }
    .mangaLP .onlinStoreArea2 .nantoBox .nanto-text p .bigOrange-text {
        font-size: 27px;
    }
}

.grecaptcha-badge {
    z-index: 10;
}

.form-container {
    margin-top: 120px;
    margin-bottom: 80px;
}
@media screen and (max-width: 751px) {
    .form-container {
        margin-top: 60px;
    }
}