@charset "utf-8";
/* CSS Document */

/* 本文 */

body{
	width: 100%;
	font-family:'Lucida Console', Monaco, 'monospace';
    margin: 0;
    padding-top: 100px;
    padding-bottom: 0;
    min-height: 100vh;
}

html {
    margin: 0;
    padding: 0;
}

.main-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.online{
    font-family: Helvetica, sans-serif;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    text-decoration: none;
}

.online img {
    height: 1em;
    margin-right: 0.5em;
}

.header-instagram-icon {
    height: 30px;
    width: auto;
}

.head {
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
	margin: 0 auto;
	padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
	 
.head-inner {
	width: 950px;
}

iframe.footer {
	width: 100vw !important;
	height: 60px !important;
	background-color: #f5f5f5 !important;
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 100 !important;
	border: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	bottom: 0 !important;
}

.footer-table {
    height: 80px;
}

.footer-links a {
    vertical-align: middle;
    margin-left: 20px;
}

.footer-icon {
    height: 30px;
}

.footer-icon-cart {
    height: 1em;
    margin-right: 0.5em;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: #555;
    padding: 10px 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
}

.contents {
  width:100%;
  display: block;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited { 
    color: black;
}

.table{
    width: 950px;
    border-color: #f5f5f5;
    border-style: solid;
}

.table.no-border {
    border: none;
    }

.flexbox div{
  margin: 10px;
  width: 500px;
  height: 200px;
}

.flexbox{
  display:flex;
}

.movie {
	width: 100%;
	opacity: 0.7;
	z-index: 1;
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.movie video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* PC版動画設定 */
.movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
	background: #000;
}

#main-video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/* 動画コントロールを完全に非表示 */
#main-video {
	pointer-events: none; /* マウスイベントを無効化 */
	-webkit-user-select: none; /* テキスト選択を無効化 */
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#main-video::-webkit-media-controls {
	display: none !important;
}

#main-video::-webkit-media-controls-panel {
	display: none !important;
}

#main-video::-webkit-media-controls-play-button {
	display: none !important;
}

#main-video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

.news-section {
	margin: 60px 0;
	text-align: center;
}

ul.news-list {
    padding: 1em 1em 1em 3em;
    border: none;
    width: 950px;
    height: 200px;
    list-style: none;
    box-sizing: border-box;
    margin: 0 auto;
}
    
ul.news-list li{
    border-bottom: none;
    max-width: 800px;
}
    
.info{
    text-decoration:#D8D3D4;
    max-width: 700px;
}

.note {
    font-size: 12px;
    color: #555;
    margin: 0;
    padding-top: 10px;
}

.page-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.content-wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.content-section {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.image-block {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.image-block img {
    margin-top: 0;
    margin-bottom: 10px;
}

.text-block {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.text-block h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

.text-block p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

/* ハンバーガーメニューのスタイル - PC表示時は非表示 */
.mobile-header {
    display: none !important;
}

.mobile-nav {
    display: none !important;
}

.hamburger-menu {
    display: none !important;
}

/****************
　　スマホ用
****************/
@media screen and (max-width: 767px){

/* 完全リセット */
* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html {
    height: 100% !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
    
body{
	width: 100% !important;
	max-width: none !important;
	font-family:'Lucida Console', Monaco, 'monospace';
    height: auto !important;
    padding-top: 0 !important; /* 動画を全画面表示するためヘッダーの余白を削除 */
    padding-bottom: 45px !important;
    margin: 0 !important;
    min-height: 100vh !important;
    position: relative !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: manipulation !important;
}

.main-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 60px 10px 0 10px !important; /* ヘッダー分の上部余白を追加 */
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

/* デスクトップメニューを非表示 */
.head,
.desktop-menu {
    display: none !important;
    visibility: hidden !important;
}

/* モバイルヘッダーの表示 */
.mobile-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 15px !important;
    background-color: rgba(245, 245, 245, 0.95) !important; /* 半透明に変更 */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10001 !important;
    width: 100% !important;
    height: 60px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(221, 221, 221, 0.8) !important;
}

.mobile-logo {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

.mobile-logo img {
    height: 35px !important;
    width: auto !important;
    display: block !important;
}

/* ハンバーガーメニューボタン */
.hamburger-menu {
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer !important;
    padding: 8px !important;
    z-index: 10001 !important;
    width: 40px !important;
    height: 40px !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: transparent !important;
    border: none !important;
    position: relative !important;
}

.hamburger-menu span {
    width: 28px !important;
    height: 4px !important;
    background-color: #333 !important;
    margin: 3px 0 !important;
    transition: 0.3s !important;
    border-radius: 2px !important;
    display: block !important;
    position: relative !important;
}

/* ハンバーガーメニューアクティブ時のアニメーション */
.hamburger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* モバイルナビゲーション */
.mobile-nav {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: -100%;
    width: 300px !important;
    height: 100vh !important;
    background-color: #f5f5f5 !important;
    transition: right 0.3s ease !important;
    z-index: 10000 !important;
    padding-top: 80px !important;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1) !important;
    overflow-y: auto !important;
}

.mobile-nav.active {
    right: 0;
}

.mobile-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-nav li {
    border-bottom: 1px solid #ddd !important;
}

.mobile-nav a {
    display: block !important;
    padding: 25px 30px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    transition: background-color 0.3s !important;
    line-height: 1.5 !important;
}

.mobile-nav a:hover {
    background-color: #e0e0e0 !important;
}

.mobile-nav a:active {
    background-color: #d0d0d0 !important;
}

.mobile-instagram {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mobile-instagram-icon {
    height: 24px !important;
    width: auto !important;
    margin-right: 10px !important;
}

/* メニューオープン時のオーバーレイ */
body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* ヘッダーの調整 */
.head {
    position: relative;
}
	
.head-inner {
	width: 100%;
}

/* スマホ版動画設定 - 9:16アスペクト比で全画面表示 */
.movie {
    width: 100% !important;
    height: 100vh !important; /* ビューポート全体の高さを使用 */
    overflow: hidden !important;
    position: relative !important;
    background: #000 !important;
}

#main-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* スマホ版でも動画コントロールを完全に非表示 */
#main-video {
    pointer-events: none !important; /* タッチイベントを無効化 */
    -webkit-user-select: none !important; /* テキスト選択を無効化 */
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important; /* iOS Safariでの長押しメニューを無効化 */
}

#main-video::-webkit-media-controls {
    display: none !important;
}

#main-video::-webkit-media-controls-panel {
    display: none !important;
}

#main-video::-webkit-media-controls-play-button {
    display: none !important;
}

#main-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

#main-video::-webkit-media-controls-timeline {
    display: none !important;
}

#main-video::-webkit-media-controls-current-time-display {
    display: none !important;
}

#main-video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

#main-video::-webkit-media-controls-mute-button {
    display: none !important;
}

#main-video::-webkit-media-controls-volume-slider {
    display: none !important;
}

#main-video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.table,
ul.news-list {
	width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.news-section {
    width: 100% !important;
    margin: 30px 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}
    
a {
  text-decoration: none;
}


	
	
    /* 全体のレスポンシブ化 */
    * {
        box-sizing: border-box !important;
    }
    
    /* 重要な要素のマージン・パディングリセット */
    html, body, .main-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body {
    padding-top: 60px !important;
}
    
    /* モバイル用テーブルスタイル */
    table[width="950"], 
    table[width="860"], 
    table[width="400"] {
        width: 95% !important;
        margin: 0 auto !important;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    table[width="950"] td,
    table[width="860"] td {
        padding: 15px 10px !important;
        font-size: 14px !important;
        line-height: 1.8 !important;
        width: 100% !important;
        display: block;
    }
    
    /* 画像の完全レスポンシブ化 */
    img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0 auto 15px auto;
    }
    
    /* ヘッダーの完全レスポンシブ化 */
    .head {
        width: 100% !important;
        padding: 5px !important;
        box-sizing: border-box;
        overflow-x: auto;
    }
    
    .head-inner {
        width: 100% !important;
        min-width: 600px;
    }
    
    .head-inner table {
        width: 100% !important;
    }
    
    .head-inner td {
        font-size: 10px !important;
        padding: 3px 1px !important;
        white-space: nowrap;
    }
    
    .head-inner td[width="40%"] {
        width: 25% !important;
    }
    
    .head-inner td[width="10%"] {
        width: 12% !important;
    }
    
    .head-inner td[width="15%"] {
        width: 16% !important;
    }
    
    .head-inner td[width="25%"] {
        width: 15% !important;
    }
    
    /* オンラインショップボタンの調整 */
    .online {
        font-size: 8px !important;
        padding: 1px 0 !important;
    }
    
    .online img {
        height: 0.8em !important;
        margin-right: 0.3em !important;
    }
    
    /* フッターの完全レスポンシブ化 */
    table[width="400"] {
        width: 90% !important;
        max-width: none;
        margin: 20px auto !important;
    }
    
    table[width="400"] td {
        width: 50% !important;
        padding: 15px 5px !important;
        font-size: 13px !important;
        text-align: center !important;
        vertical-align: top !important;
    }
    
    table[width="400"] img {
        width: 80px !important;
        height: auto !important;
        margin: 0 auto 10px auto !important;
        display: block !important;
    }
    
    table[width="400"] p {
        margin: 5px auto !important;
        padding: 0 5px !important;
        text-align: center !important;
    }
    
    /* ページタイトルの調整 */
    .page-title {
        font-size: 20px !important;
        padding: 15px 10px !important;
        margin: 10px 0 !important;
        text-align: center !important;
    }
    
    /* テキストの読みやすさ向上 */
    font[size="+2"] {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
    
    font[size="3"] {
        font-size: 12px !important;
    }
    
    font[size="2"] {
        font-size: 10px !important;
    }
    
    /* 余白の調整 */
    p {
        margin: 10px 0 0 0 !important;
        padding: 0 10px !important;
    }
    
    /* 最後のp要素の下マージンを削除 */
    p:last-child {
        margin-bottom: 0 !important;
    }
    
    br {
        line-height: 1.8;
    }
    
    /* iframeの調整 */
    iframe.footer {
        width: 100vw !important;
        height: 45px !important;
        background-color: #f5f5f5 !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        z-index: 100 !important;
        border: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .footer-table {
        width: 100% !important;
        height: auto !important;
        padding: 10px 0;
    }
    
    .footer-table td {
        padding: 10px 15px !important;
        font-size: 14px !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    
    .footer-table td[width="50%"] {
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-links a {
        margin: 0 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle;
    }
    
    .footer-icon {
        height: 35px !important;
    }
    
    .footer-icon-cart {
        display: none !important;
    }
    
    /* オンラインショップのリンクを1行で表示 */
    .footer-links a.online {
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-top: -8px !important;
    }
    
    .copyright {
        font-size: 14px !important;
        padding: 15px 0 0 0 !important;
        margin: 0 !important;
        background-color: #f5f5f5 !important;
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
    }
    
    /* コンテンツラッパーのレスポンシブ化 */
    .content-wrapper {
        max-width: none !important;
        margin: 0 !important;
        padding: 0 10px !important;
    }

    /* コンテンツセクションのレスポンシブ化 */
    .content-section {
        flex-direction: column !important;
        gap: 25px !important;
        margin-bottom: 40px !important;
        padding: 0;
    }
    
    .image-block, 
    .text-block {
        width: 100% !important;
    }
    
    .image-block img {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .text-block h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }
    
    .text-block p {
        font-size: 14px !important;
        line-height: 1.7 !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

}

