/*
Theme Name: original-theme
Author: forest team
Version: 1.0
*/

body {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
a {
	text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="submit"],
button {
	appearance: none;
}
button {
	border-radius: 6px;
}
select {
	width: 100%;
}
select {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 6px 8px;
	font-size: 13px;
}

.btn-open-modal {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #29abe2;
	border-radius: 6px;
	background-color: #fff;
	color: #29abe2;
	padding: 0 8px;
	font-size: 13px;
}
.btn-add-set {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ef470b;
	border-radius: 6px;
	background-color: #fff;
	padding: 0 8px;
	color: #ef470b;
	font-size: 13px;
}
.btn-back {
	max-width: 300px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	display: block;
	border: 1px solid #ef470b;
	border-radius: 6px;
	background-color: #fff;
	padding: 0 8px;
	color: #ef470b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn-back-list {
	display: block;
	border-radius: 6px;
	padding: 15px 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	color: #fff;
	font-weight: bold;
}
.btn-sizechart-modal {
	display: block;
	border-radius: 6px;
	padding: 8px 20px;
	margin-top: 20px;
	text-align: center;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
	cursor: pointer
}
.btn-cart-continue {
	width: 100%;
	display: block;
	border-radius:6px;
	padding:10px 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #29abe2;
	border:1px solid #29abe2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.btn-txt--yl { color: #fdd000; }
.btn-txt--ul { text-decoration: underline; }
.fluid-img {
	width: 100%;
	height: auto;
}
.site-header {
	width: 100%;
	margin-bottom: 80px;
	position: sticky;
	top: 0;
	z-index: 999;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 1) 60%,
		rgba(0, 0, 0, 0.9) 80%,
		rgba(0, 0, 0, 0.7) 100%
	);
}
.site-header__inner {
	width: calc(100% - 320px);
}
.site-header__sub {
	width: 100%;
	height: 64px;
	background-color: #1f1f1f;
}
.site-header__main {
	width: 100%;
	height: 64px;
	background-color: #fdd000;
}
.site-header__logo {
	width: 320px;
	height: 128px;
	display: block;
	background-image: url('assets/images/logo_header_main.svg');
}
.site-header__ttl {
	padding: 0 20px;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}
.btn-move-cart {
	display: flex;
	align-items: center;
	border: 1px solid #29abe2;
	background-color: #29abe2;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.fixed-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('assets/images/site_body_bg.jpg');
}
.fixed-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
@media (max-width: 991px) {
	.site-header {
		margin-bottom: 40px;
	}
	.site-header__logo {
		width: 158px;
		height: 64px;
		background-size: 158px 64px;
	}
	.site-header__inner {
		width: 100%;
	}
	.site-header__sub {
		width: calc(100% - 158px);
		height: 64px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.site-header__main {
		height: 40px
	}
}

.site-body {
}
.container {
	padding: 0 20px 50px;
}
/*.site-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    z-index: -10;
}*/

.site-ttl {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}
.school-url dt {
	font-size: 20px;
	padding-bottom: 20px;
}
.school-url dd {
	padding-bottom: 5px;
}
.school-url dd a {
	display: block;
	color: #fff;
	text-decoration: underline;
}

.products {
	padding: 0 0 40px;
}
.products-item {
	padding-bottom: 20px;
}
.products-block {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 12px;
	overflow: hidden;
}
.products-img {
	width:100%;
}
.products-summary {
	padding: 15px;
}
.products-ttl {
	font-weight: bold;
	color: #fff;
}
.products-ps-price {
	font-weight: bold;
	font-size: 22px;
	color: #fdd000;
}
.products-df-price {
	color: #fff;
}
.products-ps-price span,
.products-df-price span{
	font-weight: normal;
	font-size: 12px;
}
.products-design {
	padding-top: 15px;
}
.products-design,
.products-notes {
	padding-bottom: 15px;
}
.products-notes {
	font-size: 12px;
}
.products-modal-opner {
	padding-bottom: 10px;
}
.product-input-set {
	display: flex;
	justify-content: space-between;
}
.product-input {
	width: calc(50% - 5px);
	padding-bottom: 10px;
}
.product-input-set.dynamic-set .product-input {
	width: calc(50% - 30px);
}
.product-input input[type="number"] {
	width: 100%;
	height: 32px;
	border-radius: 6px;
}
.size-select {
	height: 32px;
}
.add-fields {
}
.remove-set {
	width: 40px;
	height: 32px;
	font-size: 12px;
}
.submit-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.products-submit {
	width: 100%;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
}
.btn-order-confirm {
	width: calc(50% - 10px);
	display: block;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	color: #fff;
	font-weight: bold;
}
.btn-order-back {
	width: calc(50% - 10px);
	display: block;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #29abe2;
	border: 1px solid #29abe2;
	color: #fff;
	font-weight: bold;
}

.selected-products {
	padding-bottom: 20px;
}
.selected-products__row {
	padding-bottom: 20px;
}
.selected-product {
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
}
.selected-product__img {
	width: 100px;
}
.selected-product__info {
	padding-left: 15px;
}
.order-content__ttl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.form-group {
	padding-bottom: 20px;
}
.form-group label {
	padding-bottom: 5px;
}
.form-group__radio {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	padding: 4px 8px;
	margin: 5px 5px 0 0;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(255,255,255,0.3);
}
.form-group input[type="text"],
.form-group input[type="email"] {
	height: 40px;
	padding: 0 5px;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
	background-color: #fff;
	outline: none;
	color: #212529;
}
.form-group textarea {
	min-height: 200px;
	max-height: 400px;
}
.products-modal__ttl {
	font-size: 18px;
	color: #000;
}

.order-complete-header {
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 30px;
}


/*swiper*/
.swiper-pagination-bullet {
  background: #fdd000;
}

/*util*/
.w50 {
	width: calc(50% - 10px);
}

/*============================================
  カテゴリーページ
============================================*/

.school-info {
	padding-bottom: 40px;
}
.school-info__header {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}

/*============================================
  商品詳細ページ
============================================*/

.products-slider__wrapper {
	border: 1px solid rgba(255,255,255,0.3);
}
.products-slider__thumbs {
	padding: 10px 0 20px;
}
.products-details__ttl {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}
.products-details__design {
	padding-bottom: 20px;
}
.products-details__prices {
	padding-bottom: 40px;
}
.products-details__np {
	font-size: 30px;
	font-weight: bold;
	color: #fdd000;
}
.products-details__dp {
	font-weight: bold;
}
.products-details__np span,
.products-details__dp span{
	font-weight: normal;
	font-size: 13px;
}
.quantity-fields {
	padding-bottom: 30px;
}
.quantity-fields .quantity {
	padding-bottom: 10px;
}
.quantity-fields .quantity label {
	width: 150px;
}
.quantity-fields .quantity span {
	width: 90px;
}
.quantity-input {
	width: 60px;
	height: 32px;
	padding: 4px;
	margin: 0 8px;
	border: 1px solid #dadada;
}
.quantity-btn {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ef470b;
	border-radius: 0;
	background-color: #fff;
	padding: 0 8px;
	color: #ef470b;
	font-size: 13px;
}
.products-details__orders {
	display: none;
	max-height: 200px;
	overflow: auto;
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.3);
}
.products-details__total {
	display: none;
}
.quantity.disabled-field {
    opacity: 0.5;
    pointer-events: none; /* ボタンやフィールドがクリック不可 */
}
.quantity.disabled-field label {
    color: #999; /* ラベルの色を薄くする */
}
.quantity.disabled-field .quantity-btn,
.quantity.disabled-field .quantity-input {
    cursor: not-allowed; /* 無効状態のカーソル */
}
.btn-cart-submit {
	width: 100%;
	border-radius: 6px;
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
}
.btn-cart-submit:disabled {
	opacity: 0.5;
}

/*============================================
  商品カート
============================================*/

.cart {
}
.cart-header {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.cart-item {
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.3);
}
.cart-item__img {
	width: 120px;
	padding: 20px 10px 20px 20px;
}
.cart-item__details {
	width: calc(100% - 120px);
	padding: 20px 20px 20px 10px;
}
.cart-item__name {
	font-size: 16px;
	font-weight: bold;
}
.quantity-label {
	width: 50px;
}
.cart-item__quantity {
	padding: 10px 0;
}
.cart-item__quantity span {
	width: 30px;
	text-align: center;
}
.cart-item__subtotal {
	padding-bottom: 10px;
}
.remove-btn {
	border-radius: 6px;
	padding: 5px 20px;
	text-align: center;
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #fff;
	font-weight: bold;
}
.cart-total {
	margin-bottom: 40px;
	padding: 15px;
	text-align: right;
	background-color: #000;
	border: 1px solid rgba(255,255,255,0.3);
}
.cart-total #total-price {
	color: #fdd000;
	font-size: 24px;
}
.cart-next {
}
.cart-next__inner {
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.3);
}
.cart-info-txt {
	padding: 50px 0 30px;
	text-align: center;
}
.btn-cart-order {
	width: 100%;
	display: block;
	border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
}
.btn-continue-shopping {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 6px;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	background-color: #fdd000;
	border: 1px solid #fdd000;
	color: #000;
	font-weight: bold;
}
.related-products_inner {
	margin-left: -10px;
	margin-right: -10px;
}
.related-products__header {
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.related-products_item {
	padding-left: 10px;
	padding-right: 10px;
}

/*モーダル*/

.modal-header {
	padding: 20px 20px 0;
	border: none;
}
.btn-close {
	/*display: none;*/
	background-color: #fff!important;
}
.modal-body {
	padding: 20px;
}
.modal-body__notes {
	padding-top: 10px;
}
.modal-footer {
	padding: 0 20px 20px;
	border: none;
}

/*============================================
  注文ページ
============================================*/

.cart-confirm-list {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.confirm-input {
	padding: 50px 0;
	display: none;
}
.confirm-input__header {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.confirm-input__tbl {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
}
.confirm-input__tbl th,
.confirm-input__tbl td {
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.3);
}
.confirm-input__tbl th {
	width: 30%;
}
.confirm-input__tbl td {
	width: 70%;
}

/*============================================
  bootstrap modal
============================================*/

.modal-content {
	background-color: #222;
}

/*======================================================
 * footer style
======================================================*/

#site-footer__top {
	background-color: #000;
}
#site-footer__top__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#site-footer__logo img {
	width: auto;
	height: 32px;
}
#site-footer__scroller {
	width: 60px;
	height: 60px;
	display: block;
	background: #222 url('assets/images/icon_arrow03.svg') no-repeat center / 24px 24px;
}
#site-footer__bottom {
	background-color: #222;
}
#site-footer__bottom__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 20px;
}
#site-footer__nav {
	display: flex;
	flex-wrap: wrap;
}
#site-footer__nav ul {
  width: 100%;
}
#site-footer__nav ul:first-child {
  margin-bottom: 20px;
}
#site-footer__nav ul li {
	padding: 0;
}
#site-footer__nav ul li a {
	color: #ccc;
  font-size: var(--h13);
  padding: 8px 0;
  display: block;
}
#site-footer__bottom__inner p {
	padding-top: 40px;
	color: #e4a100;
	font-weight: 400;
	text-align: right;
  font-size: var(--h13);
}
@media (min-width:768px) {
#site-footer__top__inner {
	padding: 0 30px;
}
#site-footer__bottom__inner {
	padding: 40px 30px 40px;
}
#site-footer__nav ul {
	padding-right: 40px;
}
#site-footer__logo img {
	height: 60px;
}
#site-footer__scroller {
	width: 100px;
	height: 100px;
}
#site-footer__nav ul li a {
  font-size: var(--h12);
}
}
@media (min-width:980px) {
#site-footer__nav {
	flex-wrap: nowrap;
}
#site-footer__nav ul {
	padding-right: 50px;
  width: auto;
}
#site-footer__nav ul:first-child {
  margin-bottom: 0;
  width: auto;
  padding-right: 60px;
}
#site-footer__nav ul li a {
  padding: 4px 0;
}
#site-footer__bottom__inner p {
font-size: var(--h11);
}
}