/* 蜈ｱ騾夊ｨｭ螳� */

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

.heading {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1%;
    font-weight: 600;
}

.orangeFont {
    color: rgb(240, 130, 0);
}

.pinkFont {
    color: rgb(148, 25, 106);
}

.greenFont {
    color: rgb(152, 169, 71);
}
span.item_color {
    position: relative;
		display: block;
}
.item_color_in[style="color:#ffffff"]{
	border: 1px solid #000;
	    border-radius: 50%;
	    font-size: 0;
	    height: 7px;
	    display: inline-block;
	    width: 7px;
	    position: absolute;
	    bottom: 5.9px;
}
@media all and (max-width:767px) {

    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
.item_color_in[style="color:#ffffff"]{
			position: relative;
    font-size: 0 !important;
    /* height: 5px;
    width: 5px; */
    bottom: 7px;
    right: 0;
}
span.item_color {
    width: 100%;
}
}

/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ */
.page_product #main .mainVisual {
    position: relative;
}

.page_product #main .mainVisual img {
	width: 100%;
}

@media  (max-width: 767px) {
    .page_product #main .mainVisual img {
        width: 100%;
        /* モバイルヘッダーの高さ分、画像の上にスペースを作成 */
        padding-top: 56px; 
    }
}


/* 蝠�刀隱ｬ譏� */
.page_product #main .section {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 3%;
    /*padding: 0 2%;*/
}

.page_product #main .section.product {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 1.1rem;
    padding: 2% 0;
}

.page_product #main .section.product h3 {
    margin-bottom: 4%;
    padding: 0;
}

.page_product #main .section.product h3 img {
    width: auto;
}

.page_product #main .section.product img {
    width: auto;
    max-width: 100%;
/*   max-height: 650px;*/
}

.page_product #main .section.product p {
    margin-bottom: 4%;
    width: 90%;
}

.page_product #main .section .section {
	margin-bottom: 0;
}

.page_product #main .section.product .leftSide,
.page_product #main .section.product .rightSide {
    position: relative;
}

.page_product #main .section.product .leftSide {
    width: 55%;
}

.page_product #main .section.product .rightSide {
    width: 40%;
}

.page_product #main .section.product.ptn_02 .leftSide {
    width: 40%;
}

.page_product #main .section.product.ptn_02 .rightSide {
    width: 55%;
}

.page_product #main .section.product.ptn_03 .leftSide {
    width: 49.3%;
}

.page_product #main .section.product.ptn_03 .rightSide {
    width: 49.3%;
}


.page_product #main .section .leftSide,
.page_product #main .section .rightSide {
    padding: 0 2%;
    box-sizing: border-box;
}

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

    .page_product #main .section img {
        max-height: 400px;
    }

    .page_product #main .section {
        margin-bottom: 35px;
    }


    .page_product #main .section.product p {
	    margin: 0 auto;
    }

    .page_product #main .section.product .leftSide {
        width: 100% !important;
        max-width: 95% !important;
        margin-bottom: 20px;
    }

    .page_product #main .section.product .rightSide {
        width: 100% !important;
        max-width: 95% !important;
        margin-bottom: 20px;
    }

    .page_product #main .section.product.wrap_reverse {
        flex-wrap: wrap-reverse;
    }

}


/*繝ｩ繧､繝ｳ繝翫ャ繝励き繝ｫ繝ｼ繧ｻ繝ｫ*/

#main .arrivalBox {
    padding: 0 0 96px;
    margin: 10% auto 0;
    width: 68%;
}

#main .arrivalBox .infoBox {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#main .arrivalBox .infoBox .prev {
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: 31%;
}

#main .arrivalBox .infoBox .next {
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: 31%;
}

#main .arrivalBox .infoBox .prev:hover,
#main .arrivalBox .infoBox .next:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#main .arrivalBox h2 {
    margin-bottom: 41px;
    text-align: center;
}

#main .arrivalBox .listUl {
    overflow: hidden;
    text-align: center;
}

#main .arrivalBox .listUl li {
    padding: 0 0 5% 0;
    width: 24%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.8rem;
}

#main .arrivalBox .listUl li img {
    width: 80%;
    margin: 3% auto;
}

#main .arrivalBox .listUl li .title {
    margin-bottom: 7px;
    display: block;
    color: #ef7a00;
    font-size: 16px;
}

#main .arrivalBox .listUl li .color01 {
    color: #ed6c67;
}

#main .arrivalBox .listUl li .color02 {
    color: #daaa7e;
}

#main .arrivalBox .listUl li .color03 {
    color: #000;
}

#main .arrivalBox .listUl li .color04 {
    color: #de0017;
}

#main .arrivalBox .listUl li .color05 {
    color: #a9caf2;
}

#main .arrivalBox .listUl li .color06 {
    color: #7d782e;
}

#main .arrivalBox h3 {
    text-align: center;
    margin-bottom: 6%;
}

@media all and (max-width:767px) {
    #main .arrivalBox {
        width: 85%;
    }
    #main .arrivalBox h2 {
        margin-bottom: 12px;
    }
    #main .arrivalBox h2 img {
        margin: 0 auto;
        width: 70px;
    }
    #main .arrivalBox .listUl li {
        padding: 0 5px;
        width: 46%;
        line-height: 1.3;
    }
    #main .arrivalBox .listUl li img {
        margin-bottom: 6px;
    }
    #main .arrivalBox .listUl li span {
        display: inline-block;
        font-size: 10px;
        line-height: 1.3;
    }
    #main .arrivalBox .listUl li .title {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 1.3;
    }
    #main .arrivalBox .infoBox .prev {
        left: -15px;
    }
    #main .arrivalBox .infoBox .prev img {
        width: 10px;
    }
    #main .arrivalBox .infoBox .next {
        right: -15px;
    }
    #main .arrivalBox .infoBox .next img {
        width: 10px;
    }
    #main .arrivalBox .infoBox .prev:hover,
    #main .arrivalBox .infoBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    #main .arrivalBox h3 img {
        width: 100%;
    }
    .leftContent {
        width: 100%;
    }
    #main .arrivalBox h3 img {
        width: 57%;
    }
}
/*------------------------------------------------------------
block蟾ｦ蜿ｳ
------------------------------------------------------------*/
.block_tll{
	font-size: 2.4vw;
	color: #9c8953;
	margin-bottom: 2%;
}
.block_item {
	width: 70%;
	height: auto;
	background: #e9e9e8;
	position: relative;
	z-index: -2;
}
.block_wrap:nth-child(odd) .block_item {
	margin-left: auto;
}
.block_item .bg_txt {
	font-size: 8vw;
	color: #f4f4f4;
	user-select: none;
	position: absolute;
	z-index: -1;
}
.block_item .bg_txt:nth-child(2) {
	right: 0;
	bottom: 0;
	line-height: 0.5;
}
.block_wrap {
	overflow: hidden;
	margin: 5% 0;
}
.bitem_img {
	width: 48%;
	margin-left: -38%;
	margin-bottom: 13%;
	padding-top: 3%;
	position: relative;
	z-index: 1;
}
.content >.block_wrap:nth-child(even) .block_item .bitem_img{
	margin-right: -30%;
}
.content >.block_wrap:nth-child(even) .block_item .side_box {
	flex-flow: row-reverse;
}
.bitem_img img {
	width: 100%;
}
.bitem_img:after {
	content: "";
	position: absolute;
	background: #cdc4a9;
	width: 100%;
	height: 100%;
	top: 13%;
	left: 8%;
	z-index: -1;
	opacity: 0.7;
}
.side_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.txt_box {
	width: 45%;
	margin-right: auto;
	margin-left: 26%;
}
.main_wrap .txt_box p{
	text-align: left;
}
.block_item .bitem_name {
	color: #9c8953;
	font-size: 2vw;
}
.bitem_data {
	font-size: 18px;
	margin-top: 3%;
}
p.jitem_name {
	color: #9c8953;
	font-size: 1.3vw;
	margin: 3% 0;
}
/*/block蟾ｦ蜿ｳ*/
@media (max-width: 767px){
	.bitem_data {
	    font-size:3vw;
	}
	.block_item .bitem_name {
	    font-size: 4vw;
	}
}
.u-wf-b{
	font-weight: bold;
}