@charset "UTF-8";

#DW-SFToolkit {
    display: none;
}


/*基本設定*/
#boyfriend-change-lp{
	 font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	 color: #333333;
	 padding: 0;
}

#boyfriend-change-lp img {
    max-width: 100%;
    height: auto;

    display: block;
	margin: 0 auto;
}

#boyfriend-change-lp h3{
	 line-height: 1.5;
}




.flex-choice, .flex-list{
	display: flex;
	justify-content: center;
}


/*理由セクション*/
.chance-section{
	background: #7d1e35;
    padding-bottom: 30px;
}


.reason-box1, .reason-box2{
	background: #fbf5ea;
    margin: 0 18px 0 18px;
    border-radius: 30px;
}


.reason-box1 img, .reason-box2 img, .outor-girl{
	padding-top: 20px;
}


/*選択セクション*/
.choice-box{
	width: 350px;
    margin: 0 auto;
    border: solid 2px;
    border-radius: 30px;
    border-color: #7d1e35;
}

.choice-title{
	border-radius: 27px 27px 0 0;
    background: #7d1e35;
    padding: 20px 10px 20px 10px;
}

.choice-title img{
	width: 85%;
}

.flex-choice{
	 padding: 20px 5px 0 5px;
}

.item-border{
   border-right: 1px solid #7d1e35;
}


/*スタイリングアイテム*/
.styling-title{
	padding-top: 10px;
}


.item-box{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 25px auto 0;
    list-style: none;
    padding-left: 0;
}

.item-box li{
	  width: 43%;
}

.item-box li a{
	text-decoration: none;
    display: block;
}

.item-box li a p{
	font-size: 0.95rem;
    margin-top: 5px;
    padding: 5px;
    background: #7d1e35;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    min-height: 30px;
}


/*コーデセクション*/
.coat-section{
	background: #7d1e35;
	padding-bottom: 20px;
}

.parka-section{
	background: #18503f;
 padding-bottom: 30px;
}


.code-title{
	color: #ffffff;
	text-align: center;
}

#coat-title img, #parka-title img{
     position: relative;
    top: -20px;
    width: 15%;
}

.code-box{
	width: 330px;
	margin: 0 auto;
	background: #ffffff;
	padding-bottom: 15px;
}

.code2{
	padding-top: 30px;
}

.code3{
	padding-top: 20px;
}

.code-box p{
	padding: 0 20px;
    display: block;
}


.item-img{
	padding:10px;
}

.item-left, .item-right{
	width: 78%;
}

.item-left{
	margin-right: 70px !important;
}

.item-right{
	margin-left: 70px !important;
}


/*チェックセクション*/
.check-section{
	background: #c8ab57;
	padding-top: 20px;
}





/*チャットセクション*/

.dchat-section{
	padding: 20px 0 30px 0;
}

.dchat-box{
	background: #ffffff;
    margin: 0 auto;
    margin: 0 30px 0 30px;
    border-radius: 20px;
}

.dchat-section p{
   display: block;
    padding: 15px;
}


.line-img{
	width: 90%;
}


/*レコメンドリスト*/
.ribon{
	position: relative;
    width: 25%;
    top: -20px;
}


.recommend-title{
	color: #7d1e35;
	text-align: center;
}

.recommend-list{
	padding: 10px;
    border: solid 2px;
    border-color: #7d1e35;
    margin: 30px;
}

.list-title{
	padding-top: 20px;
	padding-bottom: 15px;
}

.list-img{
	width: 110%;
}

/*動画*/
.movie-section{
	background: #18503f;
	padding: 20px 0 30px 0;
}

.movie-box{
	  background: #ffffff;
    border-radius: 30px;
    margin: 0 20px;
    padding: 20px 15px 20px 15px;
}

.movie-title{
	text-align: center;
	font-size: 18px !important;
	padding-bottom: 15px;
}

/*ファイナル*/
.final-section{
	padding: 30px 0;
}

.final-box{
	padding: 10px 20px;
}

.final-title{
	display: block;
    padding-bottom: 20px;
}


.final-section p{
	display: block;
    width: 70%;
    padding: 10px 0;
}


/*スマホ*/
@media screen and (max-width: 896px){

	.pc-area{
	display: none;
}

.main-box{
	background: #fbf5ea;
}

	#boyfriend-change-lp p{
	font-size: 13px;
}

#boyfriend-change-lp h3{
	font-size: 20px;
}

.check-section img{
   width: 90%;
}


}




/*pc*/
@media screen and (min-width: 896px){

.sp-area{
	display: none;
}


.container-box{
	background: #7d1e35;
}


.main-box{
	width: 750px;
	margin: 0 auto;
	background: #c8ab57;
	border-radius: 30px;
	box-shadow: 5px 5px 20px rgb(145 95 95 / 25%);
}

.styling-item{
	width: 65%;
    margin: 0 auto;
}

/*文字サイズ*/
#boyfriend-change-lp p{
	font-size: 16px;
}

#boyfriend-change-lp h3{
  font-size: 22px;
}

.code-title, .recommend-title, .final-title{
	font-size: 24px !important;
}

.dchat-box p{
	padding: 10px 60px;
}

.movie-title{
	font-size: 22px !important;
}



/*画像サイズ*/
.width70{
	width: 70%;
}

.width80{
	width: 80%;
}

.width85{
	width: 85%;
}

.width90{
	width: 90%;
}

.coat-title img,{
	width: 12%;
}

.parka-circle img{
	width: 70%
}

.list-title{
	width: 80%;
}

.list-img{
	width: 80%;
}

.ribon{
	width: 19%;
	top: -30px;
}

.link-img{
	padding-top: 30px;
}

iframe{
	  height: 300px;
    width: 100%;
}

.item-left, .item-right{
	width: 60%;
}


/*背景色*/
.worries-section, .introdction-section, .dchat-section, .recommend-section, .recommend-list, .final-section, .link-img-wrapper, .choice-section, .choice-wrappar{
	background: #fbf5ea;
}

.parka-circle{
	background: #7d1e35;
}

/*余白調整*/
.reason-box1, .reason-box2{
	margin: 0 80px 0 80px;
}

.choice-section{
	padding-top: 40px;
}

.code-box p{
	padding: 0 45px !important;
}

.item-left{
	margin-right: 200px !important;
}

.item-right{
	margin-left: 200px !important;
}



.recommend-section{
	padding: 60px 0;
}

.recommend-list{
	margin: 0px 100px;
    padding-bottom: 30px;
}


.movie-box, .dchat-box{
	    width: 80%;
    margin: 0 auto;
}

.movie-box{
	padding: 30px 15px 30px 15px;
}


.choice-box{
	width: 550px;
}

.final-box{
	padding: 30px 50px;
}


.logo img{
    width: 30%;
    padding-bottom: 20px;
}


#coat-title img, #parka-title img{
    top: -30px;
    width: 11%;
}


.code-box{
	width: 660px;
}



}

