@import url("https://use.typekit.net/oma5gsg.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga&display=swap');
html {
    overflow-x: hidden !important;
    scroll-padding-top: 80px;
}

body {
    font-size: 15px !important;
    line-height: 1.8 !important;
    letter-spacing: 0.065em;
    color: #333 !important;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
}

main{
    margin-top: 64px;
}

:root {
    --themecolor: #E0740E;
    --themedkcolor: #8e4b0d;
    --subcolor: #4A0B0D;
    --daidai: #D6771D;
    --lightcolor: #85e1dd;
    --basecolor: #f8f7f5;
    --line: #00b900;
    --facebook: #1877f2 !important;
    --bs-font-sans-serif: "Noto Sans JP", sans-serif;
    --bs-body-color: #212529 !important;
    --bs-body-bg: #ffffff !important;
}

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

.text-theme {
    color: var(--themecolor) !important;
}

.text-sub {
    color: var(--subcolor) !important;
    line-height: 1.6;
}

.maru {
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: bold;
}

.giga {
    font-family: 'Lexend Giga', sans-serif !important;
    letter-spacing: 0em;
}

.w-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.w-50 {
    width: 50%;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.row-howto {
    --bs-gutter-x: 0rem !important;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7 !important;
    transition: 0.3s !important;
    text-decoration: none!important;
}

a:visited {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
        color: var(--themecolor)!important;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    text-decoration: none!important;
}

li {
    list-style-type: none;
}

h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #333;
    letter-spacing: 0.1em;
    color: #000;
}

h3 {
    font-size: 2em;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #000;
}

.sub-ti {
    font-family: nobel, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--daidai);
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.85em;
    margin: 1em 0;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
}

/* navi */
.navbar > .container,
.navbar > .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar {
    box-sizing: content-box;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-dark .navbar-brand {
    color: var(--themecolor) !important;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: var(--themecolor) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--themecolor) !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--themecolor) !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: var(--themecolor) !important;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #79cce5 !important;
    font-weight: bold;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
    margin-left: 16px;
}

.navbar-toggler-icon {
    margin-top: 5px;
    margin-left: 0.5em;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-nav {
    font-family: nobel, sans-serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 1.5em;
    font-size: 1em;
}

.navbar-light .navbar-nav a.nav-link {
    display: block;
    color: rgba(255, 255, 255, 0.55) !important;
}

.navbar-light .navbar-nav a.nav-link:hover {
    color: rgb(255, 255, 255) !important;
    display: block;
    opacity: 1;
}

.navbar-light .navbar-nav a.nav-link:visited {
    color: rgba(255, 255, 255, 0.55) !important;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
}

.nav-right {
    position: relative;
}

.nav-right svg {
    fill: var(--themecolor);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
}

.navbar-nav {
    padding-bottom: 400px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--subcolor)!important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 18% !important;
    visibility: hidden;
    background-color: var(--themecolor);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 40px;
    left: 43%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.en-copy {
    background-color: #b91e26;
    color: rgb(243, 243, 243);
    position: absolute;
    top: 140px;
    right: 10%;
    font-weight: lighter;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 1rem 0.5rem;
    letter-spacing: 0.4rem;
    z-index: 1000;
}

/* 画面外にいる状態 */
.co-fadein {
    opacity: 0.1;
    transform: translate(0, 30px);
    transition: all 800ms;
}

/* 画面内に入った状態 */
.co-fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* font */
.title-font {
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    letter-spacing: 0.02em;
    color: var(--themecolor);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.title-font span{
    color: var(--subcolor);
}

.caption {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    color:#ffdfc0; 
    line-height:1.5;
}

.caption-m {
    letter-spacing: 0.1em;
}

.title {
    font-family: nobel, sans-serif;
}

.font-1e {
    font-size: 1em;
}

.font-2e {
    font-size: 2em;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

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

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 36px;
}

.font-36 {
    font-size: 36px;
}

.font-wm{
    font-weight: 500;
}

.sp {
    display: none;
}

.mt40 {
    margin-top: 40px;
}

.pt40 {
    padding-top: 40px;
}
.tw-px-1{
    padding: 0.2rem 0.3rem;
}

.cap-b {
    margin: 2em auto;
    font-size: 1em;
    line-height: 2;
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.red {
    font-weight: bold;
    color: red;
}

/* btn */
.co-btn {
    margin: 0 auto;
    padding: 2.5em 0em;
    width: 50%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:hover {
    opacity: 0.6;
    transition: 0.2s;
}

.btn-create {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 1em 1em 0.8em 1em;
}

.btn-white {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
    margin-bottom: 1em;
}

.btn-line {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgb(38, 171, 54);
    background-color: #fff;
    color: rgb(38, 171, 54);
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
}

a:hover.btn-line {
    color: #fff !important;
}

.btn-line-c {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgb(38, 171, 54);
    background-color: rgb(38, 171, 54);
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
}

.btn-mail {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid rgb(2, 105, 202);
    background-color: #fff;
    color: rgb(2, 105, 202);
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
}

.btn-qa {
    width: 25%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 0.8em;
    font-weight: 600;
    border: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    text-align: center;
    margin: 0.5em auto 2em auto;
    padding: 0.5em;
}

.btn-cart {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid var(--subcolor);
    background-color: var(--subcolor);
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
}

.btn-submit {
    width: 55%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    /* border:1px solid var(--themedkcolor);*/
    background-color: var(--subcolor) !important;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 50px;
    margin: 2em auto 1em auto;
    padding: 0.8em 0.8em 0.6em 0.8em;
}

.btn-co-faq {
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-weight: 600;
    border: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    padding: 1em 1em 0.8em 1em;
    margin-bottom: 1em;
}

.btn-top-pr {
    background-color: white; 
    border-width: 1px; 
    padding: 16px 50px; 
    color: #418B25; 
    border-radius: 10px;
}

a:hover.btn-create {
    color: #ccc;
}

a:hover.btn-order {
    color: #ccc;
}

a:hover.btn-line {
    color: #fff;
    background-color: rgb(38, 171, 54);
    opacity: 1;
}

a:hover.btn-line-c {
    color: #eee!important;
}

a:hover.btn-mail {
    color: #fff;
    background-color: rgb(2, 105, 202);
    opacity: 1;
}

a:hover.btn-co-faq {
    color: #fff;
    background-color: #000;
    opacity: 1;
}

a:hover.btn-cart {
    color: #ccc;
}

a:hover.btn-submit {
    color: #ccc;
}

a:hover.btn-white {
    border: 1px solid #999;
    color: #b7b7b7;
}

a:hover.btn-qa {
    border: 1px solid #999;
    color: #b7b7b7;
}

.btn-white img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.navbar svg {
    fill: var(--subcolor);
}

/* contents */
.co-header {
    text-align: center;
    margin: 0 auto;
    color: #333;
    padding-top: 6em;
    letter-spacing: 0.1em;
}

.co-header h2 {
    font-family: nobel, sans-serif;
    font-size: 3em;
    font-weight: 400;
}

.co-header-txt {
    font-size: 1em;
}

.co-caption-txt {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 3em;
}

.co-sub-ti {
    margin: 5em 0 2em 0;
    text-align: center;
}

.co-sub-ti h3 {
    font-size: 1.85em;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #000;
}

.co-sub-ti-u {
    margin: 8em 0 2em 0;
    text-align: center;
}

.co-sub-ti-u h2 {
    font-weight: bold;
    font-size: 1.7em;
    letter-spacing: 0.15em;
    color: #000;
}

.co-sub-ti-u .en-txt {
    font-family: nobel, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #9e9e9e;
    padding-bottom: 1em;
    margin-top: 1em;
}

.co-sub-ti .en-txt {
    font-family: nobel, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #917676;
}

/*bnr-line*/
.pc-pack {
    display: block;
}

.sp-pack {
    display: none;
    width: 100%;
}

.contact-line img {
    width: 1000px;
    margin: 2em 0 2.5em 0;
}

/*お茶非表示*/
.topLabel-b{
    display: none;
}

.about-liqueur-background-02 {
    display: none;
}

.ti-u-eng {
    display: none;
}
.about-scene-01{
    display: block!important;
}
.about-scene-02{
    display: none!important;
}
/*scene 共通*/
.scene-menu-box {
    margin-top: 4em;
}

.sc-menu {
    display: block;
    background-color: var(--basecolor);
    border-radius: 200px;
    width: 200px;
    height: 200px;
    margin-right: 50px;
    margin-bottom: 36px;
    position: relative;
}

div.col-md-2.sc-menu.last {
    margin-right: 0px;
}

.sc-menu a {
    color: #333;
    display: block;
}

.sc-menu a:hover {
    opacity: 0.5;
}

.sc-menu p {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1;
    margin: 0;
    padding-top: 0.8em;
}

.scene-img {
    display: block;
    text-align: center;
    padding-top: 24px;
}

.i-down {
    color: #bfacac !important;
}

.scene-sum {
    width: 210px;
    height: 210px;
    border: 1px solid #d8d8d8;
}

/* howto */
.howto-top-txt {
    text-align: center;
    color: var(--themebkcolor);
    font-size: 1.25em;
    font-weight: bold;
    margin: 2em 0 0 0;
}

.howto-step-box {
    width: 1000px;
    margin: 3em auto;
    border-radius: 20px;
    text-align: center;
}

.howto-step-box .container {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
}

.howto-step-box .row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: auto !important;
}

.howto-step-box .row {
    --bs-gutter-y: 0 !important;
    --bs-gutter-x: 0rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}

.howto-step-box .col-md-3 {
    width: 25% !important;
}

.howto-step {
    background-color: var(--basecolor);
    border-radius: 20px;
    width: 256px;
    height: 256px;
    position: relative;
    text-align: center;
}

.howto-step img {
    height: 120px;
    margin: 2.2em auto;
}

.howto-step p {
    font-size: 1.1em;
    font-weight: bold;
}

.step-c {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    font-family: nobel, sans-serif;
    padding-top: 2px;
    font-size: 1.3em;
    margin: 1.3em auto;
    text-align: center;
    position: absolute;
    top: 0em;
    left: 2.8em;
}

.howto-arrow {
    width: 30px;
    margin: 0 40px;
}

.howto-arrow img {
    width: 15px;
}

.howto-movie {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-top: 3em;
    padding: 1em 1em 1em 2em;
    background-color: #000;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
}

.howto-movie::before {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 1.2em;
    left: 1.2em;
    background-image: url(/img/pop/how-to/index/icon-movie.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.btn-howto {
    display: block;
    width: 100%;
    color: #fff;
}

.howto-box h3 {
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.howto-box h3 img {
    margin-right: 0.8em;
    vertical-align: bottom;
}

.howto-co {
    background-color: var(--basecolor);
    padding: 2.5em;
}

.howto-co img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.howto-co h4 {
    color: #fff;
    background-color: #000;
    font-size: 1.1em;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.howto-co h4.icon {
    padding-left: 70px;
}

.howto-co h4.icon-deco {
    padding-left: 115px;
}

.howto-co h4.icon-more {
    padding-left: 30px;
}

.howto-co h4.icon-photo:before {
    background-image: url(/img/pop/how-to/index/icon-preview.png);
}

.howto-co h4.icon-deco:before {
    background-image: url(/img/pop/how-to/index/icon-deco.png);
    width: 100px !important;
}

.howto-co h4.icon-message:before {
    background-image: url(/img/pop/how-to/index/icon-message.png);
}

.howto-co h4.icon-preview:before {
    background-image: url(/img/pop/how-to/index//icon-preview.png);
}

.howto-co h4.icon-more:before {
    background-image: url(/img/pop/how-to/index/message-ribbon.png);
}

.howto-co h4.icon:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.howto-co h4.icon-more:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.howto-co .txt {
    padding-bottom: 2em;
}

.howto-done {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin: 2em 2em;
    padding: 8px;
    background: var(--themecolor);
    position: relative;
}

.howto-done p {
    margin-bottom: 0 !important;
}

.howto-done:before,
.howto-done:after {
    position: absolute;
    top: 0;
    display: block;
    height: 33px;
    content: "";
    border: 33px solid var(--themecolor);
}

.howto-done:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.howto-done:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
}

.howto-done span {
    position: relative;
    display: block;
}

.howto-box .txt span {
    font-weight: bold;
    color: #000;
}

.hw-step {
    font-size: 0.8em;
    background-color: #000;
    color: #fff;
    font-family: nobel, sans-serif;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 5px 0px 0px 10px;
    margin-right: 8px;
    position: relative;
}

.hw-step::before {
    content: "STEP";
    color: #000;
    font-size: 0.7em;
    font-family: nobel, sans-serif;
    display: inline-block;
    width: 28px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.hw-co img {
    width: 480px;
}

.hw-point {
    font-size: 0.8em;
    background-color: #000;
    color: #fff;
    font-family: nobel, sans-serif;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 5px 0px 0px 10px;
    margin-right: 8px;
    position: relative;
}

.hw-point::before {
    content: "POINT";
    color: #000;
    font-size: 0.6em;
    font-family: nobel, sans-serif;
    display: inline-block;
    letter-spacing: 0.8px;
    width: 28px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -2px;
}

/* contact */
.contact-co {
    padding-bottom: 4em !important;
    position: relative;
}

.contact-co h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 3em;
    height: 1px;
    display: block;
    background-color: var(--themecolor);
}

.osusume {
    background-color: var(--themecolor);
    padding: 8px 6px;
    font-size: 0.6em;
    margin-right: 1em;
    color: #fff;
}

.contact-box {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 8em;
}

/* linecoupon */

.triangle-co {
    width: 100px;
    height: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 2em;
}

.triangle {
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 30px solid #ccc;
}

.line a {
    color: var(--themedkcolor);
}

.line img {
    width: 120px;
}

.txt-couponget {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: var(--line);
}

.map img {
    width: 70%;
    margin: 0 auto;
}

/* cart */
.cart-co {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    background-color: var(--basecolor);
    padding: 2.5em;
}

.cart-co img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.cart-co table {
    background-color: #fff;
    width: 100%;
    margin: 2em 0;
    text-align: left;
}

.cart-co th,
td {
    padding: 0.5em;
    border-bottom: 1px solid #f6f3f3;
}

.cart-co th {
    text-align: center;
    background-color: #e8e8e8;
}

.cart-btn-co {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

a.label-dl {
    display: block;
    margin: 1em 0;
    color: #666;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
    position: relative;
    z-index: 10000 !important;
}

.login-co {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

.req {
    color: red;
    font-size: 0.8em;
    border: 1px solid red;
    border-radius: 30px;
    padding: 2px 8px;
    margin-left: 1em;
}

a.forget {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #333;
    font-size: 0.9em;
}

a.delete {
    display: block;
    text-align: center;
    color: #022891;
}

a.registration {
    width: 55%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 2em auto;
    padding: 0.8em 0.8em 0.6em 0.8em;
}

/* form */
.form-control {
    margin-top: 4px;
}

/* company */
.tw-pt-3 {
    font-size: 0.95em;
}

.info-co {
    padding-top: 1em;
}

.info-co a {
    color: var(--themecolor);
}

.info-co a:hover {
    color: var(--themecolor) !important;
    opacity: 0.6;
}

.info-co ul {
    margin-top: 1em;
    padding: 0;
}

.info-co li {
    list-style-type: none;
    margin-bottom: 2.5em;
}

.info-co .info-ti {
    font-weight: 600;
    font-size: 1.1em;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    letter-spacing: 0.1em;
    color: #000;
}

.info-co .info-ti::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 3em;
    height: 1px;
    display: block;
    background: #000;
}

.tel_cau {
    font-size: 0.8em;
}

/* pagetop */
.pagetop {
    text-align: right;
    padding: 5em 0em 2em 0em;
    display: flex;
    justify-content: flex-end;
}

.pagetop img {
    width: 44px;
}

/* footer */

footer {
    height: auto;
}

footer .footer-img {
    background: url(/img/pop/home/index/footer-bk-img.png) right no-repeat;
    background-size: cover;
}

footer .footer-ti,
.caption {
    font-size: 13px;
}

footer a .footer-h2 {
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    display: block;
    opacity: 0.8;
    font-size: 2.5em;
    padding-top: 20px;
    color: #fff;
}

footer a .footer-h2 span{
    color: var(--subcolor)!important;
}

footer .btn-co {
    background-color: #408b26;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    width: 60%;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    border-radius: 10px;
}

footer .btn-co a {
    color: #fff !important;
    display: block;
}

footer .btn-co img {
    display: inline;
}

.footer-info01 a {
    color: #eee0bb;
}

.footer-info01 ul {
    margin: 0;
    padding: 0;
    color: #eee0bb;
}

.footer-info01 ul li {
    margin: 4px 0;
    padding: 2px;
    font-size: 0.9em;
    text-align: left;
    display: inline-block;
    position: relative;
}

.footer-info02 a {
    color: #fff;
}

.footer-info02 ul {
    margin: 0;
    padding: 0;
}

.footer-info02 ul li {
    margin: 4px 0;
    margin-bottom: 20px;
    padding: 2px;
    text-align: left;
    display: inline-block;
    position: relative;
    font-family: nobel, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.footer-02 {
    position: relative;
    padding-bottom: 2em;
}

.sns-icon {
    margin: 2em 0;
}

.sns-icon a {
    text-decoration: none;
    margin-right: 1em;
}

.sns-icon img {
    display: inline;
}

.copyright {
    font-family: 'Lexend Giga', sans-serif;
    letter-spacing: 0;
}

.footer-series {
    background-color: #FAF8F1;
    height: auto;
    padding-top: 3.5em;
}

.footer-series-co {
    margin-bottom: 3.5em;
}

.footer-series-co .series-title {
    color: #000;
    font-size: 1.8em;
    font-family: din-condensed, sans-serif;
    margin-bottom: 0.5em;
}

.footer-series-co .series-title span {
    font-size: 0.5em;
    font-weight: bold;
    position: relative;
    bottom: 5px;
    left: 10px;
}

.footer-series-co .series-sub-title {
    color: #000;
    font-size: 0.9em;
    margin: 1em 0 0.2em 0;
    font-family: din-condensed, sans-serif;
    font-weight: bold;
}

.footer-series-co ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.footer-series-co a li {
    width: 177px;
    height: 48px;
    margin: 0px 6px 6px 0px;
    background-color: #333;
    border: 1px solid #fff;
    border-radius: 5px;
    list-style-type: none;
    text-align: center;
    line-height: 1.2;
    font-family: din-condensed, sans-serif;
    letter-spacing: 0.01em;
    font-size: 1.3em;
    color: #fff;
    position: relative;
}

.footer-series-co a li:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    right: 6px;
    top: 2px;
    bottom: 0;
    display: block;
    margin: auto;
    height: 20px;
    font-size: 0.6em;
    opacity: 0.3;
}

.footer-series-co a li span {
    color: #fff;
    font-size: 10px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
    margin-top: 6px;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 0.05em;
}

.footer-series-co a li span.el-txt {
    font-size: 0.9em;
    font-family: din-condensed, sans-serif;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}

.footer-series-co a li.snapwine {
    background-color: #a34042;
}

.footer-series-co a li.snapbottle {
    background-color: #364d7b;
}

.footer-series-co a li.snapwhisky {
    background-color: #845402;
}

.footer-series-co a li.snapchampagne {
    background-color: #9a8d2f;
}

.footer-series-co a li.snapsake {
    background-color: #4f8b5f;
}

.footer-series-co a li.snapume {
    background-color: #c57b2c;
}

.footer-series-co a li.snapbeer {
    background-color: #cbaf3a;
}

.footer-series-co a li.snapcanbeer {
    background-color: #73a9cb;
}

.footer-series-co a li.snapbinbeer {
    background-color: #9eaaba;
}

.footer-series-co a li.snapgin {
    background-color: #8db8b4;
}

.footer-series-co a li.snapchuhi{
  background-color: #c0c707;
}

.footer-series-co a li.snaphighball{
  background-color: #D0980B;
}

.footer-series-co a li.snapnonalc {
    background-color: #cb6d8a;
}
.footer-series-co a li.snapjuice {
    background-color: #90b55e;
}
.footer-series-co a li.snapcanjuice{
  background-color: #B40007;
}
.footer-series-co a li.snapvintage {
    background-color: #510a0a;
}
.footer-series-co a li.snapcbd{
  background-color: #0b7595;
}
.footer-series-co a li.snapocha{
  background-color: #41841a;
}
.footer-series-co a li.snapflower{
  background-color: #a20b86;
}

.copyright-area {
    background-color: #3B1E03;
    font-size: 0.85em;
    padding: 16px;
    color: #fff;
    height: 120px;
    text-align: center;
    margin-top: 3em;
}

/* float btn */
.float-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px;
    z-index: 9998;
}

.float-footer-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.float-footer-wrap a:hover {
    opacity: 0.7;
}

.float-create {
    width: 68%;
    float: left;
    text-align: center;
    margin-right: 1%;
    border-radius: 5px;
}

.float-line {
    width: 30%;
    float: left;
    text-align: center;
}

.float-create a {
    display: block;
    color: #fff;
    padding: 5px 0;
    line-height: 1.2em;
    font-weight: bold;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}


.float-create a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    height: 15px;
}

.float-create a span small {
    font-weight: normal;
    margin-left: 2px;
}

.float-create a span i {
    opacity: 0.6;
}

.float-create a span::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 1.2em;
    opacity: 0.3;
}

.float-line a {
    background-color: #60b845;
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 1em;
    line-height: 1.1em;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #fff;
}

.float-line a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 15px;
}

.float-line a span small {
    font-weight: normal;
    font-size: 1em;
}

.float-line .fa-line {
    color: rgba(0, 185, 1, 0.9);
}

.thanks_qr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thanks_qr img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 5px;
}

@media (max-width: 960px) {
    .container {
        width: 100%;
        padding: 0 24px;
        margin: 0 auto;
    }

    .w-1000 {
        width: 100%;
        padding: 0 24px;
    }

    .sp-100 {
        width: 100%;
    }

    .w-50 {
        width: 100%!important;
        margin: 0 auto;
    }

    .co-btn {
        width: 85%;
        padding: 2.5em 0em 2em 0em;
    }

    .copyright {
        font-size: 0.8em;
        padding: 3em 0;
    }
}

@media (max-width: 600px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .w-50 {
        width: 100%!important;
        margin: 0 auto;
    }

    h2 {
        font-size: 1.7em !important;
    }

    h3 {
        font-size: 1.7em;
    }

    .header-img {
        width: 100%;
    }

    .co-header h2 {
        font-size: 2.2em;
    }

    .co-sub-ti h3 {
        font-size: 1.5em;
    }

    .title-font {
        font-size: 1em;
        letter-spacing: 0.05em;
    }

    .main-text {
        font-size: 0.85em;
        margin: 2.5em auto 0 auto;
    }


    .nav-co {
        box-sizing: content-box;
        width: 100%;
    }

    .navbar {
        box-sizing: content-box;
        width: 100%;
        font-size: 1em;
        line-height: 2;
    }

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 1000;
    }

    .navbar-nav {
        font-size: 0.85em;
        line-height: 1.5;
    }

    .navbar-toggler {
        padding: 0 !important;
    }

    .navbar-toggler-icon {
        margin-top: 0;
        margin-left: 0em;
    }

    .nav-right img {
        width: 24px;
    }

    .navbar-collapse {
        padding-bottom: 500px;
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100% !important;
        visibility: hidden;
        background-color: var(--themecolor);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }

    .offcanvas-header .btn-close {
        position: absolute;
        top: 30px;
        left: 84%;
    }

    /* top-fv */
    .container {
        width: 100%;
        padding: 0 24px;
        margin: 0 auto;
    }

    .w-1000 {
        width: 100%;
        padding: 0 24px;
    }

    .sp-100 {
        width: 100%;
    }

    .cap-b {
        line-height: 1.8;
    }

    .w-1000 .cap-b {
        width: 100%;
        line-height: 1.8;
    }

    .co-header-txt {
        font-size: 0.8em;
    }

    .tsc-ti {
        font-size: 1.2em !important;
    }

    /* btn */
    .co-btn {
        width: 80%;
        margin: 0 auto;
    }

    .btn-create {
        min-width: 100%;
        margin-bottom: 1em;
    }

    .btn-white {
        min-width: 100%;
    }

    .btn-line {
        min-width: 100%;
        letter-spacing: 1px;
        margin-bottom: 1em;
    }

    .btn-line-c {
        min-width: 100%;
    }

    .btn-co-faq {
        min-width: 100%;
        letter-spacing: 1px;
        margin-bottom: 1em;
    }

    .btn-lin-c {
        min-width: 100%;
        letter-spacing: 1px;
    }

    .btn-mail {
        min-width: 100%;
        letter-spacing: 1px;
    }

    .btn-cart {
        min-width: 100%;
        letter-spacing: 1px;
    }

    .btn-submit {
        min-width: 100%;
        letter-spacing: 1px;
    }

    .btn-qa {
        width: 80%;
    }

    .btn-b-left {
        width: 100% !important;
    }

    .btn-b-right {
        width: 100% !important;
    }

    /*contents */
    .sp-b {
        transform: rotate(90deg);
        padding: 1.5em 0;
    }

    .qa-box .container {
        padding: 0;
    }

    .header-img-co {
        height: 200px !important;
    }

    .co-header {
        padding: 0;
    }

    .co-sub-ti {
        margin: 5em 0 1em 0;
        text-align: center;
    }

    .feature-box img {
        width: 100%;
    }

    /* bnr-line */
    .pc-pack {
        display: none;
    }

    .sp-pack {
        display: block;
    }

    .contact-line img {
        width: 100%;
        padding-top: 1em;
        margin: 0;
    }

    /* scene共通 */
    .scene-menu-box .col-md-2 {
        width: 50%;
    }

    .scene-menu-box .row {
        justify-content: space-around;
    }

    .sc-menu {
        display: block;
        width: 46% !important;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .sc-menu:last-child {
        margin-right: 0px;
    }

    .sc-menu p {
        text-align: left;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 0.1px;
        margin: 0;
        text-align: center;
        padding-top: 20px;
    }

    .scene-img {
        width: 30px;
        text-align: left;
        padding: 10px 0px 0px 10px;
        float: left;
        position: relative;
    }

    .i-down {
        color: #bfacac !important;
        font-size: 0.8em !important;
    }

    .fa-angle-down:before {
        position: absolute;
        top: 40%;
        right: 10px;
        width: 12px;
    }

    img.scene-sum {
        width: 156px;
        height: 156px;
    }

    .howto-arrow {
        width: 100%;
        display: block;
        margin: 30% auto;
    }

    .howto-arrow img {
        display: inline;
    }

    .howto-step-box {
        width: 100%;
        padding: 0 24px;
    }

    .howto-step-box .col-md-3 {
        width: 100% !important;
    }

    .howto-co {
        padding: 1.5em;
    }

    .howto-step {
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .howto-step img {
        height: 200px;
    }

    .howto-box h3 img {
        width: 28px;
        margin-right: 0.4em;
    }

    .howto-box img {
        width: 100%;
    }

    .howto-co img {
        width: 100%;
    }

    .step-c {
        position: absolute;
        top: 0.5em;
        left: 3.5em;
    }

    .howto-box h3 {
        font-size: 1.12em;
        letter-spacing: 0.05em;
    }

    .howto-movie {
        width: 100%;
    }

    .howto-done {
        margin: 1.5em 1em 1em 1em;
    }

    .line img {
        width: 150px !important;
    }

    .cart-co {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 2em;
    }

    .cart-btn-co {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .contact-box {
        width: 100%;
        padding: 0 24px;
        margin-top: 4em;
    }

    .sp-cart {
        width: 40%;
    }

    .login-co {
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }

    a.registration {
        width: 100%;
    }

    /* pagetop */
    .pagetop {
        width: 100%;
        padding: 3em 24px 2em 24px;
        margin: 0 auto;
        text-align: right;
    }

    .pagetop img {
        width: 28px;
    }

    /* footer */
    footer .row {
        display: block;
    }

    footer a .footer-h2 {
        display: block;
        text-align: center !important;
        padding: 10px 0;
    }

    footer .btn-co {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    footer .caption {
        text-align: center;
    }

    footer .mt-5 {
        margin-top: 0 !important;
    }

    .footer-ti {
        text-align: center;
    }

    .footer-info01 ul {
        line-height: 1em;
        letter-spacing: 0.5px;
        margin: 2em 0;
        font-size: 1em;
        text-align: left;
    }

    .footer-info02 ul {
        line-height: 1em;
        font-size: 0.7em;
    }

    .footer-info02 li {
        margin-bottom: 14px !important;
    }

    .sns-icon {
        text-align: center;
        margin: 0 auto;
    }

    .sp-footer-co {
        padding: 40px 24px;
    }

    .copyright {
        text-align: center;
        padding: 0.5em 0;
    }

    .footer-series-co .series-title {
        text-align: center;
        font-size: 2em;
        line-height: 1;
    }

    .footer-series-co .series-sub-title {
        text-align: center;
    }

    .footer-series-co ul {
        justify-content: space-evenly;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-series-co a li {
        width: 170px;
        height: 48px;
        margin: 0px 0px 6px 0px;
    }

    .footer-series-co .series-title span {
        position: relative;
        bottom: 0px;
        left: 0px;
    }

    .float-footer {
        font-size: 0.9em;
    }

    .float-line a span small {
        font-weight: normal;
        font-size: 12px;
    }

    .float-line a span {
        width: 85%;
        height: 28px;
        line-height: 1.2;
    }
}
