@charset "UTF-8";
/*
Theme Name: 1os1C
Theme URI: https://web.1os.co.jp/
Author: One OS inc.
Author URI: https://1os.co.jp/
Description: このテーマは株式会社ワンオーエス(サービス名：クオリティWebデザイン)によって作成されました。高品質でカスタマイズ可能なデザインを提供し、ユーザーに素晴らしいエクスペリエンスをもたらします。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 1os_mc
Tags: レスポンシブ, 1カラム, 翻訳対応
*/

/**********  カスタマイズCSS **********/

body{
    position: static !important;
    top: 0 !important;
}

#header_wrapper{
	transition:border .2s ease;
	border-bottom:0 solid rgba(255,255, 0);
}
.scroll #header_wrapper{
	border-bottom:2px solid #1e73be;
}

.aspect_ratio-houzou{
	aspect-ratio: 3.08 / 1;
}

.title_h2,
.product-item-title{
	font-weight:600;
	border-bottom: 3px double #aaa;
	padding: 0 .4em .4em;
}
.title_h3{
}

div.skiptranslate,
#google_translate_element2 {display:none!important;}
#gtranslate_selector,
#gtranslate_selector option{
	border-radius:none!important;
	cursor: pointer;
	outline: none;
	background:#fff
}
#gtranslate_selector{
	padding:0 8px!important;
}

.langCng{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:#fff;
	color:#333;
	border:1px solid #ccc;
	padding:0 28px 0 8px;
	height:40px;
	font-size:.8em;
	font-family:inherit;
	cursor:pointer;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:10px;
	transition:all .2s ease;
}
.langCng:focus{
	outline:none;
	border-color:#007cba;
	box-shadow:0 0 0 2px rgba(56,183,67, .2);
	background:#fff;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:10px;
}

#top_topix th,
#top_topix td{
	border-bottom: 1px double #ddd;
	padding:.4em;
	vertical-align:top;
}
#top_topix .top_topix_date{
	width:9em;
}

.product-item-inner {
	height: 100%;
	cursor: pointer;
	transition: opacity .3s ease;
	overflow-x:hidden
}
.product-item-inner:hover {
	opacity: .75;
}
.product-item-inner:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
.product-item-title{
	padding: .4em .2em;
}

.product-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s ease, opacity .3s ease;
}
.product-modal.is-open {
	visibility: visible;
	opacity: 1;
}
.product-modal-bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .7);
}
.product-modal-content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: calc(100dvh - 30px);
	padding: 50px 20px 30px;
	overflow-y: auto;
	background: #fff;
	overscroll-behavior: contain;
}
.product-modal-close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.product-modal-close::before,
.product-modal-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #333;
	content: "";
}
.product-modal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.product-modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.product-modal-body {
	width: 100%;
}
.product-modal-image {
	display: flex;
	justify-content: center;
	width: 100%;
}
.product-modal-image > a {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.product-modal-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.product-modal-info {
	width: 100%;
}
.product-modal-title {
	margin: 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.product-modal-desc {
	margin-bottom: 20px;
}
body.is-modal-open {
	overflow: hidden;
}
.item_recomm_box{
	top:4px;
	left:4px;
	background:rgb(30,115,190);
	color:#fff;
	border:1px solid #fff;
	width:auto;
	height:auto;
	padding:.2em;
}
@media (min-width: 768px) {
	.langCng{
		padding:0 34px 0 8px;
		font-size:.9em;
	}

	.product-item .product-item-title{
		min-height:3.3em;
	}
	.product-modal {
		padding: 30px;
	}
	.product-modal-content {
		max-width: 480px;
		max-height: calc(100dvh - 60px);
		padding: 50px;
	}
	.product-modal-close {
		top: 15px;
		right: 15px;
	}
	.product-modal-image {
		width: 50%;
		flex-shrink: 0;
		justify-content: center;
	}
	.product-modal-info {
		flex: 1;
	}
	.product-modal-title {
		font-size: 1.75rem;
	}
}

@media (min-width: 1024px) {

	#header_title_img{
		width:248px;
	}
	.langCng{
		height:30px;
		padding:0 28px 0 8px;
		background-position:right 8px center;
	}

	.langCng:hover{
		border-color:#999;
		background-color:#f8f8f8;
	}

	#global_nav > .menu-item{
		padding:0 .4em;
	}
	#global_nav > .menu-item > .menu_link{
		border-bottom:2px solid #eee !important;
	}

	#top_topix .top_topix_date{
		width:12em;
	}

	.product-modal-content {
		max-width: 768px;
	}

	.product-modal-image {
		width: 40%;
	}

}

@media (min-width: 1280px) {

	.product-modal-content {
		max-width: 1024px;
	}

}

.form_required {
  display: inline-block;
  white-space: nowrap;
}
.form_required font {
  display: inline !important;
  vertical-align: baseline !important;
  color: inherit !important;
  background-color: transparent !important;
  font-size: inherit !important;
}