@charset "UTF-8";
/* CSS Document */

#feature.FEA00028 {
    padding: 0;margin: 0 auto;
}
#feature.FEA00028 .sp {display: block;}
#feature.FEA00028 .pc {display: none;}
#feature .mb5{margin-bottom: 5% !important;}
#feature .al-center{text-align: center!important;}
#feature .banner img{width: 60% !important; margin: 0 auto 5%;}
/*-----------------------------------------------
  SP
-----------------------------------------------*/

#feature.FEA00028 .button-fill {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 12px 15%;
    margin: 0% auto 9%;
    background: #CEC384;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}
#feature.FEA00028 .button-fill-02 {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 12px 55px;
    margin: 0 auto;
    background: #F21E51;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}

/*layout
-----------------------------------------------*/

/*link*/
#feature .link-box:hover {
    opacity: 0.7;
}
#feature.FEA00028 .contents .full-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* item-list */
#feature.FEA00028 .item-img {
    margin: 0 0 15px;
	border-radius: 10px;
}
#feature.FEA00028 .item-txt {
    font-size: 12px;
	text-align: left;
}
#feature.FEA00028 .item-txt .name{
	margin-bottom: 1rem;font-size: 14px;
	text-align: left;
}
#feature.FEA00028 .brand {
    font-weight: bold;
}

/*contents
-----------------------------------------------*/
#feature.FEA00028 .contents {
    position: relative;
    /* z-index: 5; */
}
#feature.FEA00028 .contents:last-child {
    padding: 0 0 50px;
    margin: 50px auto 0;
}
#feature.FEA00028 .contents .title, #feature.FEA00028 .contents .lead {
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    padding-bottom: 1rem;
    color: #CEC384;
}

#feature.FEA00028 .contents .title_jp {
    font-size: 14px;
    /* color: #898989; */
    font-weight: normal;
    opacity: 0.6;
}

/*_intro*/
#feature.FEA00028 h1 {
	margin: 8% 5% 4%;
	text-align: center;
	color: #F21E51;
	font-size: 22px;
	line-height: 150%;
}
#feature.FEA00028 .contents._intro {
    width: 90%;
    margin: 20px auto;
}
#feature.FEA00028 h2 {
   font-size: 24px;
   text-align: center;
   margin-bottom: 20px;
}
#feature.FEA00028 h3 {
   font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
/* what-is-coffret */
#feature.FEA00028 .intro-link {
    margin: 40px auto;
}
#feature.FEA00028 .intro-link:before, #feature.FEA00028 .intro-link:after {
    content: '';
    display: block;
    background: #ffffff;
    height: 1px;
    width: 100%;
}
#feature.FEA00028 .intro-link:before {
    margin: 0 auto 30px;
}
#feature.FEA00028 .intro-link:after {
    margin: 30px auto 0;
}
#feature.FEA00028 .contents .intro-link .title {
    font-weight: bold;
    margin: 0 0 5px;
}

#feature.FEA00028 .intro-link._ft {
    margin: 40px auto 0;
}
#feature.FEA00028 .intro-link._ft:after {
    content: '';
    display: block;
    background: #ffffff;
    height: 0px;
    width: 100%;
}
#feature.FEA00028 .check-list-wrap{
	background-color: #FFF3D2; padding: 6% 0;
}
#feature.FEA00028 .check-list{
	width: 90%; padding: 8%;  margin: 0 auto;
	display: flex; flex-wrap: wrap;
	background-color: #FFF; border-radius: 20px;
}
#feature.FEA00028 .check-list li{
	position:relative;
	width: 100%; margin: .25rem 0; padding: 0 0 0 27px;
	border-bottom: 1px solid #f2f2f2;
}
#feature.FEA00028 .check-list li a{
	display: block;
	padding: 7px 0;
	color: #009CDE; 
}
#feature.FEA00028 .check-list li a::after{
	position:absolute;
   content:"";
	top: 13px;
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#feature.FEA00028 .check-list li a:hover{
	background-color: #D6F3FF;
	text-decoration: none;
}
#feature.FEA00028 .check-list li:before{
   position:absolute;
   content:"";
   width:16px;
   height:16px;
	background-size: 16px;
   background-image:url("https://www.dadway-onlineshop.com/feature/img/FEA00028/icon-checklist.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
   display:inline-block;
   left:-2px;
   top:9px;
  }

#feature.FEA00028 .nav {
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	}
#feature.FEA00028 .nav li{
    width: calc(90% / 2);
    text-align: center;
    background: #F21E51;
    margin-bottom: 5%;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#feature.FEA00028 .nav li a{
    display: block;
    margin: 0 2%;
    padding: 3%;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

/*_main*/
#feature.FEA00028 .contents-wrap{
	margin-bottom: 5%;
	padding-top: 12%;
	background: url( "/feature/img/FEA00028/newyear_bgimg02.png"),url( "/feature/img/FEA00028/newyear_bgimg.jpg");
	background-size: 100%,20%;
	background-repeat:repeat,repeat;
	}

#feature.FEA00028 .contents-title01{
	font-size:15px;
	color:#fff;
	background-color:#CEC384;
	padding: 5% 6%;
}
#feature.FEA00028 .contents-title01 h2{
	font-size:24px;
}



#feature.FEA00028 .newyear-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 5%;
}

#feature.FEA00028 .newyear-list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 50px;
}

#feature.FEA00028 .newyear-list li {
	flex-direction: column;
}
#feature.FEA00028 .newyear-list li:nth-child(even) {
	flex-direction: row-reverse;
}
#feature.FEA00028 .newyear-list li .img {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto 30px;
    /* border: 16px solid #fff; */
}
#feature.FEA00028 .newyear-list .title {
    font-size: 24px;
    margin-bottom: 5%;
    font-weight: 500;
    text-align: center;
    color: #A59328;
}
#feature.FEA00028 .newyear-list .txt {
	font-size: 13px;
	margin-bottom: 5%;
	font-weight: normal;
	color: #A59328;
}
#feature.FEA00028 .newyear-list li .txt-box {
    width: 100%;
    text-align: center;
}

/*お出かけ-----------------------------*/

#feature.FEA00028 .contents-wrap-goout{
	margin-bottom: 5%;
	padding-top: 12%;
	background: url( "/feature/img/FEA00028/goout_bg.png"),url( "/feature/img/FEA00028/goout_bgimg.jpg");
	background-size: 100%,20%;
	background-repeat:repeat,repeat;
	}
#feature.FEA00028 .contents-title-goout{
	font-size:15px;
	color:#fff;
	background-color:#359FD0;
	padding: 5% 6%;
}

#feature.FEA00028 .goout .title {
    color: #fff;
}
#feature.FEA00028 .goout .txt {
	color: #fff;
}
#feature.FEA00028 .button-fill-goout {
    width: 70%;
    display: inline-block;
    text-align: center;
    color: #359FD0;
    padding: 12px 55px;
    margin: 0% auto 9%;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}

/*おうち充実-----------------------------*/

#feature.FEA00028 .contents-wrap-house{
	margin-bottom: 5%;
	padding-top: 12%;
	background: url( "/feature/img/FEA00028/house_bg.png"),url( "/feature/img/FEA00028/house_bgimg.jpg");
	background-size: 100%,20%;
	background-repeat:repeat,repeat;
	}
#feature.FEA00028 .contents-title-house{
	font-size:15px;
	color:#fff;
	background-color: #FFC43E;
	padding: 5% 6%;
}
#feature.FEA00028 .contents-title-house-sub{
	font-size:15px;
	color:#FF8600;
	padding: 11% 6% 6%;
}
#feature.FEA00028 .category {
    margin: 0 0 20px;
}
#feature.FEA00028 .document-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#feature.FEA00028 .house {
 margin: 5%;
}
#feature.FEA00028 .house img{
    width: 100%;
    border-radius: 20px;
    margin: 0 auto 30px;
    border: 16px solid #fff;
}

#feature.FEA00028 .house .txt-box {
    text-align: center;
}
#feature.FEA00028 .house .title {
    font-size: 24px;
    margin-bottom: 5%;
    font-weight: 500;
    text-align: center;
    color: #FF8600;
}
#feature.FEA00028 .house .txt {
	font-size: 13px;
	font-weight: normal;
	color: #FF8600;
}


#feature.FEA00028 li{
    width: 47%;
    margin: 0 1.5% 20px;
    text-align: center;
}
#feature.FEA00028 li .house-cate{
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#FF8600;
	background:linear-gradient(transparent 60%, #03d01236 60%);
	margin: 0 23% 6%;
}
#feature.FEA00028 .document-list li .img {
    width: 90%;
    border-radius: 20px;
    margin: 0 auto;
    border: 9px solid #fff;
}
#feature.FEA00028 .button-fill-house {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 12px 15%;
    margin: 5% auto 9%;
    background: #F89930;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}
#feature.FEA00028 .button-fill-house-02 {
    width: 82%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 8px 23px;
    margin: 10% auto 9%;
    background: #F89930;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}

/*スペシャルセット-----------------------------*/

#feature.FEA00028 .contents-wrap-specialset{
	margin-bottom: 5%;
	padding-top: 12%;
	background: url( "/feature/img/FEA00028/specialset_bg.png"),url( "/feature/img/FEA00028/specialset_bgimg.jpg");
	background-size: 100%,20%;
	background-repeat:repeat,repeat;
	}
#feature.FEA00028 .contents-title-specialset{
	font-size:15px;
	color:#fff;
	background-color: #F5849F;
	padding: 5% 6%;
}
#feature.FEA00028 .specialset-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#feature.FEA00028 .specialset-list li{
    margin: 7% 0.5% 10px;
    text-align: center;
}
#feature.FEA00028 .specialset-list img{
    width: 90%;
    border-radius: 8px;
    margin: 0 auto 15px;
    border: 11px solid #fff;
}
.special-box {
	padding: 0 5%;
}
#feature.FEA00028 li .specialset-cate{
	font-size: 11px;
	font-weight:700;
	text-align:center;
	color:#F21E51;
	margin: 5% 0% 6%;
}
.special-box h4{
  position: relative;
  padding: 0 8px;
  color: #F21E51;
  margin-bottom: 5%;
  text-align: center;
}
.special-box h4:before {
  position: absolute;
  top: calc(85% - 7px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #F21E51;
}
.special-box h4 span {
  position: relative;
  padding: 0 6%;
  background: #fabbce;
}
#feature.FEA00028 .button-fill-special {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 8px 23px;
    margin: 10% auto 9%;
    background: #F21E51;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 1;
}
/*スペシャルセット-----------------------------*/


#feature.FEA00028 .contents._main {
    width: 100%;
    /* height: 732px; */
    margin: 9% auto;
}
#feature.FEA00028 .contents._main .no {
    position: relative;
    width: 100px;
    margin: 0;
    z-index: 5;
}
#feature.FEA00028 .contents._main .main-img {
    position: relative;
    width: 90%;
    border-radius: 20px;
    margin: 0 auto 30px;
    z-index: 1;
    border: 16px solid #fff;
}
#feature.FEA00028 .contents-element-wrap{
	/* margin: -4% 0; */
}

#feature.FEA00028 .contents._main .contents-element {
    margin: 0 0 32px;
    padding: 0% 7%;
}
#feature.FEA00028 .contents._main .contents-element._head {
    text-align: center;
    margin: 0 0 10px;
    padding-top: 17px;
}
#feature.FEA00028 .contents._main .contents-element img {
    display: inline-block;
}
#feature.FEA00028 .contents._main .contents-element._main-txt img[src*="-title.png"]{
	width: 70%; margin: 0 auto;
	display: block;
}
#feature.FEA00028 .contents._main .contents-element._main-txt img[src*="item6-title.png"]{
	width: 80%; 
}
#feature.FEA00028 .contents._main .title {
    font-size: 18px; text-align: center;
}
#feature.FEA00028 .contents._main .lead {
    font-size: 22px;
    text-align: center;
}
#feature.FEA00028 .contents._main p{
	font-size:14px;
	color: #A59328;
}


#feature.FEA00028 .contents._main .contents-element._recomend {
    margin: 0;
    padding: 0;
}
#feature.FEA00028 .contents._main ._recomend .title {
    font-size: 18px;
    text-align: center;
}

/*_sub*/
#feature.FEA00028 .contents._sub {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
    color: #fff;
}
#feature.FEA00028 .contents._sub .title {
    font-size: 21px;
    margin: 0 0 10px;
}
#feature.FEA00028 .contents._sub .contents-element._head {
    margin: 0 0 20px;
}


#feature.FEA00028 .contents._sub:after {
    content: '';
    display: block;
    background: #ffffff;
    height: 1px;
    width: 100%;
    margin: 30px 0 0;
}
#feature.FEA00028 .point-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #ffffff;
}
#feature.FEA00028 .point-txt {
    font-weight: bold;
}

#feature.FEA00028 .point-title:before {
    content: '';
    display: inline-block;
    width: 75px;
    height: 30px;
    background-image: url(../img/COF_ft7__sub_no.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#feature.FEA00028 .point-title:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
}
#feature.FEA00028 .movie-capture {
    margin: 0 auto 30px;
    width: 90% !important;
}
#feature.FEA00028 .point-title:before {
    margin: 0;
}
#feature.FEA00028 .point-title:after {
	margin: 0 0 0 10px;
}

/* item-list */
#feature.FEA00028 .contents._main .item-list {
    margin: 0 0 40px;
    padding: 0 0 30px;
}
#feature.FEA00028 .contents._main .item-list li {
    position: relative;
}
#feature.FEA00028 .contents._main .item-list li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#feature.FEA00028 .contents._main .item-img {
    /* border: 2px solid #F8F8F8; */
    /*border-radius: 50%;*/
}
#feature.FEA00028 .contents .brand-img-slider .item-img {
    border: none;
    border-radius: 0;
}


/*pick-up*/
#feature.FEA00028 .pickup {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#feature.FEA00028 .pickup-box {
    width: 45%;
}
#feature.FEA00028 .pickup-title {
    margin: 20px 0 0 -2%;
}
#feature.FEA00028 .pickup-subtitle {
    font-weight: bold;
    color: #898989;
    margin: 5px 0 10px;
    line-height: 1.5;
}
#feature.FEA00028 .brand-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #E62E2E;
}
#feature.FEA00028 .contents .brand-img {
    border-radius: 50%;
    width: 60%;
    margin: 0 0 0 -5%;
}
#feature.FEA00028 .circle-arrow-box {
    position: absolute;
    right: 0;
    bottom: 50px;
}
#feature.FEA00028 .circle-arrow {
	position: relative;
}
#feature.FEA00028 .circle-arrow::before, .circle-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#feature.FEA00028 .circle-arrow::before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #E62E2E;
}
#feature.FEA00028 .circle-arrow::after {
    right: 11px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*item-slider*/
/*#feature.FEA00028 .item-slider {
    margin: 0 0 0 6%;
    padding: 0 0 50px;
}*/
#feature.FEA00028 .item-slider .slick-list {
	padding: 0 55% 0 0
}
#feature.FEA00028 .item-slider .slick-slide {
    width: 60%;
    height: auto;
    padding: 0 15px;
	margin: 0;
}
#feature.FEA00028 .brand-img-slider .slick-slide {
    width: 60%;
    height: auto;
    padding: 0 10px;
	margin: 0;
}
#feature.FEA00028 .item-slider .slick-next {
	right: 20px;
	z-index: 99;
}
#feature.FEA00028 .item-slider .slick-prev {
	left: 15px;
	z-index: 100;
}
/*slick-arrow*/
#feature.FEA00028 .slick-arrow {
    width: 15px;
}
/*slick-dots*/
/*add*/
#feature.FEA00028 /*.item-slider */.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0;
    padding: 0;
}


#feature.FEA00028 .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#feature.FEA00028 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    outline: 0;
    border-radius: 50%;
    transition-duration: 0.3s;
	background: #e9e9e9;
}
#feature.FEA00028 .slick-dots li button:before {
    content: none;
}
#feature.FEA00028 .slick-dots li button:hover,
#feature.FEA00028 .slick-dots li.slick-active button {
	background: #535353;
	opacity: 0.8;
}

/*popup*/
#feature.FEA00028 .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
#feature.FEA00028 .popup.is-show {
  opacity: 1;
  visibility: visible;
}
#feature.FEA00028 .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 0;
    background-color: #fff;
    z-index: 2;
}
#feature.FEA00028 .popup-inner img {
  width: 100%;
}
/*.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}*/
#feature.FEA00028 .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
/*close-btn*/
#feature.FEA00028 .close-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    /* background: #ccc; */
    /* cursor: pointer; */
    z-index: 10;
}
#feature.FEA00028 .close-btn span::before, .close-btn span::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1px;
    margin: 0 0 0 -13px;
    background: #ffffff;
}
#feature.FEA00028 .close-btn span::before {
	transform: rotate(-45deg);
}
#feature.FEA00028 .close-btn span::after {
	transform: rotate(45deg);
}
/*modal*/
#feature.FEA00028 .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
#feature.FEA00028 .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#feature.FEA00028 .modal__content {
    /* background: #fff; */
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}


/*sub-contents
-----------------------------------------------*/
#feature.FEA00028 .contents.sub-contents {
    background: none;
    margin: -30px 3% 10px;
    color: #868686;
}
#feature.FEA00028 .sub-contents .contents__head {
    margin: 0 6%;
    display: flex;
    align-items: center;
}
#feature.FEA00028 .sub-contents .contents__head-image {
    width: 30%;
    margin: 0 5% 0 0;
}
#feature.FEA00028 .sub-contents .no {
    width: 22%;
    margin: -17px 0;
}
#feature.FEA00028 .sub-contents .main-img {
	width: 100%;
    margin: 0 0 20px;
}
#feature.FEA00028 .sub-contents .contents-element {
    padding: 40px 6% !important;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #e62e2e;
}
#feature.FEA00028 .sub-contents .title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
#feature.FEA00028 .contents-element-box:not(:first-of-type) {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #dedede;
}
#feature.FEA00028 .sub-contents .contents-element .title {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.5;
    font-weight: bold;
}
#feature.FEA00028 .sub-contents .lead-txt {
    font-size: 13px;
}

/*contents _comment
-----------------------------------------------*/
#feature.FEA00028 .contents._comment {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
    color: #fff;
}
#feature.FEA00028 .contents._comment .main-img {
    width: 100px;
    margin: 0 auto 10px;
}
#feature.FEA00028 .contents._comment .contents-element._head {
    text-align: center;
    margin: 0 0 30px;
}



/*contents _foot
-----------------------------------------------*/
#feature.FEA00028 .contents._foot {
    background: #fff;
    margin: 50px auto 0;
    padding: 50px 0;
}
#feature.FEA00028 .contents._foot .contents-element {
    margin: 0 5%;
}

/*_concept*/
#feature.FEA00028 .contents._foot .contents-element._concept {
    text-align: center;
    margin: 0 0 70px;
}
#feature.FEA00028 .contents._foot .contents-element._concept .item-img {
    margin: 0 auto 30px;
    width: 160px;
}

/*_back-number*/
#feature.FEA00028 .contents._foot ._back-number .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: left;
}
#feature.FEA00028 .contents._foot ._back-number .item-list li {
    width: 47%;
    margin: 0 0 20px;
}
#feature.FEA00028 .contents._foot ._back-number .item-list::after {
    content:"";
    display: block;
    width:30%;
}
#feature.FEA00028 .contents._foot ._back-number .item-txt {
    font-size: 12px;
	width: 100%;
}
#feature.FEA00028 .item-txt .note {
    font-size: 10px;
}


@media screen and (min-width: 769px) {
/*----------------------------------------------------------------------------------------------
  PC
----------------------------------------------------------------------------------------------*/
#feature.FEA00028 {
    padding: 0 0 80px;
}
#feature.FEA00028 .sp { display: none;}
#feature.FEA00028 .pc { display: block;}

/*base 
-----------------------------------------------*/
#feature.FEA00028 .button-fill{
    width: 67%;
}
#feature.FEA00028 .button-fill-02{
    width: 45%;
}
#feature.FEA00028 .button-fill-goout{
    width: 67%;
}
#feature.FEA00028 .button-fill:hover {
	opacity: 0.7;
}

/*_intro 
-----------------------------------------------*/
#feature .main-img{
	width:100%; max-width: 1200px;
	margin:auto;
}
	
#feature.FEA00028 h1 {
	margin: 5% 5% 0%;
	text-align: center;
	color: #F21E51;
	font-size: 22px;
	line-height: 150%;
	border: none;
}
#feature.FEA00028 .contents._intro {
    width: 100%;
    text-align: center;
    margin: 2% 0 4%;
}
#feature.FEA00028 .contents-title01{
	font-size:15px;
	color:#fff;
	background-color:#CEC384;
	padding: 3% 0% 1%;
}
#feature.FEA00028 .newyear-list{
    margin: 4% 2%;
}
#feature.FEA00028 .contents-title01 h2{
	font-size:24px;
	position: relative;
	padding: 0 65px;
}
#feature.FEA00028 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
#feature.FEA00028 h2 span {
  position: relative;
  padding: 0 1em;
  background: #cec384;
}
/*お出かけカラー*/
#feature.FEA00028 .contents-title-goout{
	font-size:15px;
	color:#fff;
	background-color:#359fcf;
	padding: 3% 0% 1%;
}

#feature.FEA00028 .contents-title-goout h2{
	font-size:15px;
	color:#fff;
	background-color:#359fcf;
	padding: 5% 0%;
}
#feature.FEA00028 .contents-title-goout h2{
	font-size:24px;
	position: relative;
	padding: 0 65px;
}
#feature.FEA00028 .contents-title-goout h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
#feature.FEA00028 .contents-title-goout h2 span {
  position: relative;
  padding: 0 1em;
  background: #359fcf;
}
/*お出かけカラー*/

/*おうち充実カラー*/
#feature.FEA00028 .contents-wrap-house{
	background-size: 35%,6%;
	padding-top: 8%;
	max-width: 1000px;
	margin: 0 auto;
	}
#feature.FEA00028 .contents-title-house{
	font-size:15px;
	color:#fff;
	background-color:#f9c43e;
	padding: 3% 0% 1%;
}
#feature.FEA00028 .contents-title-house-sub{
	padding: 7% 6% 2%;
}
#feature.FEA00028 .contents-title-house h2{
	font-size:15px;
	color:#fff;
	background-color:#f9c43e;
	padding: 5% 0%;
}
#feature.FEA00028 .contents-title-house h2{
	font-size:24px;
	position: relative;
	padding: 0 65px;
}
#feature.FEA00028 .contents-title-house h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
#feature.FEA00028 .contents-title-house h2 span {
  position: relative;
  padding: 0 1em;
  background: #f9c43e;
}

/*スペシャルセットカラー*/
#feature.FEA00028 .contents-wrap-specialset{
	max-width: 1000px;
	margin: 0 auto;
	background-size: 35%,6%;
	margin-top: 6%;
	padding-top: 7%;
	}
#feature.FEA00028 .contents-title-specialset{
	font-size:15px;
	color:#fff;
	background-color:#f21e50;
	padding: 3% 0% 2%;
}
#feature.FEA00028 .contents-title-specialset h2{
	font-size:15px;
	color:#fff;
	background-color:#f21e50;
	padding: 5% 0%;
}
#feature.FEA00028 .contents-title-specialset h2{
	font-size:24px;
	position: relative;
	padding: 0 65px;
}
#feature.FEA00028 .contents-title-specialset h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
}
#feature.FEA00028 .contents-title-specialset h2 span {
  position: relative;
  padding: 0 1em;
  background: #f21e50;
}

/*スペシャルセットカラー*/


#feature.FEA00028 h3 {
   font-size: 24px;
   font-weight: 500;
   text-align: center;
   margin-bottom: 20px;
}
#feature.FEA00028 p {
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   margin-bottom: 20px;
   line-height: 160%;
}
#feature.FEA00028 .category {
    margin: 0 2%;
}
#feature.FEA00028 li .specialset-cate{
	font-size: 17px;
	font-weight:700;
	text-align:center;
}
.special-box h4{
  font-size: 17px;
}
.special-box h4 span {
  position: relative;
  padding: 0 8%;
  background: #fabbce;
}
#feature.FEA00028 .document-list {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    /* margin: 0 2%; */
}
#feature.FEA00028 li{
    width: 40%;
    margin: 0 auto;
}
#feature.FEA00028 li .house-cate{
	margin: 0% 37% 6%;
}
#feature.FEA00028 .document-list li .img {
    border: 16px solid #fff;
    width: 100%;
}
#feature.FEA00028 .button-fill-house {
    width: 67%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -moz-box-sizing: border-box;
}
#feature.FEA00028 .house {
 margin: 2% 2% 0%;
 display: flex;
}
#feature.FEA00028 .house .txt-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%;
}
#feature.FEA00028 .house img{
    width: 40%;
    border-radius: 20px;
    margin: 0 auto 30px;
    border: 16px solid #fff;
}

/*おうち充実カラー*/
#feature.FEA00028 .txt-contents{
	color:#fff;
	font-size:14px;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	padding: 0 2%;
}

#feature.FEA00028 .intro-link:before {
    margin: 0 auto 20px;
}
#feature.FEA00028 .intro-link:after {
    margin: 20px auto 0;
}
#feature.FEA00028 .nav {width: 80%;text-align: center;margin-bottom: 4%;}
#feature.FEA00028 .nav li{width: calc(93%/ 4);margin-bottom: 1%;}
#feature.FEA00028 .nav li a{
    display: block;
    margin: 0 0%;
    padding: 6% 5%;
}
#feature.FEA00028 .check-list-wrap{
	background-image:url("/feature/img/FEA00028/bg.jpg");
	background-size: cover;
	background-repeat:no-repeat;
}
#feature.FEA00028 .check-list{
	width: 80%; padding: 2%;
}
#feature.FEA00028 .check-list li{
	width: calc(100%/3); margin: 1rem 0; 
}
#feature.FEA00028 .check-list li a{
	margin-right: 5%;
}
#feature.FEA00028 .check-list li a::after{
	top: 13px;
    right: 10%;
}
#feature.FEA00028 .check-list li:nth-child(3n) a {margin-right: 0;}
#feature.FEA00028 .check-list li:nth-child(3n) a::after{
	right: 5%; margin-right: 0;
}

	
/*contents 
-----------------------------------------------*/
#feature.FEA00028 .newyear-list li{
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#feature.FEA00028 .newyear-list li .img {
    width: 40%;
}
#feature.FEA00028 .newyear-list li .txt-box {
    width: 46%;
    text-align: center;
    margin: 0 2%;
}



#feature.FEA00028 .contents-wrap{
	margin-bottom: 5%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 8%;
	background: url( "/feature/img/FEA00028/newyear_bgimg02.png"),url( "/feature/img/FEA00028/newyear_bgimg.jpg");
	background-size: 35%,6%;
	background-repeat:repeat,repeat;
	}
	
#feature.FEA00028 .contents-wrap-goout{
	max-width: 1000px;
	margin: 0 auto;
	background-size: 35%,6%;
	padding-top: 8%;
	}

#feature.FEA00028 .contents._main{
	margin: 0 auto;
	border: 3px dashed #FFBD41;
	border-radius: 20px;
	padding: 4% 2%;
}
#feature.FEA00028 .contents._main .no {
    width: 200px;
}
#feature.FEA00028 .contents._main .no-wrap:after {
    width: 40px;
}
#feature.FEA00028 .contents._main .contents-element._head {
    margin: 0;
    padding: 60px 0 36px;
}
#feature.FEA00028 .contents._main .title {
    font-size: 22px;
}
#feature.FEA00028 .contents._main .contents-element-wrap {
	display: flex;
    margin: 0 auto 20px;
	justify-content: space-between;
}
#feature.FEA00028 .contents._main .contents-element-wrap{max-width: 1048px;}
#feature.FEA00028 .contents._main .contents-element-wrap h2{font-size: 22px;}
#feature.FEA00028 .contents._main .contents-element-wrap._even {
    flex-direction: row-reverse;
}
#feature.FEA00028 .contents._main .main-img {
    width:calc(100%/2);
    margin: 0 24px 30px;
	border-radius: 20px;
}
#feature.FEA00028 .contents._main .contents-element._main-txt {
	width:calc(100%/2);
    margin: 0 24px;
    padding: 0;
}
#feature.FEA00028 .contents._main .contents-element._main-txt img[src*="-title.png"]{
	width: 50%;
}
#feature.FEA00028 .contents._main .contents-element._main-txt img[src*="item6-title.png"]{
	width: 62%; 
}
#feature.FEA00028 .contents._main .lead {
    font-size: 22px;
}


#feature.FEA00028 .contents._sub:after {
    margin: 15px 0 0;
}
#feature.FEA00028 .point-inner {
    display: flex;
    margin: 10px 0 20px;
}
#feature.FEA00028 .point-txt {
    display: inline-block;
    width: 50%;
    margin: 0 5% 0 0;
}
#feature.FEA00028 .js-modal-open {
    width: 45%;
}
#feature.FEA00028 .modal__content {
    width: auto;
}
#feature.FEA00028 .movie-capture {
    margin: 0 auto 30px;
    width: 80% !important;
}



#feature.FEA00028 .contents._main .contents-element._recomend {
    max-width: 1000px;
    margin: 0 auto;
}

/*item-list*/
#feature.FEA00028 .contents .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 12% 50px;
    text-align: center;
}
#feature.FEA00028 .contents._main .item-list li {
    width: calc(92%/4);
}
#feature.FEA00028 .item-slider {
    margin: 0 0 0 6%;
    padding: 0;
}


/*pickup*/
#feature.FEA00028 .pickup {
    padding: 30px 15% 0;
    border-top: 1px solid #dedede;
}
#feature.FEA00028 .circle-arrow-box {
    position: absolute;
    right: 150px;
    bottom: 50px;
}
#feature.FEA00028 .pickup-subtitle {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
#feature.FEA00028 .brand-name {
    font-size: 20px;
    line-height: 1.3;
}

/*arrow*/
#feature.FEA00028 .circle-arrow::before {
    width: 40px;
    height: 40px;
}
#feature.FEA00028 .circle-arrow::after {
    right: 15px;
    width: 12px;
    height: 12px;
}


/*contents _sub
-----------------------------------------------*/
#feature.FEA00028 .contents._sub {
    max-width: 1000px;
    margin: 0 auto 75px;
}
#feature.FEA00028 .point-title {
    margin: 0 0 25px;
}
#feature.FEA00028 .point-title:before {
    width: 100px;
    height: 42px;
}
#feature.FEA00028 .contents._sub .contents-element-wrap {
    position: relative;
}
#feature.FEA00028 .contents._sub .main-img {
    width: 100%;
    margin: 0 0 30px;
}
#feature.FEA00028 .contents._sub .contents-element._head {
    width: 45%;
    margin: 0;
    padding: 0;
}

/*contents _comment 
-----------------------------------------------*/
#feature.FEA00028 .contents._comment {
    max-width: 1000px;
    margin: 100px auto 120px;
    text-align: center;
}
#feature.FEA00028 .contents._comment .title {
    font-size: 21px;
}



/*contents _foot 
-----------------------------------------------*/
#feature.FEA00028 .contents._foot .contents-element {
    margin: 0 10%;
}
#feature.FEA00028 .contents._foot .contents-element._concept .item-img {
    margin: 0 auto 30px;
    width: 220px;
}
#feature.FEA00028 .contents._foot ._back-number .item-list li {
    width: 30%;
    margin: 0 0 20px;
}




}/*media screen*/