.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  /*background: rgba(255, 255, 255, 0.8);*/
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
}
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 20px auto;
  width: 100%;
}

.modal_content {
  display: none;
  max-width: 1000px;
      width: 90%;
    margin: 0 auto;
	position: relative;
	background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
}
.is-active .modal_content {
  display: block;
/*  margin-top: 75px;*/
}

.wrapper.is-locked {
  position: fixed;
  width: 100%;
}


.cbtn1 {

        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		border-radius: 3px;
		padding: 5px 15px;
		background: #000000;
		color: #FFFFFF;
		position: absolute;
		top: 20px;
		right: 20px;
}
.cbtn2 {

        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		border-radius: 3px;
		padding: 5px 15px;
		background: #000000;
		color: #FFFFFF;
		

}
.popbox1 {
padding: 50px;
}

.popbox2 {
padding: 50px 100px;
position: relative;
}

.popbox2_dl {

margin: 0 auto 0 auto;
/*
margin: 0 auto 50px auto;
display: flex;
*/
}




.popbox2_dl dt {
display: inline-block;
vertical-align: top;
margin-right: 20px;
}
.popbox2_dl dd {
text-align: left;
padding: 20px 0px;
width: 83%;
display: inline-block;
}

.popbox2_dl dd p {
text-align: left;
font-size: 15px;
line-height: 180%;
color: #000000;
}

.popbox2_dl dd strong {
text-align: left;
font-size: 24px;
font-weight: bold;
line-height: 160%;
color: #000000;
display: inline-block;
}





/*--------------------------------------新規記述*/
.modal_content {
position: relative;
z-index: 1;
}

.modal_content h4 {

color: #FFFFFF;
font-size: 3.0rem;
padding: 15px 20px;
border-radius: 5px 5px 0 0;
margin: 0;
}
.modal_content h4.mcpet {
background: #FF825D;
}
.modal_content h4.mcnail {
background: #DC73CA;
}
.modal_content h4.mcdeco {
background: #C2AD4B;
}
.modal_content h4.mcmedi {
background: #74C6CA;
}
.modal_content h4.mcheart {
background: #C5CD27;
}
.modal_content h4.mcwoman {
background: #F78364;
}
.modal_content h4.mcbaby {
background: #93C321;
}
.modal_content h4.mcbag {
background: #939DD8;
}
.modal_content h4.mcpc {
background: #A463B5;
}
.modal_content h4.mcfood {
background: #F0DB17;
}
.modal_content h4.mcpen {
background: #9980C6;
}
.modal_content h4.mclang {
background: #BFAB4E;
}
.modal_content h4.mczaitaku {
background: #82CBE3;
}


.modal_content h4:before{
margin-right: 10px;
font-size: 4.0rem;
vertical-align: text-bottom;
}

.modalClose {
color: #FFFFFF;
position: absolute;
z-index: 2;
top: 13px;
right: 20px;
font-size: 4.0rem;
}




.modalBtn {
position: relative;
width: 100px;
height: 100px;
cursor: pointer;
font-size: 1.6rem;
font-weight: bold;
color: #666666;
}

.modal_i_pet {
background: rgb(255,194,94);
background: -moz-linear-gradient(150deg, rgba(255,194,94,1) 0%, rgba(255,128,93,1) 100%);
background: -webkit-linear-gradient(150deg, rgba(255,194,94,1) 0%, rgba(255,128,93,1) 100%);
background: linear-gradient(150deg, rgba(255,194,94,1) 0%, rgba(255,128,93,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}
.modalBtn [class*=" icon-"]:before{
font-size: 38px;
position: absolute;
  top: 30%;
  left: 40%;
}

.modalBtn .icon-icon_bag:before,
.modalBtn .icon-icon_pc:before,
.modalBtn .icon-icon_food:before,
.modalBtn .icon-icon_heart:before
{
  left: 37%;
}


.modal_i_nail {
background: rgb(220,115,202);
background: -moz-linear-gradient(180deg, rgba(220,115,202,1) 0%, rgba(240,72,131,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(220,115,202,1) 0%, rgba(240,72,131,1) 100%);
background: linear-gradient(180deg, rgba(220,115,202,1) 0%, rgba(240,72,131,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}




.modal_i_deco {
background: rgb(194,173,75);
background: -moz-linear-gradient(180deg, rgba(194,173,75,1) 0%, rgba(166,149,103,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(194,173,75,1) 0%, rgba(166,149,103,1) 100%);
background: linear-gradient(180deg, rgba(194,173,75,1) 0%, rgba(166,149,103,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}




.modal_i_medi {
background: rgb(116,198,202);
background: -moz-linear-gradient(180deg, rgba(116,198,202,1) 0%, rgba(147,195,33,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(116,198,202,1) 0%, rgba(147,195,33,1) 100%);
background: linear-gradient(180deg, rgba(116,198,202,1) 0%, rgba(147,195,33,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}



.modal_i_heart {
background: rgb(197,205,39);
background: -moz-linear-gradient(180deg, rgba(197,205,39,1) 0%, rgba(157,171,24,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(197,205,39,1) 0%, rgba(157,171,24,1) 100%);
background: linear-gradient(180deg, rgba(197,205,39,1) 0%, rgba(157,171,24,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}



.modal_i_woman {
background: rgb(247,131,100);
background: -moz-linear-gradient(180deg, rgba(247,131,100,1) 0%, rgba(250,112,135,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(247,131,100,1) 0%, rgba(250,112,135,1) 100%);
background: linear-gradient(180deg, rgba(247,131,100,1) 0%, rgba(250,112,135,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_baby {
background: rgb(147,195,33);
background: -moz-linear-gradient(180deg, rgba(147,195,33,1) 0%, rgba(115,198,201,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(147,195,33,1) 0%, rgba(115,198,201,1) 100%);
background: linear-gradient(180deg, rgba(147,195,33,1) 0%, rgba(115,198,201,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_bag {
background: rgb(147,157,216);
background: -moz-linear-gradient(180deg, rgba(147,157,216,1) 0%, rgba(130,114,185,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(147,157,216,1) 0%, rgba(130,114,185,1) 100%);
background: linear-gradient(180deg, rgba(147,157,216,1) 0%, rgba(130,114,185,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_pc {
background: rgb(164,99,181);
background: -moz-linear-gradient(180deg, rgba(164,99,181,1) 0%, rgba(130,114,185,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(164,99,181,1) 0%, rgba(130,114,185,1) 100%);
background: linear-gradient(180deg, rgba(164,99,181,1) 0%, rgba(130,114,185,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_food {
background: rgb(240,219,23);
background: -moz-linear-gradient(180deg, rgba(240,219,23,1) 0%, rgba(240,173,24,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(240,219,23,1) 0%, rgba(240,173,24,1) 100%);
background: linear-gradient(180deg, rgba(240,219,23,1) 0%, rgba(240,173,24,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_pen {
background: rgb(153,128,198);
background: -moz-linear-gradient(180deg, rgba(153,128,198,1) 0%, rgba(164,99,181,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(153,128,198,1) 0%, rgba(164,99,181,1) 100%);
background: linear-gradient(180deg, rgba(153,128,198,1) 0%, rgba(164,99,181,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_lang {
background: rgb(191,171,78);
background: -moz-linear-gradient(180deg, rgba(191,171,78,1) 0%, rgba(153,132,42,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(191,171,78,1) 0%, rgba(153,132,42,1) 100%);
background: linear-gradient(180deg, rgba(191,171,78,1) 0%, rgba(153,132,42,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.modal_i_zaitaku {
background: rgb(130,203,227);
background: -moz-linear-gradient(180deg, rgba(130,203,227,1) 0%, rgba(115,198,200,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(130,203,227,1) 0%, rgba(115,198,200,1) 100%);
background: linear-gradient(180deg, rgba(130,203,227,1) 0%, rgba(115,198,200,1) 100%);
border-radius: 50%;
width: 100px;
height: 100px;
display: block;
}


.sec03_category {
width:992px;
margin:0 auto;


    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
	padding-bottom: 40px;
}


.m_section.sec03-cate .secHead {
color: #60BDBD;

}


.sec03_category ul {
display:flex;
justify-content: flex-start;
flex-wrap: wrap;
	width: 850px;
	margin: 0 auto;
	margin-top: 40px;
}

.sec03_category ul li {
margin: 50px 0 50px 0;
	width: 20%;
	transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
}

.sec03_category ul li:hover {
opacity: 0.6;

}

.sec03_category ul li span {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.modal_inner_li {
padding: 20px;
}

ul.modal_inner_li li {
font-size: 1.6rem;
font-weight: bold;
margin: 5px 0;
	width: 100%;
	text-indent: -3.0rem;
}

.modal_inner_li li:before {
  content: "";
    display: inline-block;
  width: 30px;
  height: 18px;
	list-style: none;
	background: url("../../images/home2/SVG/pet.svg") no-repeat;
	background-size: 18px auto;
	vertical-align: text-top;
}
.modal_inner_li {
display: flex;
width: 100%;
}
.modal_inner_li div {
width: 45%;
}

.modal_inner_li div + div {
margin-left: 10%;

}

.icclor_pet li:before {
	background: url("../../images/home2/SVG/pet.svg") no-repeat;
}
.icclor_nail li:before {
	background: url("../../images/home2/SVG/nail.svg") no-repeat;
}
.icclor_deco li:before {
	background: url("../../images/home2/SVG/deco.svg") no-repeat;
}
.icclor_medi li:before {
	background: url("../../images/home2/SVG/medi.svg") no-repeat;
}
.icclor_heart li:before {
	background: url("../../images/home2/SVG/heart.svg") no-repeat;
}
.icclor_woman li:before {
	background: url("../../images/home2/SVG/woman.svg") no-repeat;
}
.icclor_baby li:before {
	background: url("../../images/home2/SVG/baby.svg") no-repeat;
}
.icclor_bag li:before {
	background: url("../../images/home2/SVG/bag.svg") no-repeat;
}
.icclor_pc li:before {
	background: url("../../images/home2/SVG/pc.svg") no-repeat;
}
.icclor_food li:before {
	background: url("../../images/home2/SVG/food.svg") no-repeat;
}
.icclor_pen li:before {
	background: url("../../images/home2/SVG/pen.svg") no-repeat;
}
.icclor_lang li:before {
	background: url("../../images/home2/SVG/lang.svg") no-repeat;
}
.icclor_zaitaku li:before {
	background: url("../../images/home2/SVG/zaitaku.svg") no-repeat;
}







@media screen and ( max-width:959px )
{

.modal {
padding: 0;
}

.popbox1 {
    padding: 20px;
}

.popbox2 {
    padding: 20px 20px;
}

.popbox2_dl dt {
width: 30%;
display: block;
margin: 0 auto;
}
.popbox2_dl dd {
width: 100%;
display: block;
}


}






input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	}
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	}



.backbtn {
background: #FFC926;
color: #000000;
width: 300px;
line-height: 60px;
font-size: 16px;
display: block;
text-align: center;
margin: 0 auto;
border-radius: 30px;
}


input.okbtn {
background: #E73310;
color: #FFFFFF;
width: 300px;
line-height: 60px;
font-size: 16px;
display: block;
text-align: center;
border-radius: 30px;
cursor: pointer;
margin: 20px auto;
}

input[type="submit"]:hover {
opacity: 0.7;
}



.popup-inner-photo {
position: relative;
}

.entrybtn-s a {
background-color: #E73310;
color: #FFFFFF;
display: inline-block;
position: absolute;
top: -20px;
right: 30px;
border-radius: 20px;
width: auto;
padding: 10px;

}

















@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */


.sec03_category {
    width: 90%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
    padding-bottom: 40px;
}
.sec03_category ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.sec03_category ul li {
    margin: 30px 0 10px 0;
    width: 33.3%;
}
 [class*="modal_i_"]{

    width: 80px;
    height: 80px;
    display: block;
}

.modalBtn {
font-size: 1.2rem;
}
.modalBtn [class*=" icon-"]:before {
    font-size: 38px;
    position: absolute;
    top: 20%;
    left: 40%;
}
.modalBtn .icon-icon_bag:before, .modalBtn .icon-icon_pc:before, .modalBtn .icon-icon_food:before, .modalBtn .icon-icon_heart:before {
    left: 40%;
}
ul.modal_inner_li li {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 5px 0;
    width: 100%;
    text-indent: -2.6rem;
}
.modal_inner_li div {
    width: 90%;
}
ul.modal_inner_li li {
    width: 100%;
	margin: 0px 0 0px 3.0rem;
}
ul.modal_inner_li li + li {
    width: 100%;
	margin: 10px 0 10px 3.0rem;
}
.modal_inner_li div + div {
    margin-left: 0%;
}

.modal_content {
margin-top: 60px;
}
.modal_content h4:before {
    margin-right: 10px;
    font-size: 2.0rem;
    vertical-align: text-bottom;
}
.modal_content h4 {
    color: #FFFFFF;
    font-size: 2.0rem;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.modalClose {
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    /*top: 13px;*/
	top: 0.6rem;
    right: 20px;
    font-size: 2.0rem;
}
.modal_content h4 {
    color: #FFFFFF;
    font-size: 2.0rem;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}
.sec03_category {
    width: 90%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
    padding-bottom: 20px;
	margin-top: 20px;
}


.modal_container {
margin-top: 0;
}


}

@media screen and (max-width: 480px){

.modalBtn [class*=" icon-"]:before {
    font-size: 38px;
    position: absolute;
    top: 20%;
    left: 33%;
}

.modalBtn .icon-icon_bag:before, .modalBtn .icon-icon_pc:before, .modalBtn .icon-icon_food:before, .modalBtn .icon-icon_heart:before {
    left: 28%;
}


}