@charset "shift_jis";
/*======================

�A�C���X�I�[���}�����ʔ̃T�C�g �A�C���X�v���U
JAL Mall�X
PC�pCSS

=======================*/

/* �X�^�C�����Z�b�g
================================ */
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

#bousai *,
#bousai *::before,
#bousai *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#bousai h1,
#bousai h2,
#bousai h3,
#bousai h4,
#bousai h5,
#bousai h6,
#bousai ul,
#bousai ol,
#bousai dl,
#bousai li,
#bousai dt,
#bousai dd,
#bousai p,
#bousai div,
#bousai span,
#bousai img,
#bousai a,
#bousai table,
#bousai tr,
#bousai th,
#bousai td {
    margin: 0;
    /* padding: 0; */
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#bousai header,
#bousai footer,
#bousai nav,
#bousai section,
#bousai article,
#bousai main,
#bousai aside,
#bousai figure,
#bousai figcaption {
    display: block;
}

#bousai ol,
#bousai ul,
#bousai li {
    list-style: none;
    list-style-type: none;
}

#bousai img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#bousai a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#bousai a:hover {
    opacity: 0.5;
}

#bousai .no,
#bousai .pc_none{
    display: none !important;
}

/*-----------------------------------------------*/
/*�x�X�p*/
/*-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
img, a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
body *{
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
}
a{
	color:#222222;
    text-decoration: none;
}




/*��������ǉ�*/
/* basic Style
-------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1060px;
}

/* container
-------------------------------------------------------------------------*/

#container {
	width: 100%;
	/*margin: 40px auto;*/
} 
#container .inner {
	max-width: 900px;
	margin: 0 auto;
}
.section {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}


.haed_area{
	padding-top: 50px;
}

/*�C�x���g�o�i�[*/
.event{
	margin: 30px auto;
	text-align: center;
}

.event img{
	/*filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.1));*/
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
    transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}


/* ���o�� */
#container .inner h2 {
	width: 100%;
	color: #000;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	/* margin: 10px auto; */
    padding: 5px;
} 
#container .inner h2 span{
	font-size: 15px;
    letter-spacing: 0;
    display: block;
    margin-top: -5px;
}


/* category */
*[class^="tabContainer"] {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

div.tabContainer {
	margin-bottom: 50px;
}

*[class^="tabContainer"] > ul.tab {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
*[class^="tabContainer"] > ul.tab li {
	width: calc(100%/2);
	margin-bottom: 20px;
}

*[class^="tabContainer"] > .tab_bousai {
	background-color: #3c9826;
}
*[class^="tabContainer"] > .tab_bouhan {
	background-color: #d93230;
}

*[class^="tabContainer"] > ul.tab li a {
	position: relative;
	display: block;
	font-size: 22px;
	text-align: center;
	background-color: #e4e4e4;
	padding: 15px 0;
	margin: auto;
	width: 90%;
	border-radius: 50px;
}


*[class^="tabContainer"] > ul.tab li a::before,
*[class^="tabContainer"] > ul.tab li a::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
*[class^="tabContainer"] > ul.tab li a::before {
	/*���A�C�R��*/
	width: 0;
    height: 0;
    border: 13px solid transparent;
    left: 50%;
    bottom: -24px;
    margin-left: -8px;
}


/* hover active */
*[class^="tabContainer"] > ul.tab li a:hover,
*[class^="tabContainer"] > ul.tab li.active a {
	color: #fff !important;
	background-color: #999;
	text-decoration: none;
}

*[class^="tabContainer"] > ul.tab li.active a.tab_bousai {
	background-color: #3c9826;
	position: relative;
}
*[class^="tabContainer"] > ul.tab li.active a:hover {
	color: #fff67c !important;
}
*[class^="tabContainer"] > ul.tab li.active a.tab_bouhan {
	background-color: #2189c0;
}



/**[class^="tabContainer"] > ul.tab li a.tab_bousai:hover::before,*/
*[class^="tabContainer"] > ul.tab li.active a.tab_bousai::before {
	border-top-color: #3c9826;	
}

/**[class^="tabContainer"] > ul.tab li a.tab_bouhan:hover::before,*/
*[class^="tabContainer"] > ul.tab li.active a.tab_bouhan::before {
	border-top-color: #2189c0;
}
*[class^="tabContainer"] > ul.tab li a:hover::after,
*[class^="tabContainer"] > ul.tab li.active a::after {
	background-color: #464146;
}

*[class^="tabContainer"] > .tabContents {
	width: 100%;
	padding: 0;
	box-sizing: border-box!important;
}
.tabContainer_ranking > .tabContents {
	padding: 0;
}

div.bg-green{
	background-color: #8cc474;
	padding:20px;
}
div.bg-blue{
	background-color: #93cae7;
	padding:20px;
}

/* �\���E��\�� */
*[class^="tabContainer"] .tabContents {
	display: none;
}
  *[class^="tabContainer"] .tabContents.active {
	display: block;
	text-align: center;
}

/*�^�u�̓��e*/

*[class^="tabContainer"] .tabContents > p{
	/* border: 1px solid #fff; */
	width: 100%;
	margin: auto;
}

#bousai p.read{
    text-align: right;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-right: 60px;
    position: relative;
	margin-top: 10px;
	}
#bousai p.read a{
		color: #fff;
	}
#bousai p.read a:hover{
		text-decoration: none;
	}

#bousai p.read a::before {
		width: 50px;
		height: 1px;
		right: 0px;
		top: 23px;
	}
#bousai p.read a::after {
		width: 14px;
		height: 2px;
		transform: rotate(45deg);
		right: -1px;
		top: 17px;
	}
#bousai p.read a::before, 
#bousai p.read a::after {
		position: absolute;
		display: inline-block;
		content: "";
		background-color: #fff;
	}
#bousai p.read a:hover::before {
		transition: all 0.5s;
		transform: translateX(16px);
	}
#bousai p.read a:hover::after {
		transition: all 0.5s;
		transform: translateX(16px) rotate(45deg);
	}
	

*[class^="tabContainer"] .list_item > li {
	width: calc(99% / 2 - 1%);
    background-color: #fff;
    /* border: 1px solid #000; */
    display: inline-block;
    margin: 5px 0.5%;
	position: relative;
	font-size: 19px;
}
*[class^="tabContainer"] .list_item > li > a {
	display: block;
	padding: 25px 0;
}


/*****************************************************************
24.02.09 �ǉ�
*****************************************************************/
#bousai .pc_none{
    display: none !important;
}
#bousai .list-menu-title{
    color: #fff;
    font-size: 35px;
    margin: 15px 0 5px 0;
}
#bousai .cate-menu,
#bousai .list-menu{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
#bousai .list-menu.col_1{
    grid-template-columns: repeat(1, 1fr) !important;
}
#bousai .list-menu.col_1 a{
    padding: 15px 0;
}
#bousai .cate-menu li a,
#bousai .list-menu a{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    height:100%;
    color:#444;
    line-height:1.3em;
    text-align:left;
    position: relative;
}
#bousai .list-menu a{
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}
/*�A�C�R���摜*/
#bousai .cate-menu-img{
   margin-right:10px;
}
/*���*/
#bousai .cate-menu li a::after,
#bousai .list-menu li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 4px;
    top: calc(50% - 6px);
    transition: 0.3s all;
}
/*hover*/
#bousai .cate-menu li a:hover,
#bousai .list-menu li a:hover{
    color:#33842d !important;
}
#bousai .cate-menu li a:hover::after,
#bousai .list-menu li a:hover::after {
    top: calc(50% - 2px);
    color:#33842d;
}
/*-----------------------------------------------*/
/*�S�̘g*/
/*-----------------------------------------------*/
#bousai section {
   text-align: center;
   padding:0 4% 4% 4%;
}
#bousai section:nth-of-type(odd) {
    background: #f9f6eb;
    background-image: repeating-linear-gradient(132deg, #f5f1df 0px, #f5f1df 9px, transparent 3px, transparent 14px);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: top;
}
#bousai section:nth-of-type(even) {
    background:#f1faf4;
    background-image: repeating-linear-gradient(132deg, #79b56024 0px, #79b56024 9px, transparent 3px, transparent 14px);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: top;
}
#bousai h4{
   color:#444;
   font-size:30px;
   padding:35px 0 25px 0;
}
/*-----------------------------------------------*/
/*���i*/
/*-----------------------------------------------*/
#bousai .item-list {
    display: grid;
    gap: 15px;
    justify-content: center;
    padding: 1%;
}
#bousai .item-list.col_2{
    grid-template-columns: repeat(2, 1fr);
}
#bousai .item-list.col_3{
    grid-template-columns: repeat(3, 1fr);
}
#bousai .item-list.col_4{
    grid-template-columns: repeat(4, 1fr);
}
/*�g*/
#bousai .item-list li{
    background: #fff;
}
#bousai .item-list li a{
    display: block;
    padding:5px 5px 10px 5px;
    transition: 0.3s all;
    position: relative;
    height: 100%;
}
#bousai .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
    height: 100%;
}
/*���i��*/
#bousai dd.item-list-txt{
    font-size:19px;
    line-height: 1.3em;
    color: #444;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-grow:1;
}
#bousai .item-list.col_3 .item-list-txt{
    font-size: 16px;
}
/*�A�C�R��*/
#bousai dd.item-list-icon  ul {
    display: flex;
}
#bousai dd.item-list-icon  ul li{
    color: #fff;
    font-size: 13px;
    padding:1px 6px;
    width: auto;
    margin-right: 4px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bousai dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
/*-----------------------------------------------*/
/*���w���͂�����*/
/*-----------------------------------------------*/
#bousai  .item-list dd.price {
    font-size: 15px;
    background: #6fb7aa;
    width: 80%;
    padding: 5px 0;
    border-radius: 50px;
    color: #fff;
    position: relative;
}
#bousai  .item-list dd.price::after {
    font-family: "Material Icons";
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right:5%;
    bottom: 13.5%;
    transition: 0.3s all;
}
/*hover*/
#bousai  .item-list a:hover dd.price::after{
    right: 3%;
}
/*-----------------------------------------------*/
/*���̑��͂�����*/
/*-----------------------------------------------*/
#bousai ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:20px auto;
}
#bousai ul[class^="cate-link_"] li a{
	font-size: 18px;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 15px;
    background:#8cc474;
    border: 2px solid #8cc474; 
}
#bousai ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#bousai .cate-link_1 > li {/*1�J����*/
	 width: 60%;
}
#bousai .cate-link_2 > li {/*2�J����*/
	 width: calc((100% - 2%) /2);
}
#bousai .cate-link_3 > li {/*3�J����*/
	 width: calc((100% - 2%) /3);
}
#bousai ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:20%;
    right:5%;
    color: #fff;
    transition: 0.3s all;
}
#bousai ul[class^="cate-link_"] li a:hover{
    color:#8cc474 !important;
    background: #fff;
}
#bousai ul[class^="cate-link_"] li a:hover:after{
    right:3%;
    color:#8cc474;
}
/*-----------------------------------------------*/
/*�L�[���[�h����T��*/
/*-----------------------------------------------*/
#bousai #search_window{
    margin: 0 auto;
    width: 85%;
}
#bousai #search_window .input-box input {
    border: none;
    width: calc(100% - 70px);
    padding: 10px;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
}
#bousai #search_window .input-box input:focus {
    outline: none;
}
#bousai #search_window .input-box {
    display: flex;
    border: 1px solid #444;
}
#bousai #search_window .input-box .button {
    cursor: pointer;
    border: none;
    background-color: #444;
    color: #fff;
    padding: 0 1em;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-sizing: border-box;
    border-left: 1px solid;
    font-size: 15px;
}

#bousai #search_window .input-box .button:hover {
    background-color: #5d7260;
    color: #fff;
}

#bousai #search_window .input-box .button::before {
    content: "\e956";
    color: #fff;
    font-family: "fontPlazaIcon" !important;
    font-size: 25px;
    margin-right: 2px;
    transition: 0.5s;
}

/*---------���[�h------------*/
#bousai #search_window dl{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
#bousai #search_window dl dd a{
    color:#3c9826;
    font-size:16px;
    margin:10px;
}

#bousai #search_window dl dd a:hover{
    color:#444 !important;
}
/*-----------------------------------------------*/
/*�A�R�[�f�B�I���d�l*/
/*-----------------------------------------------*/
#bousai button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    appearance: none;
}
#bousai .qa__boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto 20px auto;
}

#bousai .qa-box__head {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #faf6a7;
    border: 2px solid #8cc474;
    justify-content:center;
    border-radius: 6px;
    box-shadow: 0 4px 0 #8cc47454;
    transition: 0.3s all;
}

#bousai .qa-box__head:hover{
    background: #fcfff2;
    box-shadow: none;
}

#bousai .qa-box__head.is-open {
    border-radius: 6px 6px 0 0;
    box-shadow: none;
}

#bousai .qa-box__head-icon {
    min-width: 65px;
    padding: 25px 0;
    background: #333;
    color: #fff;
    transition: border-radius 0.5s;
}

#bousai .qa-box__head-text {
    display: block;
    text-align: left;
    padding: 10px 40px 10px 0;
    color: #3c9826;
    font-size: 17px;
}

#bousai .qa-box__head::before,
#bousai .qa-box__head::after {
    position: absolute;
    top: 50%;
    right: 30%;
    display: inline-block;
    content: "";
    width: 14px;
    height: 2px;
    background-color:  #3c9826;
}

#bousai .qa-box__head::after {
    transform: rotate(90deg);
    transition: transform 0.5s;
}

#bousai .qa-box__head.is-open::after {
    transform: rotate(0deg);
}

#bousai .qa-box__body {
    display: none;
}

#bousai .qa-box__a {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------------------*/
/*���C�g�i�r*/
/*-----------------------------------------------*/
@media screen and (max-width: 1000px){
#bousai .navigation { display: none; }
}

#bousai .navigation span.txt{
    background: #222;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
#bousai .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 22%;
    z-index: 100;
}
#bousai .navigation {
    position: relative;
    width: 270px;
}
#bousai .navigation .toggle { display: none; }
#bousai .navigation .nav_wrap,
#bousai .navigation .nav_inner {
    position: relative;
    width: 100%;
}
/*���e*/
#bousai .navigation ul {
    position: relative;
    width: 100%;
    background: #fff;
}
/**********�� PC�ESMP���� ���l�ύX�̂� ��**********/
#bousai .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:5px 0;
    color: #444;
    background:#ffffff29;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
#bousai .navigation ul li:first-child {
    background: #444;
    color:#fff;
    padding:5px 0;
    text-align: center;
}
#bousai .navigation ul li:last-child a {
    background: #eee;
    padding:10px 0 10px 53px;
}
#bousai .navigation ul li:last-child a::after{
    font-family: "Material Icons";
    color: #444;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(180deg);
    left: 3%;
    bottom:29%;
    transition: 0.3s all;
}
#bousai .navigation ul li .cate-menu-img{
    width:15%;
}
/*hover*/
#bousai .navigation ul li a:hover {
    background: #8cc4740f;
    color: #33842d !important;
}
#bousai .navigation ul li a:hover::before{
    transform: translateX(2px);
}
#bousai .navigation ul li:last-child a:hover::after{
    bottom:33%;
    color: #33842d;

}
/**********�� PC�ESMP���� ���l�ύX�̂݁�**********/
/*-----------------------------------------------*/
/*�t�b�^�[*/
/*-----------------------------------------------*/
footer { 
    font-size: 16px;
    padding: 0;
    width: 100%;
    padding:2% 0;
    text-align: center;
    color: #5d5b56;
    background-color: #fff;
}
footer a {
    color:#5d5b56;
    display: inline-block;
    font-size: 18px;

}
footer a:hover{
	opacity:0.8;
}


/*-----------------------------------------------*/
/*������{�^��*/
/*-----------------------------------------------*/

#bousai .item-list li dl>div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    padding: 0 0 8px 0px;
}

/*2�J����*/
#bousai .col_2 dl dd.size, #bousai .item-list dl dd.size {
    width: calc(100% / 2);
}

/******** �T�C�Y�� ********/
#bousai ul[class^="col_"] dl dd.size p, 
#bousai .item-list dl dd.size p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #6fb7aa;
    margin-bottom: 5px;
    border-radius: 18px;
    padding: 3px 0;
}


/******** �T�C�Y��  hover *********/
#bousai ul[class^="col_"] dl dd.size a:hover p, 
#bousai .item-list dl dd.size a:hover p {
    background: #9fd793;
    padding: 3px;
}

#bousai .item-list dl dd.size a::after {
    font-family: "Material Icons";
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 21px;
    transition: 0.3s all;
}


/******** ��� hover *********/
#bousai ul[class^="col_"] dl dd.size:hover::after, 
#bousai .item-list dl dd.size:hover::after {
    right: -1%;
    color: #9b9b9b;
}

/*dl��a�^�O�����Ă�ꍇ*/
#bousai ul[class^="col_"] a:hover dl dd.size::after, 
#bousai .item-list a:hover dl dd.size::after {
    right: 1%;
    color: #ffffff;
}

/******** ���i *********/
#bousai .item-list dl dd.size .price {
        display: block;
        align-items: center;
}

#bousai .item-list dl dd.size div.prices span{
	font-family: "Century Gothic", 'sans-serif';
	font-weight: bold;
	color:#222;
	font-size:30px;
	line-height: 1.5em;
}


/*****************************************************************
25.08.25 �ǉ��@�N�[�|���E�Z�[���f�U�C��
*****************************************************************/
#bousai ul.coupon,
#bousai ul.sale{
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
}

#bousai ul.coupon.col_2 > li,
#bousai ul.sale > li{
    width: calc(calc(100% - 1%) / 2);
    position: relative;
    margin-bottom: 10px;
}


#bousai ul.sale > li{
    background-color: #fff100;
    padding: 10px;
}


#bousai ul.sale > li a dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 25px;
    height: 65px;
}

#bousai ul.sale > li a dl dd div.sale{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a20405;
    height: 50px;
}


#bousai ul.sale > li a dl dd div.sale div{
    font-size: 25px;
    color: #fff;
}

#bousai ul.sale > li a dl dd div.sale div span{
    font-size: 30px;
}

#bousai ul.sale > li a dl dd div.price_block div.price_nomal{
    font-size: 18px;
}

#bousai ul.sale > li a dl dd div.price_block div.prices{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a20405;
    height: 68px;
}

#bousai ul.sale > li a dl dd div.price_block div.prices span.prdisp-taxin span.value{
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 50px;
}

#bousai ul.sale li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-weight: bold;
    font-size: 30px;
}

#bousai ul.sale li dl dd.btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    height: 40px;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
}

#bousai ul.sale li dl dd.btn::after {
    font-family: "Material Icons";
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    content: "keyboard_arrow_right";
    transform: translate(-50%,50%);
    right: 5%;
    bottom: 50%;
    transition: 0.3s all;
}

#bousai ul.sale li a:hover dl dd.btn::after{
    transform: translate(-20%,50%);
}