@charset 'utf-8';

html{
	font-family: "Noto Sans JP", sans-serif;
}

img{
	max-width: 100%;
	height: auto;
}

.lato{
	font-family: 'Lato', sans-serif;
}

.text-16{
	font-size: 16px;
}

@media screen and (max-width:767px){
	.text-16{
		font-size: 14px;
	}
}

.l-h-1{
	line-height: 1;
}

.fw-bold{
	font-weight: 500!important;
}

strong{
	font-weight: 500!important;
}

/*header*/

header nav a{
	font-size: 15px;
}

header nav a:hover{
	opacity: 0.7;
}

/*main*/

main{
	background: #fff;
	padding-bottom: 140px;
}

main p{
	font-size: 16px;
}

@media screen and (max-width:1080px){
	main p{
		font-size: 14px;
	}
}

@media screen and (max-width:1080px){

	main{
		padding-bottom: 60px;
	}

}

.badge {
  padding: 0.5em 1.65em;
  font-size: 14px;
}


/*page_title*/

.page_title{
	display: flex;
	align-items: center;
	height: 167px;
	background: #162b7c;
}

/*headings*/

.h_type00{
	margin: 0;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.05em;
	line-height: 48px;
	text-align: left;
	color: #fff;
}


/*list*/

.event_date_title{
	font-size: 20px;
}

.product_list li{
	border-bottom: 1px solid #E3E6F0;
}

.product_list li:last-child{
	border-bottom: none;
}

.product_title{
	font-size: 20px;
}

table.table{
	background: #fff;
	border-top: 1px solid #dee2e6;;
	font-size: 16px;
}

table.table th{
	font-weight: 500;
}

table.table > :not(caption) > * > * {
	padding: 1.2rem 1.4rem;
}



/*detail*/

.product_form .card-body .row{
	border-bottom: 1px solid #E3E6F0;
}

.product_form .card-body .row:last-child{
	border-bottom: none;
}

.about-shipping p{
	font-size: 13px;
}

.about-shipping .title{
	font-size: 16px;
}

/*cart*/

.label_total{
	font-size: 20px;
}

.the_total{
	font-size: 29px;
}

#checkout input,
#checkout select,
#checkout label,
#checkout .check_text{
	font-size: 15px;
}

#checkout .view-group label{
	font-size: 18px;
}

.view-group{

}

.view-group .view{
	display: none;
}

.view-group .view.current{
	display: block;
}

/*footer*/

footer{
	position: relative;
	background: #F8F9FA;
}

footer div *{
	font-size: 14px;
}

#totop{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 49px;
	position: absolute;
	top: -70px;
	right: 30px;
	font-size: 30px;
}

@media screen and (max-width:767px){

	/*page_title*/

	.page_title{
		height: auto;
		padding: 30px 0;
	}

	/*headings*/

	.h_type00{
		font-size: 26px;
		line-height: 33px;
	}

	.breadcrumbs{
		overflow-x: scroll;
	}

	.breadcrumbs ul{
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	table.table th,
	table.table td{
		padding: 10px 20px;
		display: block;
		width: 100%;
	}

	table.table th{
		background: #eee;
	}


	footer div *{
		font-size: 13px;
	}



	.about-shipping p{
		font-size: 13px;
	}

	.about-shipping .title{
		font-size: 14px;
	}

	/*cart*/

	.label_total{
		font-size: 18px;
	}

	.the_total{
		font-size: 24px;
	}

	#checkout input,
	#checkout select,
	#checkout label,
	#checkout .check_text{
		font-size: 14px;
	}

	#checkout .view-group label{
		font-size: 14px;
	}




}






/*sp*/


@media screen and (max-width:767px){


	.row{
		margin: 0;
	}

	button:focus,
	input:focus {
		outline: none!important;
		box-shadow: none!important;
	}
	input::-moz-focus-inner,
	button::-moz-focus-inner {
		border: 0!important;
	}

	.h_logo{
		display: flex;
		align-items: center;
	}

	.h_logo img{
		max-width: 80%;
		height: auto;
	}

	.my_navbar-collapse{
		z-index: 777;
		display: none;

		position: absolute;
		background: #fff;
		left: 0;
		top: 76px;
		padding: 30px;
		box-sizing: border-box;

		border-bottom: 4px solid #162b7c;
	}

	.my_navbar-collapse ul{
		flex-wrap: wrap;
	}

	.my_navbar-collapse li{
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	.my_navbar-collapse li:last-child{
		border-bottom: none;
	}

	.my_navbar-collapse li a{
		font-size: 18px;
		padding: 10px 0;
		display: block;
	}

}

/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #162b7c;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}


.confirm-modal{
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: rgba(0, 0, 0, 0.5);

	z-index: 9998;
}

.confirm-modal .modal-box{
	padding: 3% 4%;
	text-align: center;
	max-width: 80%;
    width: auto;
	min-width: 70%;
    height: auto;
    z-index: 9999;

	background: #fff;
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
	border-radius: 5px;
}

.confirm-modal .modal-box .confirm-title{

	padding-top: 65px;
	background-image: url('/img/alert-modal.svg');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;

	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: #A70E0E;	
}


.confirm-modal .modal-box .confirm-contents{
	text-align: left;
}


.confirm-modal .modal-box .confirm-contents .confirm-content-item{
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item .confirm-content-title{
	font-size: 14px;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid #A2A2A2;
	font-weight: 500;
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item ul{
	list-style: none;
	padding: 0;
	
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item ul li{
	padding: 10px 6px;
	text-align: left;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item ul li .item-info{
}
.confirm-modal .modal-box .confirm-contents .confirm-content-item ul li .item-info .item-name{
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item ul li .item-info .item-variation{
	display: block;
	font-size: 12px;
	font-weight: 500;
}

.confirm-modal .modal-box .confirm-contents .confirm-content-item ul li .item-price{
	font-size: 14px;
	font-weight: 500;
}

.confirm-modal .modal-box .control-menu{
	margin-top: 20px;
}

.confirm-modal .modal-box .control-menu .buttons-box{
	display: flex;
	gap: 10px;
	justify-content: center;
}

.color-red{
	color: #A70E0E;
}

