@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* Content Container */
.content {
    margin: 0 auto;
    width: 1100px;
}

@media screen and (max-width: 640px) {
    .content {
        width: 100%;
    }
}

/* Custom Font Faces */
@font-face {
    font-family: 'Cinzel';
    src: url('https://www.ground.ne.jp/fonts/Cinzel-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.eot');
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.woff2') format('woff2'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.woff') format('woff'),
         url('https://www.ground.ne.jp/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86KnTOjw.ttf) format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkqg.ttf) format('truetype');
}

/* Font Classes */
.font_h_alphanumeric {
    font-family: 'Cinzel', serif;
}

.font_Gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* Material Icons Base Class */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

/* List Heading Style */
.list_heading_style {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

/* List Heading Cart */
.list_heading_cart {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "shopping_cart";
    font-size: 1rem;
}

/* Link Arrow Single */
.link_arrow_single {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
}

/* Link Arrow Double */
.link_arrow_double {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
}

/* Link Text White */
.link_text_white a,
.link_text_white a:hover,
.link_text_white a:active,
.link_text_white a:focus,
.link_text_white a:visited {
    color: #fff;
}

/* Link Text Colored */
.link_text_colored a,
.link_text_colored a:hover,
.link_text_colored a:active,
.link_text_colored a:focus,
.link_text_colored a:visited {
    color: #a3bac0;
    text-decoration: underline;
}

/* Shipment */
.shipment {
    display: inline-block;
    padding: 0 1rem;
    background: #ffffc8;
    color: #8c8886;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.shipment span:nth-of-type(1) {
    font-size: 1.2rem;
}

.shipment span:nth-of-type(2) {
    font-size: 1.1rem;
}

/* Base Styles */
html {
    font-size: 16px;
}

body {
    background: #f1f0ec;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-width: 1300px;
}

/* Responsive: Tablet and Mobile */
@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
    
    html,
    body {
        min-width: initial;
    }
}

/* Responsive Break Tags */
br.tablet,
br.sp,
br.smallSp,
br.middleSp,
br.largeSp {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
    br.tablet {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    br.sp {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    br.smallSp {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    br.middleSp {
        display: block;
    }
}

@media screen and (max-width: 414px) {
    br.largeSp {
        display: block;
    }
}

/* Header Styles */
#headerSp,
#drawerNavSp {
    display: none;
}

#headerTop {
    width: 100%;
    background: #fff;
}

#headerTop div {
    margin: 0 auto;
    width: 1100px;
    -js-display: flex;
    display: flex;
}

@media screen and (max-width: 640px) {
    #headerTop div {
        width: 100%;
    }
}


#headerTop div h2 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: .75rem;
}

/* Header Top - Navigation */
#headerTop div nav {
    margin-left: auto;
}

#headerTop div nav ul {
    -js-display: flex;
    display: flex;
}

#headerTop div nav ul li {
    margin-left: 1.5rem;
    font-size: .9rem;
    cursor: pointer;
}

#headerTop div nav ul li:nth-of-type(1)::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

#headerTop div nav ul li:nth-of-type(2)::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "shopping_cart";
    font-size: 1rem;
    margin-right: .5rem;
    color: #f7f793;
}

/* Header Main */
#headerMain {
    position: relative;
    width: 100%;
}

/* Header Main - Logo */
#headerMain .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#headerMain .logo img {
    width: 300px;
}

/* Header Main - Container */
#headerMain div {
    margin: 0 auto;
    width: 1100px;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 640px) {
    #headerMain div {
        width: 100%;
    }
}

/* Header Main - Navigation */
#headerMain div nav {
    padding: 1rem 0;
    align-self: flex-start;
}

#headerMain div nav ul {
    -js-display: flex;
    display: flex;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: .9rem;
}

#headerMain div nav ul li {
    margin-right: 1rem;
}

#headerMain div nav ul li:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    transform: rotate(-90deg);
    font-size: 1rem;
}

/* Header Main - Aside */
#headerMain div aside {
    padding: 1rem 0;
    text-align: right;
}

#headerMain div aside p:nth-of-type(1) {
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: .75rem;
    text-decoration: underline;
}

#headerMain div aside address span:nth-of-type(1) {
    margin-left: .5rem;
    font-size: 1.2rem;
}

#headerMain div aside address span:nth-of-type(2) {
    display: block;
    font-size: .8rem;
}

#headerMain div aside .note {
    display: block !important;
    font-size: .7rem;
    font-weight: bold;
}

/* Global Navigation */
#globalNav {
    width: 100%;
    background: #8c8886;
    color: #fff;
}

#globalNav > ul {
    margin: 0 auto;
    width: 1100px;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
}

@media screen and (max-width: 640px) {
    #globalNav > ul {
        width: 100%;
    }
}


#globalNav > ul > li > a {
    display: inline-block;
    padding: .5rem 3rem;
}

#globalNav > ul a,
#globalNav > ul a:hover,
#globalNav > ul a:active,
#globalNav > ul a:focus,
#globalNav > ul a:visited {
    color: #fff;
}

/* Global Navigation - Fixed */
#globalNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Global Navigation - Child Menu */
#globalNav .globalNavChildMenu:hover > a {
    position: relative;
}

#globalNav .globalNavChildMenu:hover > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
}

#globalNav .globalNavChildMenu .globalNavChildContainer {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem;
    width: 1100px;
    background: #fff;
    z-index: 100;
    text-align: left;
}

#globalNav .globalNavChildMenu .globalNavChildContainer ul {
    width: 25%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer ul a {
    display: block;
    padding: .5rem;
}

#globalNav .globalNavChildMenu .globalNavChildContainer a,
#globalNav .globalNavChildMenu .globalNavChildContainer a:hover {
    color: #403b38;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp {
    width: 50%;
    font-size: 0;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp p {
    padding: 0 0 1.5rem 0;
    color: #403b38;
    font-size: 1rem;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a {
    display: inline-block;
    width: 50%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

#globalNav .globalNavChildMenu .globalNavChildContainer .pickUp a img + p {
    padding: 1rem 0 1rem 2rem;
}

#globalNav .globalNavChildMenu:hover .globalNavChildContainer {
    display: flex;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 640px) {
    /* Hide Desktop Elements */
    #headerTop,
    #headerMain,
    #globalNav {
        display: none;
    }

    /* Mobile Header */
    #headerSp {
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 1rem;
        background: #f1f0ec;
    }

    #headerSp a.drawerNavSpBtn:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "menu";
        font-size: 2rem;
    }

    #headerSp .headerSpLogo {
        text-align: center;
    }

    #headerSp .headerSpLogo img {
        width: 50%;
    }

    #headerSp a.cart:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "shopping_cart";
        font-size: 2rem;
    }

    /* Drawer Navigation Mobile */
    #drawerNavSp {
        display: flex;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999;
        width: 80%;
        height: 100%;
        color: #fff;
        transition: .5s;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }

    #drawerNavSp a,
    #drawerNavSp a:hover,
    #drawerNavSp a:active,
    #drawerNavSp a:focus,
    #drawerNavSp a:visited {
        color: #fff;
    }

    #drawerNavSp.insight {
        transform: translateX(-100%);
    }

    #drawerNavSp div {
        display: block;
        position: relative;
        width: 5rem;
    }

    #drawerNavSp .drawerNavSpBtn {
        position: absolute;
        background: #8c8886;
        width: 100%;
        padding: .5rem;
        box-sizing: border-box;
        bottom: 60px;
        font-size: .8rem;
        text-align: center;
    }

    #drawerNavSp .drawerNavSpBtn:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "close";
        display: block;
        font-size: 2rem;
    }

    #drawerNavSp > ul {
        width: calc(100% - 5rem);
        padding-bottom: 7rem;
    }

    #drawerNavSp ul {
        height: 100%;
        background: #8c8886;
        overflow-y: scroll;
    }

    #drawerNavSp ul li > a,
    #drawerNavSp ul li > p {
        display: block;
        padding: 1rem;
    }

    #drawerNavSp ul ul li {
        border-bottom: 1px solid #fff;
    }

    #drawerNavSp ul ul li:first-of-type {
        border-top: 1px solid #fff;
    }

    #drawerNavSp ul ul li a {
        display: block;
        padding: .75rem 1rem .75rem 2rem;
    }

    #drawerNavSp ul .pickUp {
        background: #ffffc8;
        border-bottom: 1px solid #8c8886;
    }

    #drawerNavSp ul .pickUp a {
        color: #8c8886;
    }

    #drawerNavSp ul p {
        color: #ffffc8;
    }
}


#footerSp {
    display: none;
}

/* Site Map */
#siteMap {
    width: 100%;
    padding: 1.5rem 0;
    background: #c8c1c1;
}

#siteMap > div {
    margin: 0 auto;
    width: 1100px;
}

@media screen and (max-width: 640px) {
    #siteMap > div {
        width: 100%;
    }
}

#siteMap > div h2 {
    margin-bottom: 1rem;
    text-decoration: underline;
}

#siteMap > div div {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
}

#siteMap > div div nav {
    width: calc(100% / 6);
    font-size: .8rem;
}

#siteMap > div div nav:nth-of-type(3) {
    width: calc((100% / 6) * 2);
}

#siteMap > div div nav h3 {
    margin-bottom: 1rem;
}

#siteMap > div div nav h3:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
}

#siteMap > div div nav li {
    margin: .25rem 0;
}

#siteMap > div div nav > div ul {
    width: 50%;
}

/* Shopping Guide */
#shoppingGuide {
    width: 100%;
    padding: 1.5rem 0;
    background: #403b38;
}

#shoppingGuide > div {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    padding-top: 1rem;
    color: #fff;
}

@media screen and (max-width: 640px) {
    #shoppingGuide > div {
        width: 100%;
    }
}

#shoppingGuide > div > h2 {
    margin-bottom: 2rem;
    text-align: center;
}

#shoppingGuide > div nav {
    position: absolute;
    top: 1rem;
    right: 0;
}

#shoppingGuide > div nav a,
#shoppingGuide > div nav a:hover,
#shoppingGuide > div nav a:active,
#shoppingGuide > div nav a:focus,
#shoppingGuide > div nav a:visited {
    color: #fff;
}

#shoppingGuide > div nav > a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_rightkeyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
}

#shoppingGuide > div aside {
    display: none;
}

#shoppingGuide > div div {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
}

#shoppingGuide > div div article {
    width: calc(100% / 4);
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: .9rem;
    padding: 0 1rem;
}

#shoppingGuide > div div article h2 {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
}

#shoppingGuide > div div article h2:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
    margin-left: 2rem;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
}

#shoppingGuide > div div article:first-of-type {
    padding: 0 1rem 0 0;
}

#shoppingGuide > div div article:last-of-type {
    padding: 0 0 0 1rem;
}

#shoppingGuide > div div article li {
    margin: 1rem 0 1rem 1rem;
    text-indent: -1rem;
}

#shoppingGuide > div div article li:before {
    content: "\30fb";
}

/* Footer */
footer {
    padding: 1.5rem 0;
    background: #403b38;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus,
footer a:visited {
    color: #fff;
}

footer > div {
    margin: 0 auto;
    width: 1100px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    footer > div {
        width: 100%;
    }
}

footer > div .inner {
    -js-display: flex;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}

footer > div .inner > * {
    width: calc(100% / 2);
}

footer > div .inner div {
    border-right: #fff solid 1px;
    text-align: center;
}

footer > div .inner div img {
    padding: 1rem 0;
    width: 50%;
}

footer > div .inner address {
    padding: 0 1rem;
    font-size: .9rem;
}

footer > div ul {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: .8rem;
    text-align: center;
}

footer > div ul li:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "keyboard_arrow_right";
    letter-spacing: -0.5rem;
    margin-left: .5rem;
    margin-left: 1rem;
}

footer > div small {
    display: block;
    padding: 2rem 0;
    width: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
}

/* Tablet Responsive (641px - 1199px) */
@media screen and (min-width: 641px) and (max-width: 1199px) {
    /* Site Map */
    #siteMap {
        display: flex;
    }

    #siteMap > div {
        margin: 0 auto;
        width: 100vw;
        padding: 0 1rem;
    }

    #siteMap > div div {
        flex-wrap: wrap;
    }

    #siteMap > div div nav {
        margin-bottom: 2rem;
        width: 50%;
    }

    #siteMap > div div nav:nth-of-type(3) {
        width: 50%;
    }

    /* Shopping Guide */
    #shoppingGuide > div {
        width: 100vw;
    }

    #shoppingGuide > div nav {
        right: 1rem;
    }

    #shoppingGuide > div div {
        flex-wrap: wrap;
    }

    #shoppingGuide > div div article {
        width: 50%;
    }

    #shoppingGuide > div div article:first-of-type,
    #shoppingGuide > div div article:last-of-type {
        padding: 0 1rem;
    }

    /* Footer */
    footer > div {
        width: 100vw;
    }

    footer > div .inner {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 1rem;
    }

    footer > div .inner > * {
        padding: 1rem 0;
    }

    footer > div ul {
        flex-wrap: wrap;
    }

    footer > div ul li {
        width: 33%;
        margin: .25rem 0;
    }
}


@media screen and (max-width: 640px) {
    /* Footer Mobile */
    #footerSp {
        display: flex;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: .7rem;
        width: 100%;
        height: 60px;
        background: #ffffc8;
        z-index: 1000;
    }

    #footerSp div {
        width: 100%;
    }

    #footerSp ul {
        display: flex;
        width: 100%;
    }

    #footerSp ul li {
        width: 20%;
        font-size: .8rem;
        text-align: center;
    }

    #footerSp ul li a {
        display: block;
    }

    #footerSp ul li img {
        width: 30%;
        margin-bottom: .2rem;
    }

    body.footerSpMargin {
        margin-bottom: 60px;
    }

    /* Site Map - Hidden on Mobile */
    #siteMap {
        display: none;
    }

    /* Shopping Guide Mobile */
    #shoppingGuide {
        padding: 0;
    }

    #shoppingGuide div h2 {
        margin-bottom: 1rem;
    }

    #shoppingGuide div > nav {
        display: none;
    }

    #shoppingGuide div aside {
        display: block;
        padding-bottom: 1rem;
        text-align: center;
    }

    #shoppingGuide div aside > * {
        display: inline-block;
        margin: 0 .25rem;
        padding: .25rem .5rem;
        background: #fff;
        color: #403b38;
        font-size: .9rem;
    }

    #shoppingGuide div div {
        flex-wrap: wrap;
    }

    #shoppingGuide div div article,
    #shoppingGuide div div article:first-of-type,
    #shoppingGuide div div article:last-of-type {
        padding: 0 1rem;
        width: 100%;
    }

    #shoppingGuide div div article h2,
    #shoppingGuide div div article:first-of-type h2,
    #shoppingGuide div div article:last-of-type h2 {
        margin-bottom: 0;
        border-bottom: none;
    }

    #shoppingGuide div div article ul,
    #shoppingGuide div div article:first-of-type ul,
    #shoppingGuide div div article:last-of-type ul {
        display: none;
    }

    /* Footer Mobile */
    footer div .inner {
        flex-wrap: wrap;
    }

    footer div .inner > * {
        width: 100%;
    }

    footer div .inner > div {
        border-right: none;
    }

    footer div .inner address {
        padding-bottom: 1rem;
    }

    footer div .inner address p {
        text-align: center;
    }

    footer div ul {
        flex-wrap: wrap;
    }

    footer div ul > li {
        padding: .5rem 0;
        width: calc(100% / 2);
    }

    footer div small {
        font-size: .5rem;
    }
}

/* Cormorant Garamond Font */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86KnTOjw.ttf) format('truetype');
}


/* Lora Font */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkqg.ttf) format('truetype');
}

/* Base Styles */
html {
    font-size: 16px;
}

body {
    background: #f1f0ec;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-width: 1300px;
}

.sp {
    display: none;
}

img {
    width: 100%;
}

/* Page Navigation */
#pageNav {
    position: fixed;
    top: 50%;
    left: calc(50% - 580px);
    transform: translateY(-50%);
    z-index: 1000;
}

#pageNav ul {
    padding: 0;
}

#pageNav ul a {
    display: block;
    padding: .5rem 2rem;
}

#pageNav img {
    margin-bottom: 2rem;
    width: 225px;
    height: 38px;
}

#pageNavSp {
    display: none;
}

.drawerNavSpBtn.floatSp {
    display: none;
}

/* Container */
#container {
    display: block;
    margin: 3rem auto;
    width: 850px;
    transform: translateX(125px);
}

#container .inner {
    display: flex;
}

#container a.btn {
    display: inline-block;
    background: #403b38;
    padding: .5rem 1rem;
    color: #FFF;
  margin-bottom: 4rem;
}

#container a.btn:after {
    content: '>>';
    margin-left: 1rem;
}

/* Page Header */
#pageHeader {
    padding: 5rem 1rem 2rem 1rem;
    background: #fff;
    text-align: center;
}

#pageHeader h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: .3rem;
    font-family: 'Lora', serif;
}

#pageHeader h2 {
    font-size: 1rem;
}

#pageHeader p {
    margin: 1rem auto 3rem;
    font-size: 1rem;
    letter-spacing: .4rem;
}

#pageHeader hr {
    border: none;
    border-top: 1px solid #666;
    width: 80px;
}
/* スクロールアニメーション */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 画像用のアニメーション（少し遅延） */
#firstOrder .firstOrder-content .image {
    transition-delay: 0.2s;
}

#firstOrder .firstOrder-content .text {
    transition-delay: 0.3s;
}

/* プロダクトギャラリーのアイテムに段階的な遅延を追加 */
#productGallery .product-item:nth-child(1) {
    transition-delay: 0.1s;
}

#productGallery .product-item:nth-child(2) {
    transition-delay: 0.2s;
}

#productGallery .product-item:nth-child(3) {
    transition-delay: 0.3s;
}

/* Main Visual */
#mainVisual {
    position: relative;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

#mainVisual header {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 100;
    color: #fff;
    text-align: center;
}

#mainVisual header h1 {
    font-size: 2.75rem;
    letter-spacing: .25rem;
    font-family: 'Cinzel', serif;
    font-family: 'Cormorant Garamond', serif;
}

#mainVisual header p {
    font-size: 1.2rem;
}

#mainVisual .mainVisual-content {
    position: absolute;
    top: 0;
    left: 0;
}

#mainVisual ul.mainVisual-unit {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

#mainVisual ul.mainVisual-unit li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#mainVisual ul.mainVisual-unit li img {
    height: 600px;
}

/* Main Visual - Slick Controls */
#mainVisual a.slick-prev,
#mainVisual a.slick-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#mainVisual a.slick-prev:after,
#mainVisual a.slick-next:after {
    color: #fff;
    font-size: 3rem;
}

#mainVisual a.slick-prev {
    left: .5rem;
    transform: translateY(-50%);
}

#mainVisual a.slick-prev:after {
    content: 'chevron_left';
}

#mainVisual a.slick-next {
    left: auto;
    right: .5rem;
    transform: translateY(-50%);
}

#mainVisual a.slick-next:after {
    content: 'chevron_right';
}

/* Main Visual - Slick Dots */
#mainVisual .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

#mainVisual .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#mainVisual .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#mainVisual .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#mainVisual .slick-dots li button:hover,
#mainVisual .slick-dots li button:focus {
    outline: none;
}

#mainVisual .slick-dots li button:hover:before,
#mainVisual .slick-dots li button:focus:before {
    opacity: 1;
}

#mainVisual .slick-dots li button:before {
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mainVisual .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Header */
#header {
    margin-bottom: 3rem;
    background: #fff;
    padding: 4rem;
    text-align: center;
}

#header h2 span {
    display: inline-block;
    margin: 1rem 0;
    font-size: 1.2rem;
}

#header hr {
    border: none;
    border-top: 1px solid #666;
    width: 400px;
}

#header p {
    margin: 2rem auto 0rem;
  font-size: 1rem; 
}

#header h2 {
    font-size: 1.6rem;
  margin: 0.5rem auto 2rem;
}

#header img {
    margin: 2rem auto 0rem;
}


#productGallery {
  margin-bottom: 3rem;
  background: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

#productGallery {
    margin-bottom: 0;
}

#productGallery + #firstOrder {
    margin-top: 0;
}

#productGallery h2 {
  font-size: 0.8rem;
  font-family: 'Lora', serif;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  color: #403b38;
}

#productGallery p {
  font-size: 1.6rem;
}

#productGallery h3 {
  margin-top: 4rem;
  text-align: left;
}

/* Red collection セクション - 左配置 */
#productGallery > p:first-of-type {
    text-align: left;
  margin-bottom: 0.25rem; 
}

#productGallery > h2:first-of-type {
    text-align: left;
  margin-top: 0; 
}

/* Relationship セクション - 右配置 */
#productGallery > p:last-of-type {
    text-align: right;
    margin-top: 6rem; 
    margin-bottom: 0.5rem;
}

#productGallery > h2:last-of-type {
    text-align: right;
    margin-bottom: 1rem;
    margin-top: 0;  /* この行を追加 */
}

#productGallery > img {
    margin-top: 0 !important;  /* !important を追加 */
    display: block;  /* displayをblockに */
}


#productGallery .gallery-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

#productGallery .product-item {
  flex: 1;
  max-width: 280px;
}

#productGallery .product-item a {
  display: block;
  text-decoration: none;
  color: #403b38;
  transition: opacity 0.3s ease;
}

#productGallery .product-item a:hover {
  opacity: 0.8;
}

#productGallery .product-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f5f5f5;
}

#productGallery .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#productGallery .product-caption {
  font-size: 1rem;
  line-height: 1.6;
}

/* 画像スライドショー */
.image-slideshow {
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
    position: relative;
}

.slideshow-track {
    display: flex;
    width: 200%;
    animation: slide 15s linear infinite;
}

.slideshow-track img {
    width: 50%;
    height: auto;
    display: block;
    object-fit: cover;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ホバーで一時停止 */
.image-slideshow:hover .slideshow-track {
    animation-play-state: paused;
}

/* 画像 */
#productGallery > img {
  margin-top: 3rem;
  width: 100%;
}


.mobile-text {
  display: none !important;
}

.desktop-text {
  display: block !important;
}



h2.desktop-text,
h2.mobile-text,
h3.desktop-text,
h3.mobile-text {
  /* 既存のh2, h3のスタイルを継承 */
}

/* 段落の場合 */
p.desktop-text,
p.mobile-text {
  /* 既存のpタグのスタイルを継承 */
}

#firstOrder {
    margin-bottom: 6rem;
    background: #fff;
    padding:1rem 4rem 4rem 4rem;
    text-align: center;
}

#firstOrder .firstOrder-heading {
    margin-top: 3rem;
    font-size: 1.1rem;
    text-align:center;
}

#firstOrder .firstOrder-content {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

#firstOrder .firstOrder-content .image {
    width: 50%;
}

#firstOrder .firstOrder-content .text {
    padding: 0 2rem;
    width: 50%;
}

#firstOrder .text .price {
    margin-bottom: 1rem;
}

#firstOrder h2 {
    font-size: 1.2rem;
}

#firstOrder .price a,
#firstOrder .price a:hover,
#firstOrder .price a:active,
#firstOrder .price a:focus,
#firstOrder .price a:visited {
    color: #403b38;
    text-decoration: none;
}

#firstOrder .price a:hover {
    text-decoration: underline;
}


#firstOrder .firstOrder-heading2 {
    margin-top: 6rem;
    font-size: 1.1rem;
    text-align:center;
}




#firstOrder .firstOrder-heading3 {
    margin-top: 3rem;
    font-size: 1.1rem;
    text-align:center;
}



#firstOrder .firstOrder-content3 {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}


#firstOrder .firstOrder-content3 .text3 {
    padding: 0 2rem;
    width: 50%;
}

#firstOrder .text4{
  padding: 2rem 2rem 0rem 0rem;
  width: 50%;
}

/* About Flower Section */
#aboutFlower {
    margin-bottom: 6rem;
    background: #fff;
    padding-bottom: 4rem;
}

#aboutFlower h2 {
    background: #f3f3f3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#aboutFlower h2 span {
    text-decoration: underline;
}

#aboutFlower h3 {
    margin: 2rem 4rem 0 4rem;
    font-size: 1.1rem;
}

#aboutFlower h4 {
    margin: 5rem 2rem 2rem 2rem;
    font-size: 1.1rem;
    text-align: center;
}

#aboutFlower h4 span {
    text-decoration: underline;
}

#aboutFlower .image {
    width: 50%;
}

#aboutFlower .text {
    padding: 0 2rem;
    width: 50%;
}

#aboutFlower .flowerText {
    margin: 0 auto 2rem;
    width: 70%;
}


/* Flower Family Section */
#flowerFamily {
    margin-bottom: 6rem;
    background: #fff;
    padding-bottom: 4rem;
}

#flowerFamily h2 {
    background: #f3f3f3;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerFamily h2 span {
    text-decoration: underline;
}
#flowerFamily .inner h2.profile {
    background: none;
    padding: 0;
    margin-bottom: 1rem;
}

#flowerFamily h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#flowerFamily .flowerText {
    margin: 2rem auto 4rem;
    width: 70%;
}

#flowerFamily .flowerText p {
    margin-bottom: 2rem;
}

#flowerFamily .flowerText div {
    text-align: right;
}

#flowerFamily .image {
    padding-right: 2rem;
    width: 35%;
}

#flowerFamily .text {
    padding: 0 2rem;
    width: 65%;
}

#flowerFamily .inner {
    align-items: flex-end;
}

 #flowerFamily .profile-footer {
    margin-top: 1.5rem;
    text-align: left;
}

#flowerFamily .profile-footer .view-more-btn {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #403b38;
    color: #fff;
    text-decoration: none;
    font-family: 'Lora', serif;
    letter-spacing: 0.1rem;
    transition: background 0.3s ease;
}

#flowerFamily .profile-footer .view-more-btn:hover {
    background: #5a5350;
}

/* Flower Box Section */
#flowerBox {
    position: relative;
    margin-top: 9rem;
    margin-bottom: 6rem;
    padding-top: 4rem;
    background: #fff;
}

#flowerBox > h2 {
    position: absolute;
    top: 0;
  left: 0; /* 追加 */
    width: 100%; /* 追加 */
    transform: translateY(-100%);
    background: #f3f3f3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerBox > h2 span {
    text-decoration: underline;
}

#flowerBox header h3 {
    position: absolute;
    left: 4rem;
    top: 4rem;
    font-size: 1.5rem;
    letter-spacing: .5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#flowerBox header p {
    position: absolute;
    top: 0;
    left: 1rem;
    transform: rotate(90deg);
    transform-origin: 0 100%;
    font-size: .9rem;
    font-family: 'Cinzel', serif;
    letter-spacing: .5rem;
}

#flowerBox article {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4rem;
}

#flowerBox article:nth-of-type(odd) {
    text-align: right;
}

#flowerBox article:nth-of-type(even) {
    text-align: left;
}

#flowerBox .image {
    width: 45%;
}

#flowerBox .text {
    padding: 0 2rem;
    width: 55%;
}

#flowerBox .text h4 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

#flowerBox .text .price {
    margin-bottom: 1rem;
}

/* Flower Frame Section */
#flowerFrame {
    position: relative;
    margin-top: 9rem;
    margin-bottom: 6rem;
    background: #fff;
    padding: 2rem;
    padding-top: 20rem;
}

#flowerFrame > h2 {
    position: absolute;
    top: 0;
    left: 0;
  width: 100%;
    transform: translateY(-100%);
    background: #f3f3f3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerFrame > h2 span {
    text-decoration: underline;
}

#flowerFrame header h3 {
    position: absolute;
    left: 4rem;
    top: 4rem;
    font-size: 1.5rem;
    letter-spacing: .5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#flowerFrame header p {
    position: absolute;
    top: 0;
    left: 1rem;
    transform: rotate(90deg);
    transform-origin: 0 100%;
    font-size: .9rem;
    font-family: 'Cinzel', serif;
    letter-spacing: .5rem;
}

#flowerFrame article {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4rem;
}

#flowerFrame .image {
    width: 60%;
}

#flowerFrame .text {
    padding-right: 2rem;
    width: 40%;
    text-align: right;
}

#flowerFrame .price {
    margin-bottom: 1rem;
}

/* Flower Arrangement Section */
#flowerArrangement {
    margin-bottom: 6rem;
    background: #fff;
    padding: 0 0 4rem 0;
}

#flowerArrangement > h2 {
    margin-bottom: 4rem;
    background: #f3f3f3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerArrangement > h2 span {
    text-decoration: underline;
}

#flowerArrangement article {
    display: flex;
    align-items: center;
}

#flowerArrangement article:first-of-type {
    padding-bottom: 4rem;
}

#flowerArrangement article h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

#flowerArrangement .image {
    width: 45%;
}

#flowerArrangement .text {
    padding-left: 3rem;
    width: 55%;
}

#flowerArrangement .price {
    margin: 3rem 0 1rem 0;
}

/* Flower Ring Pillow Section */
#flowerRingpillow {
    margin-bottom: 6rem;
    background: #fff;
}

#flowerRingpillow > h2 {
    background: #f3f3f3;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerRingpillow > h2 span {
    text-decoration: underline;
}

#flowerRingpillow .text {
    margin: 2rem auto 0;
    width: 70%;
    padding-bottom: 4rem;
}

#flowerRingpillow article h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#flowerRingpillow .inner {
    margin-top: 2rem;
    align-items: center;
}

#flowerRingpillow .price {
    width: 65%;
}

/* Iframe Video */
#iframeVideo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

#iframeVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}

/* Flower Clock 1 Section */
#flowerClock1 {
    margin-bottom: 6rem;
    background: #fff;
}

#flowerClock1 > h2 {
    background: #f3f3f3;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerClock1 > h2 span {
    text-decoration: underline;
}

#flowerClock1 .text {
    margin: 2rem auto 0;
    width: 70%;
    padding-bottom: 4rem;
}

#flowerClock1 article h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#flowerClock1 .inner {
    margin-top: 2rem;
    align-items: center;
}

#flowerClock1 .price {
    width: 65%;
}

/* Flower Clock 2 Section */
#flowerClock2 {
    margin-bottom: 6rem;
    background: #fff;
}

#flowerClock2 > h2 {
    background: #f3f3f3;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.2rem;
}

#flowerClock2 > h2 span {
    text-decoration: underline;
}

#flowerClock2 .inner {
    padding: 4rem 0 4rem 3rem;
}

#flowerClock2 .inner h3 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

#flowerClock2 .inner .text {
    padding-right: 1rem;
    width: 50%;
}

#flowerClock2 .inner .price {
    margin-bottom: 1rem;
}

#flowerClock2 .photoFrame .text {
    width: 50%;
}

#flowerClock2 .photoFrame .image {
    width: 50%;
}

#flowerClock2 .photoFrame .price {
    margin-top: 2rem;
}

#otherProducts {
    margin-bottom: 6rem;
    
    padding: 0 0 4rem 0;  /* 上下のパディングを削除 */
}

#otherProducts h2 {
    background: #f3f3f3;
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 0;  /* 見出し下の余白を削除 */
}

#otherProducts h2 span {
    text-decoration: underline;
}

#otherProducts .banner-container {
    width: 100%;
    text-align: center;
    line-height: 0;  /* 画像下の隙間を削除 */
}

#otherProducts .banner-container a {
    display: block;
    transition: opacity 0.3s ease;
    line-height: 0;  /* リンク要素の隙間も削除 */
}

#otherProducts .banner-container a:hover {
    opacity: 0.8;
}

#otherProducts .banner-container img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;  /* 画像下の隙間を確実に削除 */
}

/* Attention Section */
#attention {
    margin-bottom: 6rem;
    background: #fff;
    padding-bottom: 4rem;
}

#attention h2 {
    background: #f3f3f3;
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

#attention h2 span {
    text-decoration: underline;
}

#attention .inner1 {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
}

#attention .inner1 img {
    margin-top: 1rem;
}

#attention .inner2 {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 0 4rem;
}

#attention .inner2 p {
    margin-left: auto;
    width: 60%;
}

#attention .text {
    padding-left: 2rem;
}

#attention ul {
    list-style-type: decimal;
}

#attention li {
    margin: 1rem;
}

#attention h3 {
    margin: 1rem 2rem;
}

#attention .btn {
    width: 33%;
    text-align: center;
}

#column {
    position: relative;
    margin-bottom: 5rem;
    background: #fff;
    padding: 2rem;
}

#column h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

#column h2 span {
    text-decoration: underline;
}

#column h3 {
    margin: 3rem 0 1.5rem 0;
    font-size: 1.1rem;
    padding-left: 1rem;
    border-left: 3px solid #403b38;
}

/* スライダーのアイテム */
#column .column-item {
    background: #f5f5f5;
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
}

#column .column-item:hover {
    transform: translateY(-5px);
}

#column .column-item a {
    display: block;
    text-decoration: none;
    color: #403b38;
}

#column .column-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e0e0e0;
}

#column .column-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#column .column-caption {
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* スライダーのドット */
#column .column-slider .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 1.5rem;
    text-align: center;
    list-style: none;
}

#column .column-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#column .column-slider .slick-dots li:before {
    content: none;
}

#column .column-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#column .column-slider .slick-dots li button:before {
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #403b38;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#column .column-slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #403b38;
}

/* Column Slider - 2 Column Layout */
#column .column-slider {
    max-width: 900px;
    margin: 0 auto;
}

#column .column-slider .slick-slide {
    margin: 0 0.5rem;
}

#column .column-slider .slick-list {
    margin: 0 -0.5rem;
}




#faq {
    position: relative;
    margin-bottom: 5rem;
    background: #fff;
    padding: 2rem;
}

#faq ul {
    display: inline-block;
    margin-top: 2rem;
    text-align: left;
}

#faq ul li {
    margin: 1.5rem 0;
}

#faq ul li:before {
    content: 'Q:';
    margin-right: 0.5rem;
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

/* Mobile Responsive Styles (max-width: 640px) */
@media screen and (max-width: 640px) {
    /* Base Styles */
    html {
        font-size: 14px;
    }

    html,
    body {
        min-width: initial;
    }

    body {
        margin: 0;
    }

    .sp {
        display: block;
    }

    /* Page Navigation Mobile */
    #pageNav {
        display: none;
    }

    #pageNavSp {
        position: fixed;
        top: 55px;
        display: block;
        background: #f1f0ec;
        width: 100%;
        z-index: 998;
    }

    #pageNavSp hr {
        margin: 0 auto;
        border: none;
        border-top: 1px solid #666;
        width: 85%;
    }

    #pageNavSp ul {
        display: flex;
        justify-content: space-around;
    }

    #pageNavSp ul li {
        padding: 1rem .25rem;
        text-align: center;
    }

    /* Header Mobile */
    #headerSp {
        margin-bottom: 1.5rem;
        z-index: 997;
    }

    /* Drawer Navigation Button Float */
    .drawerNavSpBtn.floatSp {
        display: block;
        position: fixed;
        right: 1rem;
        bottom: 0;
        z-index: 1000;
        width: 60px;
        height: 60px;
        background: #ffffc8;
    }

    .drawerNavSpBtn.floatSp:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "menu";
        display: block;
        font-size: 35px;
        transform: translateY(5px);
        text-align: center;
    }

    .drawerNavSpBtn.floatSp.insight:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "close";
        display: block;
        font-size: 35px;
        transform: translateY(5px);
        text-align: center;
    }

    .drawerNavSpBtn.floatSp:after {
        content: 'menu';
        display: block;
        font-size: 11px;
        text-align: center;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .drawerNavSpBtn.floatSp.insight:after {
        content: 'close';
        display: block;
        font-size: 11px;
        text-align: center;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .drawerNavSpBtn.floatSp .rstCmnCntsBoxUdr {
        display: none;
    }

    #drawerNavSp .drawerNavSpBtn {
        visibility: hidden;
    }

    /* Main Visual Mobile */
    #mainVisual {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #mainVisual ul.mainVisual-unit {
        display: inline-block;
        font-size: 0;
    }

    #mainVisual ul.mainVisual-unit li {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

    #mainVisual ul.mainVisual-unit li img {
        width: 100vw;
        height: auto;
    }

    /* Container Mobile */
    #container {
        margin-top: 6rem;
        width: 100%;
        transform: none;
    }

    /* Page Header Mobile */
    #pageHeader {
        padding: 3rem 1rem 2rem 1rem;
    }


     #pageHeader h1 {
        font-size: 1.1rem;
    }

    #pageHeader h2 {
        font-size: 1rem;
    }

    #pageHeader p {
        margin-bottom: 2rem;
    }

    /* Header Mobile */
    #header {
        padding: 2rem 1rem;
    }

    #header hr {
        width: 80%;
    }
  
 #header .inner.shop-info-section {
        display: flex;
        flex-direction: column-reverse; /* 順序を逆にして画像を上に */
    }
    
   #header .inner.shop-info-section .text,
    #header .inner.shop-info-section .image {
        width: 100%;
        padding: 0;
    }
    
    #header .inner.shop-info-section .image {
        margin-bottom: 1.5rem; /* 画像とテキストの間に余白を追加 */
    }
    
    #header .inner.shop-info-section .image img {
        width: 70%;
        margin: 1rem auto 0;
        display: block;
    }
  
      #header .shop-info-button {
        text-align: center;
        margin-top: 1.5rem;
    }
    
    #header .shop-info-button .view-more-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
  
     #header .shop-info-footer {
        text-align: center;
        margin-top: 1.5rem;
    }
    
    #header .shop-info-footer .view-more-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
  
  
    /* First Order Mobile */
    #firstOrder {
        padding: 2rem;
    }


     #firstOrder p {
        margin: 1rem 0;
    }

    #firstOrder .firstOrder-heading {
        margin: 2rem auto;
        padding: 0 1rem;
    }
    
    /* スマホ表示時は1カラムレイアウトに変更 */
    #firstOrder .firstOrder-content {
        display: block;
        margin-top: 1.5rem;
    }
    
    #firstOrder .firstOrder-content .image {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    #firstOrder .firstOrder-content .text {
        width: 100%;
        padding: 0 1rem;
    }

    #firstOrder .firstOrder-content:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }
    
    #firstOrder .firstOrder-content:nth-of-type(2) .image {
        order: -1;
        width: 100%;
    }
    
    #firstOrder .firstOrder-content:nth-of-type(2) .text {
        order: 1;
        width: 100%;
        padding: 0 1rem;
    }

    #firstOrder .firstOrder-content3 .text3 {
    padding: 0rem 1rem;
    width: 50%;
}

#firstOrder .text4{
  padding: 2rem 0rem 0rem 0rem;
  width: 50%;
}
  
    /* About Flower Mobile */
    #aboutFlower {
        padding-bottom: 0;
    }

    #aboutFlower h3 {
        margin: 2rem 1.5rem;
    }

    #aboutFlower .flowerText {
        width: 100%;
        padding: 0 1.5rem;
    }

    #aboutFlower .inner {
        display: block;
    }

    #aboutFlower .inner .image {
        width: 100%;
    }

    #aboutFlower .inner .text {
        padding: 1.5rem;
        width: 100%;
    }

  
     /* Flower Family Mobile */
   #flowerFamily {
    padding-bottom: 1.5rem;
}

#flowerFamily .flowerText {
    margin: 0;
    padding: 1.5rem;
    padding-bottom: 3rem;
    width: 100%;
}

#flowerFamily .flowerText p {
    margin-bottom: 1rem;
}

#flowerFamily .inner {
    display: flex;
    flex-direction: column;
}

#flowerFamily .inner .image {
    order: -1; /* 画像を最初に表示 */
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

#flowerFamily .inner .image img.mobile-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top; /* 上部を基準に切り抜き */
    margin: 0 auto;
    display: block;
}

#flowerFamily .inner .text {
    width: 100%;
    padding: 0 1.5rem;
}
  
#flowerFamily .profile-footer {
    text-align: left;
    margin-top: 1.5rem;
}
    
#flowerFamily .profile-footer .view-more-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
}

    /* Flower Box Mobile */
    #flowerBox {
        padding-top: 20rem;
    }

    #flowerBox article {
        flex-wrap: wrap;
        padding-bottom: 2rem;
    }

    #flowerBox article:first-of-type {
        flex-direction: column-reverse;
    }

    #flowerBox .text {
        padding: 1.5rem 1.5rem 0 1.5rem;
        width: 100%;
    }

    #flowerBox .image {
        width: 100%;
    }

    /* Flower Frame Mobile */
    #flowerFrame {
        padding: 20rem 0 0 0;
    }

    #flowerFrame article {
        flex-flow: column-reverse;
        padding-bottom: 2rem;
    }

    #flowerFrame .price {
        text-align: left;
    }

    #flowerFrame .text,
    #flowerFrame .image {
        width: 100%;
    }

    #flowerFrame .text {
        padding: 1.5rem;
    }

    /* Flower Arrangement Mobile */
    #flowerArrangement {
        padding: 0;
    }

    #flowerArrangement article {
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    #flowerArrangement article .text {
        width: 100%;
        padding: 1.5rem;
    }

    #flowerArrangement article .image {
        width: 100%;
    }

    #flowerArrangement article:first-of-type {
        flex-direction: column-reverse;
    }

    /* Flower Ring Pillow Mobile */
    #flowerRingpillow .text {
        margin: 0;
        padding: 1.5rem;
        width: 100%;
    }

    #flowerRingpillow .inner {
        display: block;
    }

    #flowerRingpillow .inner .price {
        margin-bottom: 1rem;
        width: 100%;
    }

    /* Flower Clock 1 Mobile */
    #flowerClock1 .text {
        margin: 0;
        padding: 1.5rem;
        width: 100%;
    }

    #flowerClock1 .inner {
        display: block;
    }

    #flowerClock1 .inner .price {
        margin-bottom: 1rem;
        width: 100%;
    }

    /* Flower Clock 2 Mobile */
    #flowerClock2 .inner {
        flex-wrap: wrap;
        padding: 1.5rem;
    }

    #flowerClock2 .inner .text {
        padding: 0 0 1rem 0;
        width: 100%;
    }

    #flowerClock2 .inner .text h2 {
        margin-bottom: 1rem;
    }

    #flowerClock2 .photoFrame .inner {
        flex-direction: column-reverse;
        padding: 0;
    }

    #flowerClock2 .photoFrame .inner .text {
        padding: 1.5rem;
    }

    #flowerClock2 .photoFrame .inner .image {
        width: 100%;
    }
  
      #otherProducts {
        margin-bottom: 3rem;
        padding: 0;  /* 上下のパディングを削除 */
    }
    
    #otherProducts h2 {
        padding: 0 1rem 1rem 1rem;
        margin-bottom: 0;  /* 見出し下の余白を削除 */
    }
    
    #otherProducts .banner-container {
        padding: 0 1rem;
    }

    /* Attention Mobile */
    #attention h2 {
        padding-left: 1.5rem;
    }

    #attention .inner1 {
        display: block;
        padding: 1.5rem;
    }

    #attention .text {
        padding: 1rem 0 0 0;
    }

    #attention .inner2 {
        display: block;
        padding: 1.5rem;
    }

    #attention .inner2 a.btn {
        margin-bottom: 1rem;
        width: auto;
    }

    #attention .inner2 p {
        width: 100%;
    }

    #attention li {
        margin: 1rem 0 1rem 1rem;
    }

  #column {
        padding: 2rem 1rem;
    }
    
    #column h3 {
        margin: 2rem 0 1rem 0;
        font-size: 1rem;
    }
  
    /* Responsive Text Display */
    .desktop-text {
        display: none !important;
    }

    .mobile-text {
        display: block !important;
    }

    li.mobile-text {
        display: list-item !important;
    }
   .desktop-image {
    display: none;
  }
  
  .mobile-image {
    display: block;
  }
  
/* Product Gallery Mobile */
#productGallery {
    padding: 2rem 1rem;
}

#productGallery h3 {
    margin-top: 3rem;
     margin-bottom: 1rem;
}

#productGallery > img {
    margin-top: 2rem;
}

#productGallery .gallery-container {
    display: block;
    gap: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#productGallery .product-item {
    max-width: 100%;
    margin: 0;
}

/* スライダー有効時のスタイル */
#productGallery .product-gallery-slider.slick-initialized {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#productGallery .product-gallery-slider.slick-initialized .slick-list {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    overflow: visible !important;
}

#productGallery .product-gallery-slider.slick-initialized .slick-track {
    display: flex !important;
    align-items: center;
    margin: 0 auto;
}

#productGallery .product-gallery-slider.slick-initialized .slick-slide {
    width: 60vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    transform: scale(1);
    transition: transform 0.3s ease;
    opacity: 1;
}

#productGallery .product-gallery-slider.slick-initialized .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

#productGallery .product-gallery-slider.slick-initialized .product-item {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

#productGallery .product-gallery-slider.slick-initialized .product-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
}

#productGallery .product-gallery-slider.slick-initialized .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slick Dots */
#productGallery .product-gallery-slider.slick-initialized .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 1.5rem;
    list-style: none;
    text-align: center;
    padding: 0;
}

#productGallery .product-gallery-slider.slick-initialized .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#productGallery .product-gallery-slider.slick-initialized .slick-dots li:before {
    content: none;
}

#productGallery .product-gallery-slider.slick-initialized .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#productGallery .product-gallery-slider.slick-initialized .slick-dots li button:before {
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #403b38;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#productGallery .product-gallery-slider.slick-initialized .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #403b38;
}
  
}