@charset "UTF-8";

.wc_main {
	margin: 120px auto;
	position: relative;
	width: 1200px;
}
.page-title {
	font-size: 24px;
}
.woocommerce-breadcrumb {
	font-size: 14px;
	margin-bottom: 50px;
}
.woocommerce-ordering {
	position: absolute;
	right: 0;
	top: 90px;
}
.woocommerce-result-count {
	margin-bottom: 40px;
}
.woocommerce-ordering select {
	border: solid 1px #6E7680;
	border-radius: 4px;
	color: #6E7680;
	padding: 10px;
}
@media screen and (max-width: 1280px) {
	.wc_main {
		margin: 10vw 2vw;
		width: auto;
	}
	.page-title {
		font-size: 2.1vw;
	}
	.woocommerce-breadcrumb {
		font-size: 1.2vw;
		margin-bottom: 4vw;
	}
	.woocommerce-ordering {
		top: 7.5vw;
	}
	.woocommerce-result-count {
		margin-bottom: 3.5vw;
	}
	.woocommerce-ordering select {
		padding: 1vw;
	}
}
@media screen and (max-width: 780px) {
	.wc_main {
		margin: 14vw 4vw;
		width: auto;
	}
	.page-title {
		font-size: 5.4vw;
	}
	.woocommerce-breadcrumb {
		font-size: 3.4vw;
		margin-bottom: 6vw;
	}
	.woocommerce-ordering {
		margin-bottom: 8vw;
		position: relative;
		right: auto;
		top: auto;
	}
	.woocommerce-result-count {
		margin-bottom: 4vw;
	}
	.woocommerce-ordering select {
		padding: 1vw;
	}
}

/** -----------------------------------
 * 商品一覧ページ
----------------------------------- **/
.itemlist_page {
	margin: 120px auto;
	position: relative;
	width: 1200px;
}

.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.products .product-type-simple,
.products .product-type-simple a.woocommerce-loop-product__link {
	display: block;
	position: relative;
}
.products .product-type-simple {
	margin: 0 30px;
	margin-bottom: 80px;
	width: calc(33.3333% - 60px);
}
.products .product-type-simple:first-child {
	margin-bottom: 140px;
	width: auto !important;
}
.products .product-type-simple:first-child a.woocommerce-loop-product__link {
	padding-left: 650px;
	min-height: 500px;
}
.products .product-type-simple:first-child a.woocommerce-loop-product__link:hover {
	opacity: .7;
}
.products .product-type-simple a.woocommerce-loop-product__link img {
	margin-bottom: 20px;
	object-fit: cover;
	height: 360px;
}
.products .product-type-simple:first-child a.woocommerce-loop-product__link img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 600px;
}
.products .product-type-simple .catch {
	color: #6E7680;
}
.products .product-type-simple:first-child .catch {
	margin-bottom: 10px;
}
.products .product-type-simple .exp {
	margin-top: 20px;
}
.products .product-type-simple:first-child .exp {
	margin-top: 30px;
}
.products .product-type-simple .woocommerce-loop-product__title {
	font-size: 20px !important;
	margin-bottom: 10px;
}
.products .product-type-simple:first-child .woocommerce-loop-product__title {
	font-size: 24px !important;
	margin-bottom: 20px;
}
.products .product-type-simple .price {
	color: #2B3848 !important;
	font-size: 20px !important;
	margin-bottom: 20px;
}
.products .product-type-simple:first-child .price {
	color: #2B3848 !important;
	font-size: 24px !important;
	margin-bottom: 30px;
}
.products .product-type-simple .price .woocommerce-Price-currencySymbol,
.products .product-type-simple .price .tax {
	font-size: 16px !important;
	font-weight: normal;
}
.products .product-type-simple .add_to_cart_button {
	background-color: #fff;
	border: solid 1px #B23D3D;
	border-radius: 4px;
	color: #B23D3D;
	display: block;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.products .product-type-simple:first-child .add_to_cart_button {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	z-index: 10;
}
.products .product-type-simple .add_to_cart_button:hover {
	background-color: #B23D3D;
	color: #fff;
}
@media screen and (max-width: 1280px) {
	.itemlist_page {
		margin: 9vw 4vw;
		width: auto;
	}
	.products {
		margin: 0 -2vw;
	}
	.products .product-type-simple {
		margin: 0 2vw;
		margin-bottom: 6vw;
		width: calc(33.3333% - 4vw);
	}
	.products .product-type-simple:first-child {
		margin-bottom: 10vw;
	}
	.products .product-type-simple:first-child a.woocommerce-loop-product__link {
		padding-left: 48vw;
		min-height: 35vw;
	}
	.products .product-type-simple a.woocommerce-loop-product__link img {
		margin-bottom: 2vw;
		height: 26vw;
	}
	.products .product-type-simple:first-child a.woocommerce-loop-product__link img {
		margin: 0;
		height: 35vw;
		width: 43vw;
	}
	.products .product-type-simple:first-child .catch {
		margin-bottom: .5vw;
	}
	.products .product-type-simple .exp {
		margin-top: 1vw;
	}
	.products .product-type-simple:first-child .exp {
		margin-top: 2vw;
	}
	.products .product-type-simple .woocommerce-loop-product__title {
		font-size: 1.8vw !important;
		margin-bottom: .5vw;
	}
	.products .product-type-simple:first-child .woocommerce-loop-product__title {
		font-size: 2.1vw !important;
		margin-bottom: 1vw;
	}
	.products .product-type-simple .price {
		font-size: 1.8vw !important;
		margin-bottom: 1vw;
	}
	.products .product-type-simple:first-child .price {
		font-size: 2.1vw !important;
		margin-bottom: 2vw;
	}
	.products .product-type-simple .price .woocommerce-Price-currencySymbol,
	.products .product-type-simple .price .tax {
		font-size: 1.4vw !important;
	}
	.products .product-type-simple .add_to_cart_button {
		font-size: 1.8vw;
		margin-top: 2vw;
		padding: .8vw 0;
	}
	.products .product-type-simple:first-child .add_to_cart_button {
		width: 30vw;
	}
}
@media screen and (max-width: 780px) {
	.itemlist_page {
		margin: 20vw 6vw 14vw;
		width: auto;
	}
	.products {
		margin: 0;
	}
	.products .product-type-simple {
		float: none !important;
		margin: 0 !important;
		margin-bottom: 14vw !important;
		width: 100% !important;
	}
	.products .product-type-simple a.woocommerce-loop-product__link {
		padding-left: 0 !important;
		min-height: initial !important;
	}
	.products .product-type-simple a.woocommerce-loop-product__link img {
		margin-bottom: 4vw !important;
		height: 70vw !important;
	}
	.products .product-type-simple:first-child a.woocommerce-loop-product__link img {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	.products .product-type-simple .catch,
	.products .product-type-simple:first-child .catch {
		margin-bottom: 1vw;
	}
	.products .product-type-simple .exp,
	.products .product-type-simple:first-child .exp {
		margin-top: 4vw;
	}
	.products .product-type-simple .woocommerce-loop-product__title,
	.products .product-type-simple:first-child .woocommerce-loop-product__title {
		font-size: 5.2vw !important;
		margin-bottom: 1vw;
	}
	.products .product-type-simple .price,
	.products .product-type-simple:first-child .price {
		font-size: 4.8vw !important;
		margin-bottom: 4vw;
	}
	.products .product-type-simple .price .woocommerce-Price-currencySymbol,
	.products .product-type-simple .price .tax {
		font-size: 3.5vw !important;
	}
	.products .product-type-simple .add_to_cart_button {
		font-size: 4.8vw;
		margin-top: 4vw;
		padding: 2vw 0;
	}
	.products .product-type-simple:first-child .add_to_cart_button {
		margin-top: 6vw;
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
	}
}

.product-type-simple {
	display: flex;
	flex-wrap: wrap;
}
/** 商品画像 **/
.product-type-simple .item_image {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	height: 100%;
	width: 620px;
}
.woocommerce-product-gallery__image {
	margin: 0 10px;
	width: calc(25% - 20px);
}
.woocommerce-product-gallery__image:first-child {
	margin-bottom: 20px;
	width: 100%;
}
.woocommerce-product-gallery__image img {
	width: 100%;
}
/** 商品情報 **/
.entry-summary {
	margin-left: auto;
	width: 530px;
}
.entry-summary .catch {
	color: #6E7680;
	margin-bottom: 10px;
}
.entry-summary h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.entry-summary .price {
	font-size: 20px;
	margin-bottom: 30px;
}
.entry-summary .price .woocommerce-Price-currencySymbol,
.entry-summary .price .tax {
	font-size: 16px;
	font-weight: normal;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 20px;
}
.entry-summary .in-stock {
	display: none;
	margin-bottom: 10px;
}
.entry-summary .quantity {
	margin-bottom: 30px;
}
.entry-summary .quantity::before {
	content: '数量　';
}
.entry-summary .quantity input[type="number"] {
	border: solid 1px #2B3848;
	border-radius: 4px;
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
}
/** カートボタン **/
.single_add_to_cart_button {
	background-color: #B23D3D;
	border: solid 1px #B23D3D;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 26px;
	margin-bottom: 30px;
	padding: 10px 0;
	transition: ease .3s;
	width: 100%;
}
.single_add_to_cart_button:hover {
	background-color: #fff;
	color: #B23D3D;
}
/** 商品説明 **/
.wc-tabs-wrapper {
	margin-top: 50px;
	width: 100%;
}
.wc-tabs {
	border-bottom: solid 1px #95AEB2;
	display: flex;
	margin-bottom: 30px;
}
.wc-tabs li {
	background-color: #fff;
	border-right: solid 1px #95AEB2;
	border-top: solid 1px #95AEB2;
	font-size: 18px;
}
.wc-tabs li:first-child {
	border-left: solid 1px #95AEB2;
}
.wc-tabs li a {
	color: #95AEB2;
	display: block;
	padding: 10px;
}
.wc-tabs li.active {
	background-color: #95AEB2;
}
.wc-tabs li.active a {
	color: #fff;
}
.woocommerce-Reviews-title {
	display: none;
}
.shop_attributes th {
	text-align: left;
	width: 100px;
}
.entry-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.entry-content p {
	margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
	/** 商品画像 **/
	.product-type-simple .item_image {
		margin-left: -.8vw;
		width: 48vw;
	}
	.woocommerce-product-gallery__image {
		margin: 0 .8vw;
		width: calc(25% - 1.6vw);
	}
	.woocommerce-product-gallery__image:first-child {
		margin-bottom: 1.5vw;
		width: 100%;
	}
	/** 商品情報 **/
	.entry-summary {
		width: 45vw;
	}
	.entry-summary .catch {
		margin-bottom: 1vw;
	}
	.entry-summary h1 {
		font-size: 2.1vw;
		margin-bottom: 1vw;
	}
	.entry-summary .price {
		font-size: 1.8vw;
		margin-bottom: 2.5vw;
	}
	.entry-summary .price .woocommerce-Price-currencySymbol,
	.entry-summary .price .tax {
		font-size: 1.5vw;
	}
	.woocommerce-product-details__short-description p {
		margin-bottom: 1.8vw;
	}
	.entry-summary .in-stock {
		margin-bottom: 1vw;
	}
	.entry-summary .quantity {
		margin-bottom: 2.5vw;
	}
	.entry-summary .quantity input[type="number"] {
		font-size: 1.5vw;
		padding: .5vw 1vw;
	}
	/** カートボタン **/
	.single_add_to_cart_button {
		font-size: 2.3vw;
		margin-bottom: 2.5vw;
		padding: .8vw 0;
	}
	/** 商品説明 **/
	.wc-tabs-wrapper {
		margin-top: 5vw;
	}
	.wc-tabs {
		margin-bottom: 3vw;
	}
	.wc-tabs li {
		font-size: 1.6vw;
	}
	.wc-tabs li a {
		padding: 1vw;
	}
	.shop_attributes th {
		width: 8vw;
	}
	.entry-content h3 {
		font-size: 2.1vw;
		margin-bottom: 2vw;
	}
	.entry-content p {
		margin-bottom: 3vw;
	}
}
@media screen and (max-width: 780px) {
	/** 商品画像 **/
	.product-type-simple .item_image {
		margin-bottom: 6vw;
		margin-left: -1.5vw;
		height: auto;
		width: calc(100% + 3vw);
	}
	.woocommerce-product-gallery__image {
		margin: 0 1.5vw;
		width: calc(25% - 3vw);
	}
	.woocommerce-product-gallery__image:first-child {
		margin-bottom: 3vw;
	}
	/** 商品情報 **/
	.entry-summary {
		width: 100%;
	}
	.entry-summary .catch {
		margin-bottom: 2vw;
	}
	.entry-summary h1 {
		font-size: 5.4vw;
		margin-bottom: 2vw;
	}
	.entry-summary .price {
		font-size: 4.6vw;
		margin-bottom: 5vw;
	}
	.entry-summary .price .woocommerce-Price-currencySymbol,
	.entry-summary .price .tax {
		font-size: 3.8vw;
	}
	.woocommerce-product-details__short-description p {
		margin-bottom: 4vw;
	}
	.entry-summary .in-stock {
		margin-bottom: 2vw;
	}
	.entry-summary .quantity {
		margin-bottom: 5vw;
	}
	.entry-summary .quantity input[type="number"] {
		font-size: 4.6vw;
		padding: 1vw 4vw;
	}
	/** カートボタン **/
	.single_add_to_cart_button {
		font-size: 5vw;
		margin-bottom: 5vw;
		padding: 2vw 0;
	}
	/** 商品説明 **/
	.wc-tabs-wrapper {
		margin-top: 10vw;
	}
	.wc-tabs {
		margin-bottom: 6vw;
	}
	.wc-tabs li {
		font-size: 3.8vw;
	}
	.wc-tabs li a {
		padding: 2vw;
	}
	.shop_attributes th {
		width: 20vw;
	}
	.entry-content h3 {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}
	.entry-content p {
		margin-bottom: 6vw;
	}
}

/** -----------------------------------
 * カートページ
----------------------------------- **/
.cart_page,
.checkout_page {
	margin: 140px auto;
	width: 1200px;
}
.woocommerce table.cart img {
	width: 150px;
}
@media screen and (max-width: 1280px) {
	.cart_page,
	.checkout_page {
		margin: 12vw 2vw;
		width: auto;
	}
	.woocommerce table.cart img {
		width: 12vw;
	}
}
@media screen and (max-width: 780px) {
	.cart_page,
	.checkout_page {
		margin: 16vw 4vw;
	}
	.woocommerce table.cart img {
		width: 20vw;
	}
}

/** -----------------------------------
 * 支払いページ
----------------------------------- **/
.woocommerce form .form-row input.input-text {
	border: solid 1px #2B3848;
	border-radius: 4px;
	padding: 0 10px;
	height: 40px;
}
.select2-container--default .select2-selection--single {
	border: solid 1px #2B3848;
	border-radius: 4px;
	padding: 0 10px;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}