﻿@charset "utf-8";

@media print, screen and (min-width: 768px) {
  /*		Contents
---------------------------------------------------------------------------

	Common（共通部分）

	HOME									[ / ]
	固定ページ								[ /page/ ]
	投稿ページ								[ /post/ ]
	オンラインショップ / 商品一覧			[ /shop/products/list ]
	オンラインショップ / 商品詳細			[ /shop/products/detail ]
	お問い合わせ							[ /contact/ ]

------------------------------------------------------------------------ */

  /* ========================================================================
	Common（共通部分）
======================================================================== */
  body {
    min-width: 1240px;
  }

  .sp {
    display: none;
  }

  .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }

  a img,
  .fade,
  .fades a {
    transition-duration: 0.2s;
  }
  a:hover img,
  .fade:hover,
  .fades a:hover {
    opacity: 0.8;
  }
  .fades a:hover img {
    opacity: 1;
  }

  /* ----------------------------------------
	header
---------------------------------------- */
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    z-index: 13;
  }

  header > div > p {
    width: 1200px;
    /*margin:0 auto;*/
    margin: 0 10px 0 10px;
    display: inline;
  }

  header h1,
  header .logo {
    padding: 27px 0;
  }

  /* ledlenser
---------------------------------------- */
  header .ledlenser {
    padding: 9px 0;
    background: #edf4f5;
    text-align: right;
    line-height: 1;
  }

  /* ----------------------------------------
	menu
---------------------------------------- */
  #menu {
    position: absolute;
    top: 0;
    right: 0;
  }

  #menu .switch {
    display: none;
  }

  #menu .menu {
    display: block !important;
  }

  /* gnavi
---------------------------------------- */
  #menu .gnavi {
    overflow: visible;
    float: left;
  }

  #menu .gnavi > li {
    position: relative;
    float: left;
    margin: 0 0 0 25px;
  }

  #menu .gnavi > li > a,
  #menu .gnavi > li > span {
    display: block;
    position: relative;
    font-weight: bold;
    color: #ffffff;
    line-height: 87px;
    text-decoration: none;
    cursor: pointer;
  }

  #menu .gnavi > li > a::after,
  #menu .gnavi > li > span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #000000;
    transition-duration: 0.2s;
  }
  #menu .gnavi > li > a:hover::after,
  #menu .gnavi > li > span:hover::after {
    background: #ffcf07;
  }

  #menu .gnavi .child {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    padding: 22px 0 0 0;
    z-index: 1;
  }

  #menu .gnavi .child a {
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1;
  }
  #menu .gnavi .child a:hover {
    text-decoration: underline;
  }

  #menu .gnavi .child a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffcf07;
  }

  #menu .gnavi .close {
    content: '';
    position: fixed;
    top: 87px;
    /*top: 127px;*/
	left: 0;
    width: 100%;
    padding: 200px 0 40px 0;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }

  #menu .gnavi .close span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #383b43;
    line-height: 40px;
    cursor: pointer;
  }

  #menu .gnavi .close span::after {
    content: url(../../img/common/icon_close.png);
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
    line-height: 1;
  }

  /* shop
---------------------------------------- */
  #menu .shop {
    float: left;
    padding: 0 0 0 24px;
  }

  #menu .shop li {
    float: left;
    padding: 0 0 0 16px;
  }

  #menu .shop li img {
    vertical-align: middle;
  }

  /* ---------- search ---------- */
  #menu .shop .search {
    width: 150px;
    margin: 20px 0 0 0;
    padding: 0 0 0 8px;
    border: 1px solid #ffcf07;
    border-radius: 3px;
  }

  #menu .shop .search button,
  #menu .shop .search input {
    float: left;
    width: 16px;
    height: 38px;
    background: none;
    border: none;
    font-weight: bold;
    color: #ffffff;
  }

  #menu .shop .search input {
    width: 122px;
    height: 38px;
    margin: 0 0 0 2px;
    padding: 0 8px;
  }

  /* ---------- login ---------- */
  #menu .shop .login {
    line-height: 80px;
  }

  /* ---------- cart ---------- */
  #menu .shop .cart {
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
  }

  #menu .shop .cart a {
    display: block;
    width: 32px;
    height: 30px;
    margin: 25px 0 0 0;
    padding: 0 0 0 5px;
    background: url(../../img/common/icon_cart.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
  }

  /* ----------------------------------------
	notice
---------------------------------------- */
  #notice {
    padding: 87px 0 0 0;
    /*padding: 127px 0 0 0;*/
	background: #ffffff;
    border-bottom: 1px solid #000000;
  }

  #notice p {
    line-height: 40px;
  }

  #notice p time {
    padding: 0 2em 0 0;
  }

  /* ----------------------------------------
	title
---------------------------------------- */
  #title {
    margin: 87px 0 0 0;
    /*margin: 127px 0 0 0;*/
	}
  #notice + #title {
    margin-top: 0;
  }

  #title h1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 300px;
    text-shadow: 0 0 10px #000000;
  }

  /* ----------------------------------------
	wrap
---------------------------------------- */
  #wrap {
    overflow: hidden;
    /*padding: 127px 0 0 0;*/
	padding: 87px 0 0 0;  
  }
  #title + #wrap,
  #notice + #wrap {
    padding: 0;
  }

  #wrap #page_product_list {
    float: right;
    width: 930px;
  }

  #wrap aside {
    float: left;
    width: 220px;
    padding: 0 0 50px 0;
  }

  /* ----------------------------------------
	main
---------------------------------------- */
  main {
    padding: 0 0 50px 0;
  }

  main h1,
  main h2 {
    margin: 0 0 40px 0;
    padding: 5px 0 5px 20px;
    background: #ffd700;
    border-left: 10px solid #000000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
  }

  /* ----------------------------------------
	entry
---------------------------------------- */
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .alignright {
    float: right;
    margin: 0 0 0 50px;
  }
  .alignleft {
    float: left;
    margin: 0 50px 0 0;
  }

  .entry iframe {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .entry h3 {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    border-left: 5px solid #000000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 45px;
  }

  .entry h4 {
    padding: 0 0 30px 0;
    font-size: 2.4rem;
    font-weight: bold;
  }

  .entry p,
  .entry ul,
  .entry ol {
    overflow: hidden;
    padding: 0 0 50px 0;
    line-height: 24px;
    counter-reset: number;
  }

  .entry ul li {
    padding: 0 0 0 20px;
    text-indent: -20px;
  }

  .entry ul li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background: #000000;
    border-radius: 50%;
  }

  .entry ol li {
    padding: 0 0 0 26px;
    text-indent: -26px;
  }

  .entry ol li:before {
    counter-increment: number;
    content: counter(number) ' ）';
    font-weight: bold;
  }

  .entry table {
    margin: 0 0 50px 0;
    border-top: 1px solid #000000;
    line-height: 24px;
  }

  .entry table tr {
    border-bottom: 1px solid #000000;
  }

  .entry table th {
    padding: 10px 30px;
    background: #ffd204;
    border: none;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
  }

  .entry table td {
    padding: 10px 30px;
    border: none;
  }

  .wrap_block {
  }

  .entry_block {
    float: left;
    width: 33.3%;
    padding: 10px;
  }
  .entry_block:nth-child(3n + 1) {
    clear: both;
  }
  .entry_block h3 {
    font-size: 130%;
  }

  .entry_block_pv {
    position: relative;
    float: left;
    width: 33.3%;
    padding: 10px;
  }
  .entry_block_pv:nth-child(3n + 1) {
    clear: both;
  }
  .entry_block_pv .icon {
    position: absolute;
    left: 45%;
    top: 45%;
  }
  /* catchcopy
---------------------------------------- */
  .entry .catchcopy p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #9dc4cb;
    line-height: 1;
  }

  /* lead
---------------------------------------- */
  .entry .lead p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
  }

  /* ----------------------------------------
	aside
---------------------------------------- */
  aside .cat > li > span,
  aside .cat ul ul {
    display: none;
  }

  aside .cat ul ul li {
    padding: 0 0 0 1em;
  }

  aside .cat > li {
    margin: 0 0 50px 0;
    border-bottom: 1px solid #b2b2b2;
  }
  aside .cat > li.bnr {
    border: none;
  }

  aside .cat ul li {
    border-top: 1px solid #b2b2b2;
  }
  aside .cat ul > li {
    position: relative;
  }

  aside .cat > li > a {
    display: block;
    padding: 0 0 20px 0;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }
  aside .cat > li.bnr > a {
    padding: 0;
  }

  aside .cat ul li a {
    display: block;
    padding: 10px 34px 10px 0;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
  }

  /* ---------- btn ---------- */
  aside .cat span,
  aside .cat span::before {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 14px;
    background: #1e1e1e;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 14px;
    cursor: pointer;
  }
  aside .cat span::before {
    content: '＋';
    top: 0;
    left: 0;
  }
  aside .cat span.close::before {
    content: '－';
  }

  /* ----------------------------------------
	footer
---------------------------------------- */
  footer {
    position: relative;
    background: #edf4f6;
  }

  footer::after {
    content: '';
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 1px;
    background: #d7d8da;
  }

  footer .bnr {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%); /* Android */
    -ms-transform: translateY(-50%); /* IE9 */
    transform: translateY(-50%);
    z-index: 10;
  }
  #onlineshop footer .bnr {
    display: none;
  }

  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }

  footer p.ban {
    position: absolute;
    /*bottom: 91px;*/
    bottom: 64px;
	right: 0;
    font-size: 1.2rem;
    line-height: 1;
  }

  footer p.copyright small {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 50px;
  }

  /* logo
---------------------------------------- */
  footer .logo {
    float: left;
    width: 204px;
  }

  footer .logo h2 {
    padding: 30px 0 20px 0;
  }

  footer .logo .sns li {
    float: left;
    padding: 0 10px 0 0;
  }

  /* menu
---------------------------------------- */
  footer .menu {
    float: right;
    padding: 26px 0 0 0;
    font-size: 1.2rem;
    line-height: 30px;
  }

  footer .menu a {
    text-decoration: none;
  }
  footer .menu a:hover {
    text-decoration: underline;
  }

  footer .menu > ul {
    float: left;
    padding: 0 0 0 120px;
  }

  footer .menu > ul > li {
    padding: 0 0 30px 0;
  }

  footer .menu > ul > li > a,
  footer .menu span {
    font-weight: bold;
  }

  footer .menu p + ul {
    padding: 0 0 0 1em;
  }

  footer .menu p:nth-of-type(2) {
    padding: 30px 0 0 0;
  }

  /* navi
---------------------------------------- */
  footer .navi {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  footer .navi li {
    float: left;
    padding: 0 0 0 25px;
    font-size: 1.2rem;
    line-height: 50px;
  }

  footer .navi li a {
    text-decoration: none;
  }
  footer .navi li a:hover {
    text-decoration: underline;
  }

  /* ========================================================================
	HOME									[ / ]
======================================================================== */
  #home {
    padding: 0 0 100px 0;
  }

  #home h2 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
  }

  #home .more a {
    display: inline-block;
    width: 160px;
    border: 3px solid #ffcf07;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 39px;
    text-decoration: none;
  }

  /* ----------------------------------------
	slider
---------------------------------------- */
  #slider li {
    position: relative;
    text-align: center;
  }

  #slider dl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%); /* Android */
    -ms-transform: translateY(-50%); /* IE9 */
    transform: translateY(-50%);
    width: 532px;
    margin: 0 0 0 68px;
    padding: 25px 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    color: #ffffff;
  }
  #slider dl.logo {
    /*padding-right: 120px;*/
    padding-right: 110px;
  }

  #slider dl.logo::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    width: 98px;
    height: 94px;
    /*background: url(../../img/home/logo.png) no-repeat center;*/
  }

  #slider dl dt {
    padding: 0 0 20px 0;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
  }

  #slider dl dd p {
    padding: 0 0 20px 0;
    font-weight: bold;
    line-height: 20px;
  }

  #slider dl dd p.lead {
    padding: 0 0 10px 0;
    font-size: 2.4rem;
    line-height: 1;
  }

  #slider .more a {
    width: 234px;
    line-height: 46px;
  }

  #slider .more.free a {
    border-color: #a2d0cd;
  }

  /* ----------------------------------------
	whats_new
---------------------------------------- */
  #home .whats_new {
    padding: 70px 0 30px 0;
  }

  #home .whats_new h2 {
    padding: 0 0 70px 0;
  }

  /* ----------------------------------------
	charm
---------------------------------------- */
  #home .charm {
    padding: 100px 0;
    background: #9dc4cb;
    text-align: center;
    color: #ffffff;
  }

  #home .charm h2 {
    padding: 0 0 30px 0;
  }

  #home .charm ul li {
    float: left;
    width: 400px;
    height: 400px;
    position: relative;
    text-shadow: 0 0 10px #000000;
  }
  /*#home .charm ul li:nth-child(1),*/
  /* #home .charm ul li:nth-child(1) {
    width: 100%;
    height: 600px;
  }
  #home .charm ul li:nth-child(7) {
    width: 100%;
    height: 300px;
  }
  #home .charm ul li:nth-child(2),
  #home .charm ul li:nth-child(3),
  #home .charm ul li:nth-child(8),
  #home .charm ul li:nth-child(9) {
    width: 50%;
    height: 300px;
  } */

  #home .charm ul li:nth-child(1),
  #home .charm ul li:nth-child(2) {
    width: 50%;
    height: 300px;
  }

  #home .charm ul li .block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -20px 0 0 0;
  }

  #home .charm ul li h3 {
    padding: 0 0 30px 0;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }

  /* ----------------------------------------
	about
---------------------------------------- */
  #home .about > div {
    float: left;
    width: 50%;
    height: 500px;
    padding: 90px 0 0 0;
    background: url(../../img/home/bg_warranty.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
  }
  #home .about .notice {
    background-image: url(../../img/home/bg_notice.png);
  }

  #home .about h2 {
    padding: 130px 0 27px 0;
    background: url(../../img/home/about_warranty.png) no-repeat center top;
    font-size: 4rem;
  }
  #home .about .notice h2 {
    background-image: url(../../img/home/about_notice.png);
  }

  #home .about p {
    padding: 0 0 27px 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 22px;
  }

  #home .about .more a {
    width: 234px;
    line-height: 46px;
  }

  /* ----------------------------------------
	navi
---------------------------------------- */
  #home .navi {
    padding: 100px 0;
  }

  #home .navi li {
    float: left;
    width: 400px;
  }

  #home .navi li a {
    display: block;
    text-decoration: none;
  }

  #home .navi h2 {
    padding: 30px 0 14px 0;
    font-size: 3rem;
  }

  #home .navi p {
    padding: 0 30px;
  }

  /* ----------------------------------------
	widget_theater
---------------------------------------- */
  #home .widget_theater {
    padding: 0 0 50px 0;
  }

  /* ----------------------------------------
	instagram
---------------------------------------- */
  #home .instagram {
    padding: 50px 0 100px 0;
    background: #383b43;
  }

  #home .instagram h2 {
    padding: 0 0 35px 0;
    color: #ffffff;
  }

  #slider_instagram {
    left: 50%;
    margin: 0 0 0 -140px;
  }

  /* ========================================================================
	固定ページ								[ /page/ ]
======================================================================== */
  #page .navi,
  #page .navi li {
    padding: 0 0 50px 0;
  }

  #page .navi li a {
    display: block;
    background: #383b43;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 2;
  }

  /* ========================================================================
	投稿ページ								[ /post/ ]
======================================================================== */
  #post {
    padding: 0 0 50px 0;
  }

  #post > p {
    padding: 0 0 40px 0;
    line-height: 24px;
  }

  /* ========================================================================
	オンラインショップ / 商品一覧			[ /shop/products/list ]
======================================================================== */
  #page_product_list {
    padding: 0 0 50px 0;
  }

  #page_product_list h2 {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    background: none;
    border-left-width: 5px;
    font-size: 2.4rem;
    line-height: 45px;
  }

  #page_product_list section > ul {
    padding: 0 0 20px 0;
  }

  #page_product_list section > ul > li {
    position: relative;
    float: left;
    width: 225px;
    margin: 0 10px 30px 0;
    padding: 0 0 60px 0;
    background: #fafafa;
    font-size: 1.2rem;
  }
  #page_product_list section > ul > li:nth-child(4n) {
    margin-right: 0;
  }

  #page_product_list section > ul > li::before,
  #page_product_list section > ul > li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #ffd104 transparent transparent transparent;
    z-index: 1;
  }
  #page_product_list section > ul > li::after {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: url(../../img/shop/icon_star.png) no-repeat center;
    border: none;
  }
  #page_product_list .new > li::before {
    border-top-color: #aaddec;
  }
  #page_product_list .limited > li::before {
    border-top-color: #ff9494;
  }
  #page_product_list .all > li::before,
  #page_product_list .all > li::after {
    display: none;
  }

  #page_product_list section > ul > li > a > *:not(img) {
    padding: 0 20px;
  }

  #page_product_list ul a {
    display: block;
    text-decoration: none;
  }

  #page_product_list ul h3 {
    padding: 0 0 5px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }

  #page_product_list ul p {
    font-weight: bold;
  }

  #page_product_list ul ul li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 12px;
    background: #ffd204;
    font-weight: bold;
    line-height: 24px;
  }
  #page_product_list ul ul li.sale {
    background: #cc0000;
    color: #ffffff;
  }
  #page_product_list ul ul li.use {
    background: #333333;
    color: #ffffff;
  }

  /* ----------------------------------------
	more
---------------------------------------- */
  #page_product_list .more {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }

  #page_product_list .more span {
    display: block;
    border: 1px solid #333333;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
  }

  /* ========================================================================
	オンラインショップ / 商品詳細			[ /shop/products/detail ]
======================================================================== */
  #page_product_detail {
    padding: 0 0 50px 0;
  }

  /* ----------------------------------------
	gallery
---------------------------------------- */
  #page_product_detail .gallery {
    float: left;
    width: 500px;
    padding: 0 0 30px 0;
    text-align: center;
  }

  #page_product_detail .gallery p {
    padding: 0 0 20px 0;
  }

  #page_product_detail .gallery p img {
    max-width: 500px;
    max-height: 500px;
    width: auto;
    height: auto;
  }

  #page_product_detail .gallery ul li {
    float: left;
    width: 100px;
    margin: 0 0 20px 20px;
    border: 1px solid #000000;
    cursor: pointer;
    transition-duration: 0.2s;
  }

  #page_product_detail .gallery ul li span {
    display: table-cell;
    width: 98px;
    height: 96px;
    border: 1px solid #ffffff;
    vertical-align: middle;
    transition-duration: 0.2s;
  }

  #page_product_detail .gallery ul li img {
    max-width: 96px;
    max-height: 94px;
    width: auto;
    height: auto;
  }

  #page_product_detail .gallery ul li:hover,
  #page_product_detail .gallery ul li:hover span {
    border: 1px solid #ffcf07;
  }

  /* ----------------------------------------
	block
---------------------------------------- */
  #page_product_detail .block {
    float: right;
    width: 650px;
    padding: 0 0 50px 0;
  }

  #page_product_detail .block h1 {
    margin: 0;
    padding: 0 0 20px 0;
    background: none;
    border: none;
    font-size: 4rem;
  }

  #page_product_detail .block h1 span {
    display: block;
    font-size: 2rem;
  }

  #page_product_detail .block table {
    border-top: 1px solid #b2b2b2;
  }

  #page_product_detail .block table tr:first-child th,
  #page_product_detail .block table tr:first-child td {
    padding-top: 25px;
  }

  #page_product_detail .block table th {
    width: 155px;
    padding: 0 0 25px 0;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }

  #page_product_detail .block table td {
    padding: 0 0 25px 0;
  }

  #page_product_detail .block table td span.yen {
    font-weight: bold;
  }

  #page_product_detail .block table td input {
    width: 100px;
  }

  #page_product_detail .block ul li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 12px;
    background: #ffd204;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 24px;
  }
  #page_product_detail .block ul.use li {
    background: #333333;
    color: #ffffff;
  }

  /* btn_cart
---------------------------------------- */
  #page_product_detail .block .btn_cart {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    text-align: center;
  }

  #page_product_detail .block .btn_cart2 {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #b2b2b2;
    text-align: center;
  }

  #page_product_detail .block .btn_cart button {
    display: inline-block;
    position: relative;
    width: 340px;
    height: 40px;
    background: none;
    border: 3px solid #ffcf07;
    font-weight: bold;
  }

  #page_product_detail .block .btn_cart button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    width: 12px;
    height: 100%;
    background: url(../../img/common/arrow.png) no-repeat center;
  }

  /* spec
---------------------------------------- */
  #page_product_detail .spec {
    padding: 10px 30px 25px;
    background: #edf4f6;
    line-height: 24px;
  }

  #page_product_detail .spec p {
    padding: 15px 0 0 0;
  }

  #page_product_detail .spec dl dt {
    padding: 15px 0 10px 0;
  }

  #page_product_detail .spec dl dt span {
    border-bottom: 1px solid #333333;
    cursor: pointer;
  }

  #page_product_detail .spec dl dd {
    display: none;
  }

  /* ----------------------------------------
	product
---------------------------------------- */
  #page_product_detail .product {
    padding: 0 0 50px 0;
    text-align: center;
  }

  #page_product_detail .product h2 {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 0 8px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #b2b2b2;
  }
  #page_product_detail .product ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  #page_product_detail .product ul li {
    /* float:left; */
    /* width:228px; */
    /* margin:0 15px 0 0; */
    font-size: 2.4rem;
    font-weight: bold;
  }
  /* #page_product_detail .product ul li:last-child{ margin-right:0; } */
  #page_product_detail .product.check ul li {
    width: 390px;
  }

  #page_product_detail .product ul li a {
    display: block;
    text-decoration: none;
  }

  #page_product_detail .product ul li img {
    margin: 0 0 6px 0;
  }

  /* ----------------------------------------
	image
---------------------------------------- */
  #page_product_detail .image {
    padding: 0 0 20px 0;
  }

  #page_product_detail .image h2 {
    margin: 0;
    padding: 0 0 20px 0;
    background: none;
    border: none;
    font-size: 2rem;
  }

  #page_product_detail .image p {
    padding: 0 0 30px 0;
  }

  #page_product_detail .image table {
    margin: 0 0 30px 0;
  }

  #page_product_detail .image table th,
  #page_product_detail .image table td {
    padding: 10px;
    border: 1px solid #000000;
  }

  /* ----------------------------------------
	guide
---------------------------------------- */
  #page_product_detail .guide {
    margin: 0 0 50px 0;
    padding: 5px 15px;
    border: 5px solid #e6e6e6;
  }

  #page_product_detail .guide h2 {
    margin: 0;
    padding: 20px 0 10px 0;
    background: none;
    border: none;
    line-height: 0;
  }

  #page_product_detail .guide h2 img {
    margin: 0 10px 0 0;
  }

  #page_product_detail .guide table th {
    width: 240px;
    background: #ffcf07;
    border-bottom: 10px solid #ffffff;
    font-weight: bold;
  }

  #page_product_detail .guide table td {
    padding: 16px 20px;
    background: #f0f0f0;
    border-bottom: 10px solid #ffffff;
  }

  /* ----------------------------------------
	fix
---------------------------------------- */
  #page_product_detail .fix {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%); /* Android */
    -ms-transform: translateY(-50%); /* IE9 */
    transform: translateY(-50%);
    width: 160px;
    padding: 20px 15px 25px;
    background: rgba(250, 250, 250, 0.9);
    border: 5px solid rgba(230, 230, 230, 0.9);
    border-right: none;
    z-index: 10;
  }

  #page_product_detail .fix h2 {
    margin: 0;
    padding: 0 0 6px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.8rem;
  }

  #page_product_detail .fix p {
    padding: 0 0 6px 0;
    font-size: 1.2rem;
  }

  #page_product_detail .fix p span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #bf0000;
  }

  #page_product_detail .fix dl {
    padding: 0 0 25px 0;
  }

  #page_product_detail .fix dl dt {
    padding: 0 0 4px 0;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #page_product_detail .fix input {
    width: 100%;
  }

  #page_product_detail .fix button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 0;
    background: none;
    border: 3px solid #ffcf07;
    font-size: 1.2rem;
    font-weight: bold;
  }

  #page_product_detail .fix button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 6px;
    width: 10px;
    height: 100%;
    background: url(../../img/common/arrow.png) no-repeat center;
    background-size: 10px auto;
  }

  /* ========================================================================
	お問い合わせ							[ /contact/ ]
======================================================================== */

  /* ----------------------------------------
	form
---------------------------------------- */
  .entry table th {
    width: 240px !important;
  }

  .entry table th span {
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    color: #cc0000;
  }

  .entry table input.size_S {
    width: 30%;
  }

  .entry table label {
    margin: 0 40px 0 0;
  }

  /* ----------------------------------------
	privacy
---------------------------------------- */
  .entry .privacy {
    overflow-y: scroll;
    height: 300px;
    margin: 0 0 50px 0;
    padding: 30px 30px 0;
    border: 1px solid #000000;
  }

  /* ---------- scrollbar ---------- */
  .entry .privacy::-webkit-scrollbar {
    width: 10px;
  }
  .entry .privacy::-webkit-scrollbar-track {
    background: #eeeeee;
  }
  .entry .privacy::-webkit-scrollbar-thumb {
    background: #000000;
  }
  /* ------------------------------ */

  .entry .privacy h5 {
    padding: 0 0 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .entry .privacy dl dt {
    padding: 0 0 10px 0;
    font-weight: bold;
  }

  .entry .privacy p,
  .entry .privacy ul,
  .entry .privacy dl dd {
    padding-bottom: 30px;
  }
  .entry .privacy dl dd > * {
    padding: 0;
  }

  .entry .privacy p span {
    font-weight: bold;
    color: #cc0000;
  }

  .entry .privacy ul li {
    padding: 0;
    text-indent: 0;
  }

  .entry .privacy ul li::before {
    display: none;
  }

  /* ----------------------------------------
	agree
---------------------------------------- */
  .entry .agree {
    padding: 0 0 50px 0;
    text-align: center;
  }

  .entry .agree p {
    padding-bottom: 10px;
  }

  .entry .agree label {
    margin: 0 20px;
  }

  /* ----------------------------------------
	btn
---------------------------------------- */
  .entry .btn {
    padding: 0 0 50px 0;
    text-align: center;
  }

  .entry .btn button {
    display: inline-block;
    position: relative;
    width: 340px;
    background: none;
    border: 3px solid #ffcf07;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 1px;
  }

  .entry .btn button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    width: 12px;
    height: 100%;
    background: url(../../img/common/arrow.png) no-repeat center;
  }
}

  /* ----------------------------------------
	キービジュアル
---------------------------------------- */
#slider .pc-img {
  display: block;
}

#slider .sp-img {
  display: none;
}

@media screen and (max-width: 767px) {
  #slider .pc-img {
    display: none;
  }

  #slider .sp-img {
    display: block;
  }

  #home .bx-viewport {
    min-height: calc(100vh - 100px) !important;
  }

  #home .bx-viewport img {
    width: 100%;
    aspect-ratio: 13 / 10;
    object-fit: cover;
    height: clamp(280px,55vh,430px);
  }
}