/* Google Fonts Import */
@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%;
    }
}

/* Font Definitions */
@font-face {
    font-family: 'Cinzel';
    src: url('https://www.ground.ne.jp/fonts/Cinzel-Regular.ttf') format("truetype");
}

.font_h_alphanumeric {
    font-family: 'Cinzel', serif;
}

@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');
}

.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';
}

.font_Gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* Icon Styles */
.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 {
    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 {
    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: 0.5rem;
}

.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: 0.5rem;
}

/* Link Styles */
.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 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 Badge */
.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 HTML/Body Styles */
html {
    font-size: 16px;
}

body {
    background: #f1f0ec;
}



* {
    box-sizing: border-box;
}



@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
    
    html, body {
        min-width: initial;
    }
}

/* Responsive Break Points */
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;
    }
}

/* Mobile Navigation (Initially Hidden) */
#headerSp, #drawerNavSp {
    display: none;
}

/* Header Top */
#headerTop {
    width: 100%;
    background: #fff;
}

#headerTop div {
    margin: 0 auto;
    width: 1100px;
    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: 0.75rem;
}

#headerTop div nav {
    margin-left: auto;
}

#headerTop div nav ul {
    display: flex;
}

#headerTop div nav ul li {
    margin-left: 1.5rem;
    font-size: 0.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: 0.5rem;
    color: #f7f793;
}

/* Header Main */
#headerMain {
    position: relative;
    width: 100%;
}

#headerMain .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#headerMain .logo img {
    width: 300px;
}

#headerMain div {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* デスクトップ・モバイル用テキスト表示切り替え */
.desktop-text {
    display: block;
}
.mobile-text {
    display: none;
}

@media screen and (max-width: 640px) {
    #headerMain div {
        width: 100%;
    }
   /* モバイル表示：mobile-text表示、desktop-text非表示 */
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: block;
    }

}

#headerMain div nav {
    padding: 1rem 0;
    align-self: flex-start;
}

#headerMain div nav ul {
    display: flex;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.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;
}

#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: 0.75rem;
    text-decoration: underline;
}

#headerMain div aside address span:nth-of-type(1) {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

#headerMain div aside address span:nth-of-type(2) {
    display: block;
    font-size: 0.8rem;
}

#headerMain div aside .note {
    display: block !important;
    font-size: 0.7rem;
    font-weight: bold;
}

/* Global Navigation */
#globalNav {
    width: 100%;
    background: #8c8886;
    color: #fff;
}

#globalNav > ul {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
    #globalNav > ul {
        width: 100%;
    }
}

#globalNav > ul > li > a {
    display: inline-block;
    padding: 0.5rem 3rem;
}

#globalNav > ul a,
#globalNav > ul a:hover,
#globalNav > ul a:active,
#globalNav > ul a:focus,
#globalNav > ul a:visited {
    color: #fff;
}

#globalNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Global Navigation Dropdown */
#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: 0.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 Header */
@media screen and (max-width: 640px) {
    #headerTop, #headerMain, #globalNav {
        display: none;
    }
    
    #headerSp {
        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;
    }
}

/* Mobile Drawer Navigation */
@media screen and (max-width: 640px) {
    #drawerNavSp {
        display: flex;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 999;
        width: 80%;
        height: 100%;
        color: #fff;
        transition: 0.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: 0.5rem;
        box-sizing: border-box;
        bottom: 60px;
        font-size: 0.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: 0.75rem 1rem 0.75rem 2rem;
    }
    
    #drawerNavSp ul .pickUp {
        background: #ffffc8;
        border-bottom: 1px solid #8c8886;
    }
    
    #drawerNavSp ul .pickUp a {
        color: #8c8886;
    }
    
    #drawerNavSp ul p {
        color: #ffffc8;
    }
}

/* Footer (Mobile Hidden) */
#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 {
    display: flex;
    justify-content: space-between;
}

#siteMap > div div nav {
    width: calc(100% / 6);
    font-size: 0.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: 0.5rem;
}

#siteMap > div div nav li {
    margin: 0.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: 0.5rem;
}

#shoppingGuide > div aside {
    display: none;
}

#shoppingGuide > div div {
    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: 0.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: 0.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 {
    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: 0.9rem;
}

footer > div ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 0.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: 0.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 Styles */
@media screen and (min-width: 641px) and (max-width: 1199px) {
    #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%;
    }
    
    #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 > 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: 0.25rem 0;
    }
}

/* Mobile Responsive Styles */
@media screen and (max-width: 640px) {
    #footerSp {
        display: flex;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0.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: 0.8rem;
        text-align: center;
    }
    
    #footerSp ul li a {
        display: block;
    }
    
    #footerSp ul li img {
        width: 30%;
        margin-bottom: 0.2rem;
    }
    
    body.footerSpMargin {
        margin-bottom: 60px;
    }
    
    #siteMap {
        display: none;
    }
    
    #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 0.25rem;
        padding: 0.25rem 0.5rem;
        background: #fff;
        color: #403b38;
        font-size: 0.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 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: 0.5rem 0;
        width: calc(100% / 2);
    }
    
    footer div small {
        font-size: 0.5rem;
    }
}

/* Additional Font Face - Cormorant Garamond */
@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');
}

/* Override for Alphanumeric Font */
.font_h_alphanumeric {
    font-family: 'Cormorant Garamond', serif;
}

/* Awards Page Specific Styles */
html {
    font-size: 16px;
}

body {
    background: #aaa09e;
}

/* このページ専用：min-widthを解除 */
html, body {
    min-width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.profile-image-container {
    width: 100%;
    margin: 3rem 0;
}

.profile-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-image-container .image-caption {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    text-align: right;  /* centerからrightに変更 */
    color: #FFF;
    line-height: 1.4;
}

.profile-summary {
    display: flex;
    gap: 4rem; /* 2remから3remに増やして画像とテキストの間隔を広げる */
    align-items: flex-start;
    margin: 2rem 0;
}

.profile-summary-image {
    flex: 0 0 350px;
    max-width: 350px;
    margin-top: 2rem; /* 画像を下に移動 */
}

.profile-summary-image img {
    width: 100%;
    height: auto;
}

.profile-summary-text {
    flex: 1;
}

/* SNSアイコンのスタイル */
.profile-sns-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.profile-sns-icons .sns-icon {
    width: auto;
    height: 50px;
    transition: opacity 0.3s ease;
    display: block;
}

/* Instagramアイコンを小さくする */
.profile-sns-icons a[href*="instagram"] .sns-icon {
    height: 35px;
}

/* Threadsアイコンも小さくする */
.profile-sns-icons a[href*="threads"] .sns-icon {
    height: 35px;
}

.profile-sns-icons a:hover .sns-icon {
    opacity: 0.8;
}

.vision-section {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 3rem 0;
}

.vision-heading {
    flex: 0 0 300px;
    max-width: 300px;
  margin-top: -1rem;
}

.vision-heading h2 {
    white-space: nowrap; /* テキストを折り返さない */
}

.vision-content {
    flex: 1;
    padding-left: 4rem; /* 左側に余白を追加してテキストを右に移動 */
}

.vision-content h3 {
    margin-bottom: 1rem;
  font-size:1.2rem;
}
.full-width-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.footer-links {
    max-width: 800px;
    margin: 5rem auto 3rem auto; /* 上部に5remの余白、中央配置 */
    text-align: left;
}

.footer-links p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

* {
    box-sizing: border-box;
}


main {
    color: #FFF;
}

main a,
main a:hover,
main a:active,
main a:focus,
main a:visited {
    color: #FFF;
}

#globalNav {
    display: none;
    position: fixed;
    z-index: 1000;
    margin-bottom: 1.5rem;
}

#globalNav ul {
    padding: 0;
}

#globalNav ul a {
    display: block;
    padding: 0.5rem 2rem;
}



#mainVisual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mainVisual header {
    width: 100%;
}

#mainVisual .mainVisual-content {
    display: block;
    width: 100%;
}

#mainVisual .mainVisual-content img {
    width: 100%;
    height: auto;
    display: block;
}

#header > img,
.full-width-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

/* Awards Section Header */
#header {
    margin: 3rem auto;
    width: 1100px;
    text-align: left;
}

#header h1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
#header h1.en-profile {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
}

#header h2 {
    margin-top: 2rem;
  margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
#header p {
    margin-bottom: 1rem;
}

#header > p:first-of-type {
    margin-top: 4rem;
    margin-bottom: 4rem;
  text-align:center;
}
/* Media Date Style - 放送日に下線 */
.media-date {
    text-decoration: underline;
}

/* Media Link Style - リンクスタイル */
.media-link {
    display: inline-block;
    margin-top: 0.5rem;
    color: inherit;
    text-decoration: none;
}

.media-link:hover {
    opacity: 0.7;
}
.image-caption {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    text-align: center;
    color: #FFF;
    line-height: 1.4;
}

/* Awards List */
#awards {
    margin: 0 auto;
    padding-bottom: 1.5rem;
    width: 1100px;
}

#awards dl {
    display: flex;
}

#awards dl dt {
    width: 10rem;
}


#awards h3 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem 0;
    color: #FFF;
}

/* Ensure awards h2 tags maintain consistent styling */
#awards h2 {
    font-size: 1.4rem;
    margin: 3rem 0 2rem 0;
    color: #FFF;
}



/* Workshop Image */
.workshop-image {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.workshop-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 300px;
    object-fit: contain;
}

.link-title {
    margin: 2rem 0;
}

.sub-link {
  margin: 2rem 0;
}


/* Sustainability Link */
.sustainability-link {
    color: inherit;
    text-decoration: underline;
}

.sustainability-link:hover,
.sustainability-link:active,
.sustainability-link:focus,
.sustainability-link:visited {
    color: inherit;
}

/* Regional Activity Section */
.regional-activity {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin: 1rem 0;
}

.activity-text {
    flex: 2;
}

.activity-image {
    flex: 1;
    max-width: 300px;
}

.activity-image img {
    width: 100%;
    height: auto;
}

/* Navigation Section */
.navigation-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-item h4 {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: bold;
}

.nav-item a {
    display: block;
    transition: transform 0.3s ease;
}

.nav-item a:hover {
    transform: translateY(-5px);
}

.nav-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

/* Awards Detail */
#awardsDetail {
    margin: 5rem auto;
    width: 1100px;
}

/* Links Section */
#links {
    display: flex;
    justify-content: space-between;
    margin: 5rem auto;
    width: 1100px;
}

#links img {
    width: 100%;
}

#links p {
    margin-top: 0.5rem;
    text-align: center;
}

/* Mobile Responsive for Awards */
@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
    
   html, body {
        min-width: 100% !important;
        overflow-x: hidden;
    }
    
    #headerSp {
        margin-bottom: 1.5rem;
    }
  
    .profile-summary {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .profile-summary-image {
        flex: 1;
        max-width: 60%;
        order: 2;
    }
    
    .profile-summary-text {
        order: 1;
    }
  
      .profile-image-container {
        width: 100%;
        margin: 1rem 0;  /* 3rem 0から1rem 0に変更 */
    }
      .image-caption {
        font-size: 0.8rem;
        text-align: right;  /* 追加または変更 */
    }
  
      .profile-sns-icons {
        justify-content: flex-start;
        margin-top: 15px;
    }
  
  .vision-section {
        flex-direction: column;
        gap: 1rem;
    }
    
    .vision-heading {
        flex: 1;
        max-width: 100%;
    }
  
  .vision-content {
        padding-left: 0.5rem;  /* わずかな余白 */
    }
  
   .footer-links {
        max-width: 100%;
        padding: 0 1.5rem;
        margin: 4rem auto 2rem auto;
    }
  
    
    #mainVisual {
        position: relative;
        width: 100%;
        overflow: hidden;
     margin-top: 40px; 
    }
    
    
 #mainVisual .mainVisual-content img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    #header > img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
  #header h1 {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    #header h1.en-profile {
        font-size: 1rem;
        margin-top: 0.3rem;
        margin-bottom: 1.5rem;
    }
    
   #header {
        width: 100%;
        padding: 0 1.5rem;
        overflow-x: hidden;
    }
  
   .image-caption {
        font-size: 0.8rem;
    }
    
    #awards {
        width: 100%;
        padding: 1.5rem;
    }
    
    #awards dl {
        flex-wrap: wrap;
    }
    
    #awardsDetail {
        width: 100%;
    }
    
    #awardsDetail h3 {
        width: 12rem;
    }
    
    #awardsDetail .detail {
        padding: 1.5rem;
    }
    
    #awardsDetail .detail div:last-of-type {
        flex-wrap: wrap;
    }
    
    #awardsDetail .link {
        margin-top: 0.5rem;
    }
    
    /* Mobile Regional Activity */
    .regional-activity {
        flex-direction: column;
        gap: 1rem;
    }
    
    .activity-image {
        max-width: 250px;
        align-self: center;
    }
    
    /* Mobile Navigation Section */
    .navigation-section {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 60px;
        padding-top: 30px;
    }
    
    .nav-item {
        flex: 0 0 calc(50% - 15px);
    }
    
    .nav-item h4 {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
}