@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}
a {
	text-decoration:none;
}

#ccBOx .pc { display:block; }
#ccBOx .sp { display:none; }

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}

.mainBox {
	width: 100%;
	margin:0 auto 0 auto !important;
	font-size: 115%;
}
.brandBox {
	text-align: center;
	margin:0 auto 10% auto !important;
}
#ccBOx {
	width: 100%;
	padding-top: 140px;
	padding-bottom: 5%;
}

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

#ccBOx .pc { display:none; }
#ccBOx .sp { display:block; }
#ccBOx {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5%;
}

.mainBox {
	width: 96%;
	margin:0 auto 0 auto !important;
	font-size: 115%;
}
}


/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*===================================================
 ▼ LP
===================================================*/

/* html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 140px !important; /* 固定ヘッダーの高さ分 */
} */

#LParea {
	width:100%;
	display:block;
	margin:0 auto;
	font-size:16px;
	line-height:1.7em;
}
#LParea .update {
	width:95%;
	margin:2.0em auto;
	font-size:14px;
	text-align:left;
}
#LParea .main_txt > h1 {
	font-size:20px;
	font-weight:600;
	margin:2.0em auto;
}
#LParea .main_txt > p {
	width:90%;
	display:block;
	text-align:center;
	margin:0em auto;
}
#LParea .main_txt > p > span {
	display:inline-block;
	text-align:left;
}

#LParea .select {
	width:90%;
	max-width:700px;
	margin:5.0em auto;
}
#LParea .select ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
#LParea .select ul > li {
	width:45%;
	margin-bottom:2.5em;
}
#LParea .select ul > li > a {
	display:block;
	color:#000;
	background:#fff;
	box-sizing:border-box;
	padding:1.0em 2.0em;
	border:1px solid #000;
	text-align:left;
	position:relative;
}
#LParea .select ul > li > a:after {
	content:"";
	display:block;
	width:1.0em;
	height:calc(1.0em * 0.857);
	background:url(images/i_arrow.svg) no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	right:1.5em;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform:translate(0%, -50%); 
}
@media screen and (max-width:980px) {
#LParea {
	width:100%;
	display:block;
	margin:0 auto;
	font-size:15px;
	line-height:1.7em;
}
#LParea .select ul > li {
	width:48%;
	margin-bottom:2.5em;
}
}

@media screen and (max-width:550px) {
#LParea {
	width:100%;
	display:block;
	margin:0 auto;
	font-size:14px;
	line-height:1.7em;
}
#LParea .select ul > li {
	width:80% !important;
	margin:0 auto 2.5em auto;
}
#LParea .main_txt > h1 {
	font-size:16px;
	line-height:2.0em;
	font-weight:600;
	margin:2.0em auto;
}
}


/* _________________________ */

#LParea .item_wrap {
	margin:7.0em auto;
}
#LParea .item_wrap > h2 {
	width:80%;
	max-width:600px;
	font-size:110%;
	margin:0 auto 5.0em auto;
	text-align:center;
	box-sizing:border-box;
	padding:0.7em 5.0em;
	border:1px solid #000;
}
#LParea .item_wrap > p {
	width:90%;
	margin:-2.0em auto 5.0em auto;
	display:block;
	text-align:center;
}
#LParea .item_wrap#how_select > p {
	line-height:2.0em;
}
#LParea .item_wrap > p.subttl {
	font-weight:600;
}
#LParea .item_wrap > p > span {
	display:inline-block;
	text-align:left;
}

#LParea .item_list h3 {
}
#LParea .item_list h3 > span {
	font-size:105%;
	font-weight:600;
	text-align:center;
	box-sizing:border-box;
	padding:0.3em 3.0em;
	border:1px solid #000;
}
#LParea .item_list .item {
	font-size:105%;
	text-align:center;
	font-weight:600;
	margin:2.5em auto 3.0em auto;
}
#LParea .item_list .item_txt {
	text-align:left;
	font-size:14px;
	margin-bottom:4.0em;
}
#LParea .item_list .item .price {
	display:block;
	text-align:center;
	font-size:95%;
}
#LParea .item_list .item .price {
	display:block;
	font-size:95%;
	margin-top:0.7em;
}
#LParea .item_list .item .price:before {
	content:"\FFE5";
	display:inline-block;
	font-size:95%;
}
#LParea .item_list .item .tax {
	margin-left:0.5em;
	font-size:75%;
}

@media screen and (max-width:550px) {
#LParea .item_wrap > h2 {
	width:90%;
	max-width:600px;
	font-size:110%;
	margin:0 auto 5.0em auto;
	text-align:center;
	box-sizing:border-box;
	padding:0.7em 0em;
	border:1px solid #000;
}
}


#LParea .item_list {
	width:90%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	margin:0 auto 5.0em auto;
}
#LParea .item_list.type_rank > .itembox {
	width:48%;
	display:flex;
	justify-content:space-between;
	margin-bottom:7.0em;
	align-items:stretch;
}
#LParea .item_list.type_column3 > .itembox {
	width:30%;
	margin-bottom:7.0em;
	display:flex;
	align-items:stretch;
	flex-direction: column;
}

#LParea .item_list.type_rank > .itembox.full {
	width:100%;
}
#LParea .item_list.type_rank > .itembox > .img {
	width:45%;
}
#LParea .item_list.type_rank > .itembox > .txt {
	width:50%;
	text-align:center;
	display:flex;
	align-items:stretch;
	flex-direction: column;
}
#LParea .item_list.type_rank > .itembox > .txt .item_txt_wrap {
	display:block;
	text-align:center;
}
#LParea .item_list.type_rank > .itembox > .txt .item_txt_wrap > p.item_txt {
	display:inline-block;
	text-align:left;
}
#LParea .item_list.type_rank > .itembox.full > .img {
	width:33%;
}
#LParea .item_list.type_rank > .itembox.full > .txt {
	width:52%;
}
#LParea .item_list.type_column3 > .itembox > div {
	width:100%;
}
#LParea .item_list.type_column3 > .itembox > .txt {
	display:flex;
	align-items:stretch;
	flex-direction: column;
	flex: 1 1 auto;
}
#LParea .item_list.type_column3 > .itembox > .img {
	margin-bottom:0em;
}
#LParea .item_list.type_rank .item_txt_wrap {
	flex: 1 1 auto;
	display: flex;
	align-items:stretch;
	flex-direction: column;
}
#LParea .item_list.type_rank .item_txt {
	flex-grow: 1; 
}
#LParea .item_list.type_column3 .item_txt_wrap {
/* 	flex: 1 auto auto;
	display: flex;
	align-items:stretch;
	flex-direction: column; */
}

#LParea .item_list.type_rank > .itembox .btn_wrap,
#LParea .item_list.type_column3 > .itembox .btn_wrap {
	margin-top:auto;
}
#LParea .item_list > .itembox .item_btn {
	width:auto;
}
#LParea .item_list > .itembox .item_btn > a {
	max-width:80%;
	color:#fff;
	text-align:center;
	background:#1c2743;
	border:1px solid #1c2743;
	box-sizing:border-box;
	padding:0.7em 3.0em;
	transition: all 500ms 0s ease;
	font-size:15px;
}
#LParea .item_list > .itembox .item_btn > a:hover {
	color:#1c2743;
	background:#fff;
	border:1px solid #1c2743;
}

@media screen and (max-width:1200px) {
#LParea .item_list > .itembox .item_btn > a {
	max-width:85%;
	font-size:1.2vw !important;
	letter-spacing:0 !important;
}
}

@media screen and (max-width:980px) {
#LParea .item_list.type_rank > .itembox.full > .img {
	width:45%;
}
#LParea .item_list.type_rank > .itembox.full > .txt {
	width:50%;
}
#LParea .item_list.type_rank > .itembox {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom:7.0em;
	align-items:stretch;
}
#LParea .item_list.type_column3 > .itembox {
	width:46%;
	margin-bottom:7.0em;
	display:flex;
	align-items:stretch;
	flex-direction: column;
}
#LParea .item_list > .itembox .item_btn > a {
	max-width:80%;
	font-size:14px !important;
}
}


@media screen and (max-width:550px) {
#LParea .item_list h3 {
	margin-top:3.0em;
}
#LParea .item_list.type_rank > .itembox {
	width:100%;
	flex-wrap:wrap;
}
#LParea .item_list.type_rank > .itembox.full > .img {
	width:100%;
}
#LParea .item_list.type_rank > .itembox.full > .txt {
	width:100%;
}
#LParea .item_list.type_rank > .itembox > .img {
	width:100%;
}
#LParea .item_list.type_rank > .itembox > .txt {
	width:100%;
	text-align:center;
	display:flex;
	align-items:stretch;
	flex-direction: column;
}
#LParea .item_list.type_column3 > .itembox {
	width:100%;
	margin-bottom:7.0em;
	display:flex;
	align-items:stretch;
	flex-direction: column;
}
}


