﻿/* 変数 */:root{/*ベタ塗*/--color-red:#b81c22;--color-green:#007130;--color-white:#dcdcdc;--color-black:#000;/*半透明*/--color-cover:rgba(71,45,25,.8);--color-translucent-white:rgba(255,255,255,.8);/*背景*/--main-back-color: radial-gradient(#6c5330 0%, #472d19 100%);--tab-back-color:radial-gradient(#f4ecd8 0%, #e5cc8c 100%);--tab-border-color:#522103;--item-border-color:#522103;}/* リセット */html,body,div,p,img {padding:0;margin:0;}img {width:100%;}video {width:100%;height:auto;display:block;}input {appearance: none;-webkit-appearance: none;}/* 共通 */html {background:var(--main-back-color);}body {min-height:100vh;color:var(--color-white);letter-spacing:.05em;}body::before {content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(https://www.ichiranstore.com/img/page/mhws2602/bg.jpg);background-position:center;background-size: cover;background-repeat: no-repeat;z-index:-1;}header {position:fixed;background:var(--color-cover);width:100%;height:50px;display:none;z-index:100;}div#header {display:flex;justify-content:center;align-items:stretch;width:100%;max-width:800px;height:100%;margin:0 auto;}h1.header_logo {height:100%;margin:0;}h1.header_logo img{width:auto;height:100%;}article#wrap {display:none;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000;}#view_wrap {width:100%;max-width:800px;margin:0 auto;}section {position:relative;display:block;width:100%;padding:2em 0;animation-name: section-fadein;animation-timeline: view();animation-range: entry 0% cover 10%;animation-iteration-count: 1;}@keyframes section-fadein {0%{opacity:0;}100% {opacity:1;}}div.text_content {text-align:center;padding:2em 0 0;}div.text_content p{display:inline-block;padding:0.75em 1em;line-height:1.75em;font-weight:bold;}@media screen and (max-width:768px){div.text_content p{font-size:0.8em;}}h2.sec_ttl {font-weight:bold;color:#d3ac67;text-align:center;background:linear-gradient(90deg, #563f1b 0%, #000000 100%);border:1px solid #fcf4f4;box-shadow:0 0 10px #fff462;width:90%;margin:0 auto;padding:0.25em 0.5em;}h2.sec_ttl img{width:auto;max-height:35px;max-width:100%;}h3.sec_ttl_sub {padding:0.25em 0;/*background:linear-gradient(180deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,.8) 100%);*/border-bottom: 1px solid #fcf4f4;box-shadow: 0px 5px 10px -5px #fff462;}.led-lamp {position:relative;}.led-lamp::before {content:"";position:absolute;display:inline-block;border-radius:50%;background:rgba(240, 255, 0, .8);width:0.5em;height:0.5em;top:0.75em;left:0.5em;animation-name: led-lamp;animation-duration: 2s;animation-iteration-count: infinite;}@keyframes led-lamp {0% {opacity: .2;filter: saturate(100%);filter: drop-shadow(0 0 0.25em rgba(240, 255, 0, .1)) drop-shadow(0 0 0.25em rgba(240, 255, 0, .1));}50% {opacity: 1;filter: saturate(200%);filter: drop-shadow(0 0 0.25em rgba(230, 255, 0, .8)) drop-shadow(0 0 0.25em rgba(240, 255, 0, .6));}100% {opacity: .2;filter: saturate(100%);filter: drop-shadow(0 0 0.25em rgba(240,255,0, .1)) drop-shadow(0 0 0.25em rgba(240, 255, 0, .1));}}.led-lamp span {display:inline-block;margin-left:1.5em;}div.link-block {width:100%;text-align:center;margin:0.75em auto;padding:0.5em 0;}a.link-btn {position:relative;display:inline-block;text-decoration:none;font-weight:bold;color:#d3ac67;text-align:center;background:linear-gradient(90deg, #242917 0%, #5a4e1f 100%);border:1px solid #fcf4f4;width:80%;margin:0 auto;padding:0.75em 1em;cursor:pointer;}@media screen and (max-width:768px){a.link-btn {font-size:0.8em;line-height:1.6em;width:90%;}}a.link-btn::after {content:"";position:absolute;display:inline-block;vertical-align:middle;line-height:0.5em;width:0.5em;height:0.5em;border:0.25em solid #d3ac67;border-left:0;border-bottom:0;box-sizing:border-box;transform: translateX(-25%) rotate(45deg);top:1.25em;right:1em;}a.link-btn:hover {box-shadow:0 0 10px #fff462;}a.link-btn:hover::after {animation-name: link-arrow;animation-duration: 0.5s;animation-iteration-count: infinite;}@keyframes link-arrow {0% {opacity:1;right:1em;}80% {opacity: 1;right:0.75em;}85% {opacity: 0;right:0.5em;}95% {opacity: 0;right:1em;}100% {opacity:1;right:1em;}}.text-base {background:rgba(0,0,0,.5);padding:0.75em;margin:20px;box-shadow:0 0 20px #000000;box-sizing:border-box;}/*TOPに戻る*/#return_top {position:fixed;width:80px;bottom:2em;right:1em;z-index:10;}#return_top img{width:100%;}/*カバー（スプラッシュ画面）*/#cover{position:absolute;display:block;width:100%;height:100%;background-color:var(--color-cover);animation-name: bg-cover-fadein;animation-duration: 3s;animation-iteration-count: 1;z-index:-1;opacity:0;}#cover::before {background-image:url(https://www.ichiranstore.com/img/page/mhws2602/mv_logo.png);background-position: center;background-repeat: no-repeat;background-size: 80%;content: "";position:fixed;height:100vh;width:100%;top:0;left:0;}@keyframes bg-cover-fadein {0%{opacity:1;z-index:10;}60% {opacity:1;}90% {z-index:10;}100% {opacity:0;}}/*ナビゲーション*//*ハンバーガーボタン制御*/#nav_hamburger {display:none;}label.hamburger_btn {position:fixed;top:20px;right:5px;width:40px;height:40px;justify-content:center;align-items:center;z-index:10;}label.hamburger_btn span,label.hamburger_btn span:before,label.hamburger_btn span:after {content:"";display:block;height:3px;width:25px;border-radius:3px;background-color:#ffffff;position:absolute;}label.hamburger_btn span:before {bottom: 8px;}label.hamburger_btn span:after {top: 8px;}#nav_hamburger:checked ~ label.hamburger_btn span {background-color:transparent;}#nav_hamburger:checked ~ label.hamburger_btn span::before {bottom: 0;transform: rotate(45deg);}#nav_hamburger:checked ~ label.hamburger_btn span::after {top: 0;transform: rotate(-45deg);}/*ナビゲーションメニュー*/div.nav_menu {position:fixed;width:100%;height:calc(100% - 50px);bottom:-100%;right:0;background-color:var(--color-cover);}@media screen and (max-height:620px){div.nav_menu  {overflow-y:scroll;}}div.nav_base {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow: inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);margin:3em auto;height:calc(100vh - 8em - 95px);min-height:440px;color:var(--color-black);text-shadow:none;box-sizing: border-box;max-width:600px;width:90%;}h2.nav_ttl{width:100%;text-align:center;margin:0;border-bottom:1px dashed var(--item-border-color);}h2.nav_ttl img{width:150px;}div.nav_base ul{padding:1.5em 1em;margin:0;list-style-type:none;background-color:rgba(0,0,0,.1);}li.nav_menu_link {border-bottom:1px solid var(--item-border-color);position:relative;padding-left:2em;text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff;}li.nav_menu_link:hover{background-color:rgba(71,45,25,.2);box-sizing:border-box;}li.nav_menu_link a{display:inline-block;font-size:1.5em;text-decoration:none;color:var(--color-black);width:100%;position:relative;z-index:10;}li.nav_menu_link a::before {content:"";background-size:1.5em 1.5em;width:1.5em;height:1.5em;position:absolute;left:-1.5em;background-image:url(https://www.ichiranstore.com/img/page/mhws2602/icon_c.png);}li.nav_menu_link a:hover::before {background-image:url(https://www.ichiranstore.com/img/page/mhws2602/icon_c_active.png);}div.nav_base img.nav_back_img {position: absolute;bottom: 0;left: 0;width:70%;max-width: 400px;z-index: -1;opacity: 0.2;}div.nav_airu {position:absolute;width:220px;bottom:-2em;right:-0.5em;}div.nav_airu img{width:100%;}@media screen and (max-width:768px){li.nav_menu_link a{font-size:1.2em;}}/*セットイメージ*/div#set_image {position:relative;}div#set_photo {width:80%;margin:50px auto 0;}@media screen and (max-width:768px){div#set_photo {width:90%;}}div#set_photo h1{margin-bottom:0;}div#set_photo img{width:100%;}div#set_photo p{text-align:right;font-size:0.8em;margin-top:-1.6em;}/*コンテンツ*/div.content_head {width:100%;}/*商品*/div#goods {position:relative;}div.goods_block {width:60%;margin:2em auto 0;padding:2em 1em;}@media screen and (max-width:768px){div.goods_block {width:96%;}}div.goods_block,div.btn-content {padding:1em;text-align:center;}div.goods_block{position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow: inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);box-sizing: border-box;}div.goods_block p{font-weight:bold;margin-bottom:0.5em;}div.goods_block p span{color:#f00;margin-left:0.5em;}div.goods_block div.goods_img{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;}div.goods_block div.goods_img div.goods_img_thum {display:block;width:30%;margin:0.5em;box-shadow: inset 0 0 10px var(--tab-border-color);}div.goods_block div.goods_img div.goods_img_thum img {position:relative;z-index:-1;}div.goods_block div.goods_img div.goods_img_name {display:block;width:60%;padding:0.5em;background:rgba(199,178,214,.3);text-align:left;box-sizing:border-box;}div.goods_block div.goods_img div.goods_img_name h3.goods_name{text-shadow:none;color:var(--color-black);border-bottom:1px solid #a1a3a6;margin:0;padding:0.5em 0;font-size:1em;}@media screen and (max-width:768px){div.goods_block div.goods_img div.goods_img_name h3.goods_name{font-size:0.9em;}}div.goods_block div.goods_img div.goods_img_name p.goods_price{text-align:right;color:#e8c506;text-shadow:1px 1px 0 #5a4e1f,-1px 1px 0 #5a4e1f,-1px -1px 0 #5a4e1f,1px -1px 0 #5a4e1f;background:linear-gradient(90deg, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 2%,rgba(0,0,0,.1) 98%,rgba(0,0,0,0) 100%);padding:0 0.5em;border-bottom:1px solid #a1a3a6;}div.goods_block div.cart-in {padding:1em 0 0;}div.goods_block div.cart-in form {width:100%;}div.goods_block div.cart-in input.add_to_cart {position:relative;display:inline-block;background:#5c4911;border:4px solid #b1aea0;border-radius:0.5em;box-shadow:inset 0 0 20px #252012;box-sizing:border-box;color:#fff;font-size:1.2em;line-height:2em;width:80%;cursor:pointer;}div.goods_block div.cart-in input.add_to_cart:hover {border:4px solid #f6fe5e;}div.goods_comment p {font-weight: normal;color: #333;text-shadow: 0 0 black;text-align: left;}div.ichiran_airu_img {width:80%;position:relative;margin:-4% auto 0;}/*商品詳細*/#goods_detail {width:100%;}div.goods_detail_block {width: 90%;margin: 0.75em auto;background: rgba(24, 19, 9, .8);border: 1px solid #f4ecd8;padding: 0 0.5em;box-sizing: border-box;}h3.goods_detail_ttl {padding:0.25em 0;border-bottom: 1px solid #fcf4f4;box-shadow: 0px 10px 10px -10px #fff462;}div.goods_detail_block h3.goods_detail_ttl:first-child {margin-top:0.5em;}div.goods_detail_content{margin-bottom:3em;}div.goods_detail_content h4{font-size:1.2em;text-align:center;margin:0.5em 0;}div.goods_detail_content h4 img{width:auto;max-height:28px;max-width:100%;}div.goods_detail_content p.goods_detail_info{font-size:0.8em;text-align:center;padding:0 0.5em;}@media screen and (max-width:768px){div.goods_detail_content p.goods_detail_info{text-align:left;}div.goods_detail_content p.goods_detail_info br{display:none;}}div.goods_detail_content > p{padding:0 0.5em;}div.goods_detail_content > p span{font-size:0.8em;}div.goods_detail_thum_block {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;}div.goods_detail_thum_block div.thum_column_2 {width:48%;box-sizing:border-box;padding:0.5em;}div.goods_detail_thum_block div.thum_column_3 {width:32%;box-sizing:border-box;padding:0.5em;margin-top:0.5em;}div.goods_detail_thum_block div.thum_column_2 h5 ,div.goods_detail_thum_block div.thum_column_3 h5 {text-align:center;}@media screen and (max-width:768px){div.goods_detail_thum_block div.thum_column_2 h5 ,div.goods_detail_thum_block div.thum_column_3 h5 {font-size:0.6em;}}div.goods_detail_thum_block div.thum_column_2 p ,div.goods_detail_thum_block div.thum_column_3 p {font-size:0.6em;text-align:right;}div.goods_thum_info {font-size:0.6em;text-align:right;width:100%;margin-bottom:1.5em;}div.goods_thum_info p {display:inline-block;text-align:left;}/*アコーディオンタブ-アクション*/#tab_content {width:90%;margin:0 auto;overflow:hidden;}input#item1 ,input#item2 {display:none;}label.item_tab {position:relative;display:inline-block;font-weight:bold;color:#d3ac67;text-align:center;background:linear-gradient(0deg, #563f1b 0%, #000000 100%),linear-gradient(90deg, #563f1b 0%, #000000 100%);border:1px solid #fcf4f4;box-shadow:0 0 10px #fff462;padding:0.75em 2em;width:100%;box-sizing:border-box;cursor:pointer;height:98px;display:flex;justify-content:center;align-items:center;}@media screen and (max-width:768px){label.item_tab {font-size:0.8em;}}label.item_tab::after {content:"";position:absolute;display:inline-block;vertical-align:middle;line-height:0.5em;width:0.5em;height:0.5em;border:0.25em solid #d3ac67;border-left:0;border-bottom:0;box-sizing:border-box;transform: translateX(-25%) rotate(135deg);top:45px;right:1em;}label.item_tab:hover::after {animation-name: link-arrow-acd-open;animation-duration: 0.5s;animation-iteration-count: infinite;}@keyframes link-arrow-acd-open {0% {opacity:1;top:45px;}80% {opacity: 1;top:50px;}85% {opacity: 0;top:55px;}95% {opacity: 0;top:45px;}100% {opacity:1;top:45px;}}#item1:checked ~ label.item_tab[for="item1"],#item2:checked ~ label.item_tab[for="item2"] {position: relative;background:linear-gradient(0deg, #594c09 0%, #3f3a03 100%);}#item1:checked ~ label.item_tab[for="item1"]::after,#item2:checked ~ label.item_tab[for="item2"]::after {transform: translateX(-25%) rotate(-45deg);}#item1:checked ~ label.item_tab[for="item1"]:hover::after,#item2:checked ~ label.item_tab[for="item2"]:hover::after {animation-name: link-arrow-acd-close;animation-duration: 0.5s;animation-iteration-count: infinite;}@keyframes link-arrow-acd-close {0% {opacity:1;top:45px;}80% {opacity: 1;top:40px;}85% {opacity: 0;top:35px;}95% {opacity: 0;top:45px;}100% {opacity:1;top:45px;}}.item_content {color:var(--color-black);text-shadow:none;}#item_content1 {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow:inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);box-sizing: border-box;display:none;}#item_content2 {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow:inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);box-sizing: border-box;display:none;}#item1:checked ~ #item_content1 {display:block;animation-name: bg-fadein;animation-duration: 1s;animation-iteration-count: 1;}#item2:checked ~ #item_content2 {display:block;animation-name: bg-fadein2;animation-duration: 1s;animation-iteration-count: 1;}@keyframes bg-fadein {0%{opacity:0;}100% {opacity:1;}}@keyframes bg-fadein2 {0%{opacity:0;}100% {opacity:1;}}/*商品内容詳細*/h3.item_list_ttl {border-bottom:1px solid var(--item-border-color);position:relative;padding-left:2em;font-size:1em;}h3.item_list_ttl::before {content:"";background-size:1.5em 1.5em;width:1.5em;height:1.5em;position:absolute;left:0;}#item_content1 h3.item_list_ttl::before {background-image:url(https://www.ichiranstore.com/img/page/mhws2602/icon_d.png);}#item_content2 h3.item_list_ttl::before {background-image:url(https://www.ichiranstore.com/img/page/mhws2602/icon_d.png);}div.item_list_block {display:flex;justify-content:center;align-items:center;}div.item_list_img {padding:0.25em;box-sizing:border-box;width:40%;}div.item_list_img img{width:100%;box-shadow:inset 0 0 10px var(--tab-border-color);}div.item_list_text {padding:0.25em;box-sizing:border-box;width:60%;}div.item_list_text p {padding-left:0.5em;}div.item_list_text p  span{font-size:0.8em;}@media screen and (max-width:768px){div.item_list_block {display:block;}div.item_list_img {width:100%;}div.item_list_text {width:100%;}div.item_list_text p {padding-left:0;}}/*アイルーコメント*/div.airu_block {display:flex;justify-content:center;align-items:center;width:90%;margin:auto;}div.airu_img {padding:0.25em;box-sizing:border-box;width:40%;}div.airu_comment {width:60%;background:rgba(0,0,0,.5);padding:0.75em;margin:20px;box-shadow:0 0 20px #000000;box-sizing:border-box;display:flex;flex-direction: column;justify-content: center;align-items: center;min-height:8em;}@media screen and (max-width:768px){div.airu_comment {font-size:0.8em;}}/*配送イメージ*/#goods_shipping {width:90%;margin:auto;}#goods_shipping p.shipping_info{text-align:right;font-size:0.8em;}#shipping_img {position:relative;width:100%;}#shipping_img p.shipping_comment{position:absolute;display:inline-block;width:100%;bottom:5%;left:0;text-align:center;}#shipping_img p.shipping_comment span {display:inline-block;background:rgba(0, 0, 0, .5);box-shadow:0 0 20px #000;box-sizing:border-box;padding:0.75em 1em;line-height:1.75em;font-weight:bold;}@media screen and (max-width:768px){#shipping_img p.shipping_comment{font-size:0.8em;}#goods_shipping p.shipping_info{font-size:0.6em;}}/*タブ-アクション*/#pcd_content {width:100%;margin:0 auto;overflow:hidden;}#pcd_tab_block {width:98%;display:flex;justify-content:center;align-items:end;margin:3em auto 0;text-shadow:none;}input#pcd1 ,input#pcd2 {display:none;}label.pcd_tab {display:inline-block;background:var(--tab-border-color);border:1px solid var(--tab-border-color);color:#ffc;padding:0.75em 2em;width:40%;box-sizing:border-box;text-align:center;cursor:pointer;}#pcd1:checked ~ label.pcd_tab[for="pcd1"],#pcd2:checked ~ label.pcd_tab[for="pcd2"] {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow:inset 0 0 20px var(--tab-border-color);filter: sepia(30%);box-sizing: border-box;color:var(--color-black);font-size:1.2em;width:60%;cursor:auto;}.pcd_content {width:98%;color:var(--color-black);text-shadow:none;margin:0 auto 1em;}#pcd_content1 {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow:inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);box-sizing: border-box;display:none;}#pcd_content2 {position: relative;background: var(--tab-back-color);border: 1px solid var(--tab-border-color);box-shadow:inset 0 0 20px var(--tab-border-color);padding: 25px 20px 20px;filter: sepia(30%);box-sizing: border-box;display:none;}#pcd_tab_block:has(#pcd1:checked) ~ #pcd_content1 {display:block;animation-name: bg-pcd-fadein;animation-duration: 1s;animation-iteration-count: 1;}#pcd_tab_block:has(#pcd2:checked) ~ #pcd_content2 {display:block;animation-name: bg-pcd-fadein2;animation-duration: 1s;animation-iteration-count: 1;}@keyframes bg-pcd-fadein {0%{opacity:0;}100% {opacity:1;}}@keyframes bg-pcd-fadein2 {0%{opacity:0;}100% {opacity:1;}}div.pcd_input {font-size:0.8em;border:1px solid var(--tab-border-color);}div.pcd_input_head {background:var(--tab-border-color);color:#f4ecd8;padding:0.25em;text-align:center;}div.pcd_input_head span{white-space:nowrap;}div.pcd_input_method ul{margin:0;padding:1em 1.5em 1em 2em;}div.pcd_input_method ul.steam{list-style-type:decimal;}ul.pcd_other_info {margin:0;padding:0.5em 1.5em;font-size:0.6em;}/* 注意事項 */div.info_wrap {display:flex;width:90%;margin:auto;justify-content:center;align-items:center;}div.info_block {position:relative;width:70%;margin:0.5em auto;background:rgba(28,17,7,.5);padding:0.5em 0.25em;box-sizing:border-box;}ul.info_list {padding-inline-start:2em;}ul.info_list li {padding:0 0.25em;}ul.info_list li span {font-size:0.8em;}div.info_img {width:30%;padding:0 0.5em;}@media screen and (max-width:768px){div.info_wrap {display:block;}div.info_block {width:100%;}ul.info_list {font-size:0.8em;}div.info_img {width:120px;position:absolute;top:-100px;right:0;}}/* FAQ */div.faq_block {position:relative;width:90%;margin:0.5em auto 1em;background:rgba(28,17,7,.5);}h3.faq_block_q {margin-top:0.5em;padding:0.25em 0;border-bottom: 1px solid #fcf4f4;box-shadow: 0px 5px 10px -5px #fff462;background:rgba(240,255,0,.2);}div.faq_block_a {padding:0 1em 1em;}div.faq_block_a span{font-size:0.8em;}div.faq_shipping {text-align:center;font-size:0.8em;margin-top:0.75em;display:grid;grid-template-columns: repeat(auto-fill, minmax(6em, 1fr));gap:2px;}div.faq_shipping  div div.shipping_area{background:rgba(255,255,0,.3);width:100%;}div.faq_shipping  div div.shipping_price {background:rgba(0,0,0,.6);width:100%;}div#contact_us {background:rgba(0,0,0,.5);padding:0.75em;width:90%;box-shadow:0 0 20px #000000;box-sizing:border-box;margin:2em auto 0;}h3.contact_us_ttl {text-align:center;margin:0;}p.contact_us_text {padding:1em 0 0.5em;}/*〇〇とは*/div.product_block {width:90%;margin:0.75em auto 1.25em;background:rgba(24,19,9,.8);border:3px solid #f4ecd8;padding:0.5em;box-sizing:border-box;}h3.product_ttl {text-align:center;margin:0;padding:0.75em 0;color:#d3ac67;border-bottom: 1px solid #fcf4f4;box-shadow: 0px 10px 10px -10px #fff462;}h3.product_ttl img{width:auto;max-height:35px;max-width:100%;}div.product_img {width:90%;margin:0.75em auto 0.5em;box-sizing:border-box;}div.product_message {width:90%;margin:auto;padding:0.5em 0 1em;}/*フッター*/footer {display:none;}footer div {position:relative;background:var(--color-cover);z-index:0;padding:0.75em 0;}copy {display:block;text-align:center;}