:root {
    --sp-font-size: 10px;
    --sp-accent-color: #f9647b;
}
#container {
    padding-top: 10px;
}
#menu-wrap a:not(.Button) {
    text-decoration: none;
}
#menu-wrap {
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
}
#menu-wrap * {
    box-sizing: border-box;
    letter-spacing: 0.05em;
}
#menu-container {
    position: relative;
}
#menu-container ul {
    list-style: none;
    padding: 0;
}
#menu-container i, #menu-container span {
    font-style: normal;
}
#menu-container img {
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
#menu-container h1 {
    margin: 0;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
}
#menu-container h2,
#menu-container h3 {
    position: relative;
    font: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    font-weight: bold;
    text-align: center;
}
#menu-container .content-text {
    line-height: 2;
    font-weight: 400;
    color: #444;
}
#menu-container .marugo {
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
}

.cannaellnmn .content-box {
    width: 540px;
    margin-inline: auto;
}

.content-inner {
    padding: 0 5%;
}

#menu-container .content-head {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
}

#menu-container .content-head span {
    color: var(--sp-accent-color);
    letter-spacing: 0.12em;
}

#menu-container .content-head-sub {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
    text-align: center;
}

#menu-container .attention {
    font-size: 11px;
    opacity: 0.8;
    line-height: 1.5;
}


.main-bg-wrap {
    background: url(../img/main_bg.jpg) no-repeat top center;
}

#main {
}

.main-box {
    padding-bottom: 86%;
}

#main h1.main-head {
    padding-top: 90px;
    text-align: center;
}

.main-text {
    margin-top: 35px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.main-bottom {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

#recommend {
    position: relative;
    z-index: 1;
}

.recommend-box {
    padding: 45px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 80px rgba(243 117 98 / 0.2);
}

#recommend .recommend-head {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

#recommend .recommend-head span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}

.recommend-point {
    margin-top: 40px;
}

.recommend-point li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.recommend-point li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: -10px;
    left: -3px;
    background: url(../img/recommend_check_icon.svg) no-repeat center;
}

.recommend-point li:not(:last-of-type) {
    margin-bottom: 35px;
}

.recommend-point li strong {
    color: var(--sp-accent-color);
    background-color: #feeff2;
}

#cannaell {
    position: relative;
    padding-top: 220px;
    padding-bottom: 80px;
    margin-top: -170px;
    background: url(../img/cannaell_bg.jpg) no-repeat top center;
    z-index: 0;
}

#cannaell .cannaell-head {
    padding-left: 60px;
    padding-bottom: 80px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.cannaell-head span {
    display: block;
    text-align: right;
    letter-spacing: 0.15em;
}

.cannaell-head-first {
    font-size: 25px;
    background: linear-gradient(#fd568f,#eb8f3d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cannaell-head-second {
    margin-right: 35px;
    font-size: 20px;
}

.cannaell-logo {
    margin-top: -20px;
    text-align: center;
}

.cannaell-text {
    margin-top: 35px;
    line-height: 2;
    text-align: center;
}

#component {
    padding-top: 360px;
    background: url(../img/component_bg.jpg) no-repeat top center;
}

/* #component .component-head {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
} */

/* #component .component-head span {
    color: var(--sp-accent-color);
} */

.component-head-text {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.component-text {
    text-align: center;
    line-height: 2;
}

.component-text + .attention {
    margin-top: 30px;
    text-align: center;
}

.component-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.component-item li {
    padding: 25px 0;
    width: calc((100% / 3));
    text-align: center;
}

.component-item li:nth-of-type(1) {
    background-color: rgba(69 104 165 / 1.0);
}

.component-item li:nth-of-type(2) {
    background-color: rgba(69 139 165 / 1.0);
}

.component-item li:nth-of-type(3) {
    background-color: rgba(89 190 177 / 1.0);
}

.component-name {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.component-content {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#component-detail {
    position: relative;
    margin-top: 75px;
    background: url(../img/component_detail_bg.jpg) no-repeat top center;
    background-size: cover;
    z-index: 1;
}

#component-detail::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255 255 255 / 0.0), rgba(255 255 255 / 1.0));
    z-index: -1;
}

.component-detail {
    padding: 50px 5%;
    mix-blend-mode: multiply;
    border: 1px solid rgba(0 0 0 / 0.03);
}

.component-detail:not(:last-of-type) {
    margin-bottom: 10px;
}

.component-detail:nth-of-type(1) {
    background-color: rgba(69 104 165 / 0.1);
}

.component-detail:nth-of-type(2) {
    background-color: rgba(69 139 165 / 0.1);
}

.component-detail:nth-of-type(3) {
    background-color: rgba(89 190 177 / 0.1);
}

#component-detail .component-detail-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.component-detail-num {
    display: inline-block;
    width: 70px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 2em;
}

.component-detail:nth-of-type(1) .component-detail-num {
    background-color: rgba(69 104 165 / 1.0);
}

.component-detail:nth-of-type(2) .component-detail-num {
    background-color: rgba(69 139 165 / 1.0);
}

.component-detail:nth-of-type(3) .component-detail-num {
    background-color: rgba(89 190 177 / 1.0);
}

.component-detail-name {
    font-size: 32px;
    font-weight: bold;
}

.component-detail-text {
    line-height: 2;
}

.component-detail-text strong {
    font-weight: bold;
}

.component-detail-text + .component-detail-img {
    margin-top: 35px;
}

.component-detail-img + .component-detail-text {
    margin-top: 35px;
}

.component-detail-img img {
    width: 100%;
    height: auto;
}

#cost {
    position: relative;
    background-color: #1e2b41;
    color: #fff;
    padding-top: 190px;
    padding-bottom: 190px;
}

#cost::before {
    content: "";
    position: absolute;
    display: block;
    width: 2000px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/cost_bg_top.svg) no-repeat top center;
}

#cost::after {
    content: "";
    position: absolute;
    display: block;
    width: 2000px;
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    background: url(../img/cost_bg_top.svg) no-repeat top center;
}

.cost-table-wrap {
    margin-top: 40px;
}

.cost-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #374c73;
    border-radius: 10px;
}

.cost-table th,
.cost-table td {
    width: 50%;
    padding: 20px 25px;
    border-bottom: 1px solid #374c73;
    text-align: left;
}

.cost-table th {
    font-weight: bold;
}

.cost-table tr:first-of-type th {
    font-size: 13px;
    background-color: #374c73;
}

.cost-table tr:first-of-type th:last-of-type {
    padding-left: 0;
}

.cost-table td {
    padding-left: 0;
}

.cost-table tr:last-of-type td {
    font-size: 20px;
    font-weight: bold;
}

.cannaell-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f9856b, #fea53e);
}

.cannaell-table th,
.cannaell-table td {
    width: 50%;
    padding: 30px 25px;
    text-align: left;
    font-weight: bold;
}

.cannaell-table th {
    font-size: 20px;
}

.cannaell-table td {
    padding-left: 0;
    font-size: 24px;
}

.cost-table-wrap .attention {
    margin-top: 20px;
}

.cost-img {
    margin-top: 40px;
}

.cost-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.cost-quality {
    margin-top: 60px;
}

#cost .cost-quality-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    color: #fb9555;
    font-size: 18px;
    font-weight: bold;
}

#cost .cost-quality-head::before,
#cost .cost-quality-head::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fb9555;
}

.cost-quality-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin-top: 70px;
}

.cost-quality-list li {
    position: relative;
    width: calc((100% - 10px) / 2);
    padding: 60px 25px 25px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.cost-quality-list li::before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cost-quality-list li:nth-of-type(1)::before {
    background-image: url(../img/quality_icon01.png);
}

.cost-quality-list li:nth-of-type(2)::before {
    background-image: url(../img/quality_icon02.png);
}

.quality-img img {
    width: 100%;
    height: auto;
}

.quality-head {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fb9555;
    text-align: center;
    line-height: 1.7;
}

.quality-text {
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
}

#trouble {}

.trouble-box:not(:last-of-type) {
    margin-bottom: 40px;
}

.trouble-img {}

.trouble-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.trouble-info {
    margin-top: 40px;
}

.trouble-info-head {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.trouble-info-head::before {
    content: "";
    position: absolute;
    display: block;
    width: 95px;
    height: 65px;
    top: 50%;
    left: 0;
    transform: translateY(-85%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.trouble-box:nth-of-type(1) .trouble-info-head::before {
    background-image: url(../img/trouble_num01.png);
}

.trouble-box:nth-of-type(2) .trouble-info-head::before {
    background-image: url(../img/trouble_num02.png);
}

.trouble-box:nth-of-type(3) .trouble-info-head::before {
    background-image: url(../img/trouble_num03.png);
}

.trouble-list li {
    padding: 20px 15px;
    background-color: #f0f0f0;
    text-align: center;
    font-weight: bold;
}

.trouble-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.trouble-list li strong {
    color: var(--sp-accent-color);
}

#monitor {
    position: relative;
    margin: 190px 0;
    background-color: #f0f0f0;
}

#monitor::before {
    content: "";
    position: absolute;
    display: block;
    width: 2000px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background: url(../img/voice_bg_top.svg) no-repeat top center;
    z-index: 0;
}

#monitor::after {
    content: "";
    position: absolute;
    display: block;
    width: 2000px;
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
    background: url(../img/voice_bg_top.svg) no-repeat top center;
    z-index: 0;
}

.monitor-box-wrap {
    margin-top: 40px;
}

.monitor-box-wrap + .attention {
    margin-top: 25px;
    text-align: center;
}

.monitor-box {
    position: relative;
    padding: 40px 30px 30px 30px;
    background-color: #fafafa;
    border-radius: 10px;
    box-shadow: 0 0 0 5px #fff inset, 0 0 60px rgba(0 0 0 / 0.03) inset, 0 0 30px rgba(0 0 0 / 0.05);
    z-index: 1;
}

.monitor-box:not(:last-of-type) {
    margin-bottom: 30px;
}

.monitor-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.monitor-box:nth-of-type(1)::before {
    background-image: url(../img/monitor_num01.png);
}

.monitor-box:nth-of-type(2)::before {
    background-image: url(../img/monitor_num02.png);
}

.monitor-box:nth-of-type(3)::before {
    background-image: url(../img/monitor_num03.png);
}

.monitor-box:nth-of-type(4)::before {
    background-image: url(../img/monitor_num04.png);
}

.monitor-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.monitor-face {
    width: 100px;
}

#monitor .monitor-title {
    flex: 1;
    padding-right: 20px;
    line-height: 2;
    text-align: left;
    font-size: 18px;
}

.monitor-text {
    margin-top: 30px;
    line-height: 2;
}

#voice .content-btn-wrap {
    flex-direction: column;
    gap: 15px;
}

#howtosp {
    padding-top: 130px;
    padding-bottom: 400px;
    background: url(../img/howto_bg.jpg) no-repeat top center;
}

#howtosp .howtosp-head {
    padding: 0.75em;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, #5ed1e1, #e8bddb);
    color: #fff;
    border-radius: 2em;
    letter-spacing: 0.1em;
}

.howtosp-box {
    width: 50%;
    margin-top: 70px;
    padding: 25px 30px;
    background-color: rgba(255 255 255 / 0.75);
    box-shadow: 0 0 0 1px rgba(255 255 255 / 0.8), 0 0 20px rgba(255 255 255 / 1.0);
    border-radius: 10px;
}

.howtosp-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.howtosp-text strong {
    color: var(--sp-accent-color);
}

#detail-cannaellnmn {
    margin-top: -120px;
}


#menu-wrap .content-common-box {
    margin-top: 75px;
    padding-top: 60px;
}
#menu-wrap .content-common-head {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.10em;
    line-height: 1.5;
}
#menu-wrap .about-purchase {
    margin-top: 75px;
}

.wp-block-columns {
    display: none;
}

@media (hover: hover) {
}

@media (max-width: 576px) {
    #container {
        padding-top: 0;
    }
    #menu-wrap {
        padding-bottom: 40px;
        overflow: hidden;
    }
    #menu-container {
        padding-bottom: 0;
    }
    #menu-container img {
        width: 100%;
        height: auto;
    }
    #menu-container .content-text {
        font-size: 15px;
    }
    
    .cannaellnmn .content-box {
        width: 100%;
    }
    
    #menu-wrap .content-common-head {
        font-size: 20px;
    }


    .cannaellnmn .content-box {
        width: 100%;
    }

    .main-bg-wrap {
        background-size: 1540px;
    }

    #main h1.main-head {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-text {
        margin-top: 35px;
        font-size: 18px;
    }

    .main-bottom {
        margin-top: 20px;
    }

    .recommend-box {
        padding: 35px 20px 35px 30px;
    }

    #recommend .recommend-head {
        font-size: 22px;
    }

    #recommend .recommend-head span {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .recommend-point {
        margin-top: 30px;
    }

    .recommend-point li {
        /* padding-left: 36px; */
        font-size: 15px;
        line-height: 1.7;
    }

    .recommend-point li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .recommend-point li::before {
        width: 26px;
        height: 28px;
        top: 45%;
        left: -3px;
        transform: translateY(-50%);
        background-size: contain;
    }

    #cannaell {
        padding-top: 200px;
        padding-bottom: 60px;
        margin-top: -150px;
        background-size: 1360px;
    }

    #cannaell .cannaell-head {
        padding-left: 25px;
        padding-bottom: 40px;
    }

    #cannaell .cannaell-head-first {
        font-size: 23px;
        letter-spacing: 0.1em;
    }

    .cannaell-logo {
        margin-top: 30px;
        padding: 0 45px;
        margin-bottom: 30px;
    }

    .cannaell-text {
        margin-top: 20px;
        font-size: 15px;
        text-align: left;
    }

    .cannaell-text br {
        display: none;
    }

    #component {
        padding-top: 320px;
        background-size: 1500px;
    }

    #menu-container .content-head {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.7;
    }

    #menu-container .content-head i {
        display: none;
    }

    #menu-container .content-head-sub {
        font-size: 14px;
    }

    .component-head-text {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .component-text {
        font-size: 15px;
        text-align: left;
    }

    .component-text br {
        display: none;
    }

    .component-text + .attention {
        margin-top: 1.0em;
        text-align: left;
    }

    .component-name {
        font-size: 11px;
    }

    .component-content {
        font-size: 16px;
    }

    #component-detail {
        margin-top: 40px;
    }

    .component-detail {
        padding: 40px 5%;
        border: none;
    }

    .component-detail:not(:last-of-type) {
        margin-bottom: 5px;
    }

    #component-detail .component-detail-head {
        gap: 15px;
        margin-bottom: 20px;
    }

    .component-detail-num {
        width: 64px;
        padding: 8px;
        font-size: 12px;
    }

    .component-detail-text {
        font-size: 15px;
    }

    .component-detail-name {
        font-size: 24px;
    }

    #cost {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #cost::before, #cost::after {
        display: none;
        width: 101%;
        height: 40px;
        background-size: contain;
    }

    .cost-table-wrap {
        margin-top: 30px;
    }

    .cost-table th, .cost-table td {
        padding: 15px 20px;
        font-size: 14px;
    }

    .cost-table tr:first-of-type th:last-of-type {
        text-align: right;
    }

    .cost-table td {
        padding-left: 0;
        text-align: right;
    }

    .cost-table tr:last-of-type td {
        font-size: 18px;
        font-weight: bold;
    }

    .cannaell-table th, .cannaell-table td {
        padding: 20px 20px;
    }

    .cannaell-table th {
        font-size: 18px;
    }

    .cannaell-table td {
        padding-left: 0;
        font-size: 20px;
        text-align: right;
    }

    .cost-img {
        margin-top: 30px;
    }

    .cost-quality {
        margin-top: 45px;
    }

    #cost .cost-quality-head {
        display: block;
    }

    #cost .cost-quality-head::before, #cost .cost-quality-head::after {
        display: none;
    }

    .cost-quality-list {
        flex-direction: column;
        gap: 50px;
        margin-top: 70px;
    }

    .cost-quality-list li {
        position: relative;
        width: 100%;
        padding: 60px 25px 25px 25px;
        background-color: #fff;
        border-radius: 10px;
    }

    .quality-img {
        text-align: center;
    }

    .cost-quality-list li:nth-of-type(2) .quality-img {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    #cost .quality-img img {
        width: 70%;
    }

    .quality-head br {
        display: none;
    }

    #trouble {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .trouble-info {
        margin-top: 25px;
    }

    .trouble-info-head {
        padding-top: 70px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .trouble-info-head::before {
        width: 70px;
        height: 50px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .trouble-list li {
        padding: 15px 15px;
        line-height: 1.7;
    }

    .trouble-list li i {
        display: none;
    }

    #monitor {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #monitor::before,
    #monitor::after {
        display: none;
    }

    .monitor-box {
        padding: 25px;
    }

    .monitor-box::before {
        width: 90px;
        height: 90px;
    }

    .monitor-title-box {
        flex-direction: column;
        gap: 15px;
    }

    #monitor .monitor-title {
        padding-right: 0;
        font-size: 18px;
    }

    .monitor-text {
        margin-top: 20px;
        font-size: 15px;
    }

    #voice .content-common-box {
        margin-top: 0;
        padding-top: 60px;
        border-top: none;
    }

    #howtosp {
        padding-top: 400px;
        padding-bottom: 60px;
        margin-top: -50px;
        background: url(../img/howto_bg.jpg) no-repeat top center;
        background-size: 900px;
    }

    #howtosp .howtosp-head {
        padding: 0.75em;
        font-size: 18px;
    }

    .howtosp-box {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

    .howtosp-text {
        font-size: 15px;
        text-align: center;
    }

    #detail-cannaellnmn {
        margin-top: -60px;
    }

    #detail.content-common-box {
        margin-top: 0;
        padding-top: 60px;
        border-top: none;
    }
}