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

.title{
	text-align: center;
	margin-bottom: 40px;
	background-color: #fcfbef;
}
.title img{
	width: 100%;
	max-width: 640px;
	/* aspect-ratio: 1000/400; */
	margin: 0 auto;
}

.title-sub{
	background: #efefef;
	color: #424242;
	padding: 16px 0;
	line-height: 1.8;
	margin-top: 10px;
}
.title-sub p {
	width: 96%;
	margin: auto;
	font-size: 14px;
	text-align: justify;
}

.lead {
	margin-bottom: 20px;
}

.lead p {
	font-size: 14px;
	margin-bottom: 1em;
	text-align: justify;
}

.check-start {
	font-size: 12px;
}

.check-start span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 6px;
}

.start-triangle {
	margin: 20px auto;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #66c3b7;
  }

.stylecheck-sec03 {
	background-color: #e7eefc;
} 

.stylecheck-sec04 {
	background-color: #fceff0;
} 

.stylecheck-sec05 {
	background-color: #e8f4ef;
} 

.stylecheck-sec02,.stylecheck-sec03,.stylecheck-sec04,.stylecheck-sec05,.stylecheck-sec06 {
	padding: 40px 0 60px;
}


.stylecheck-sec01,.stylecheck-sec02,.stylecheck-sec03,.stylecheck-sec04,.stylecheck-sec05,.stylecheck-sec06 {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    float: right;
    border-radius: 4px;
}

.stylecheck-sec02 .btn-box {
	margin-bottom: 80px;
}

/* btn-box */
.btn-box img {
	max-width: 90%;
}


.m-stylecheck-box > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;
}

.m-stylecheck-box .label {
    position: relative;
    cursor: pointer;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 7px 10px 5px 50px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 1.4em;
	height: 50px;
}

.m-stylecheck-box .check_box:checked+.label {
    background-color: #66c3b7;
    color: #fff;
}

.m-stylecheck-box li input {
    display: none;
    width: 0px;
}

.m-stylecheck-box > ul > li {
	box-sizing: border-box;
	padding: 20px;
	border: 4px solid #efefef;
	margin-bottom: 10px;
}

.m-stylecheck-inner {
	overflow: hidden;
}

.m-stylecheck-inner figure img {
	width: 100%;
	vertical-align:top;
	aspect-ratio: 5/3;
}

.m-stylecheck-box .check_box+.label.type_a {
    background-image: url(./txt_style_a.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.m-stylecheck-box .check_box+.label.type_b {
    background-image: url(./txt_style_b.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.m-stylecheck-box .check_box+.label.type_c {
    background-image: url(./txt_style_c.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.m-stylecheck-box .check_box:checked+.label.type_a {
    background-image: url(./txt_style_a_on.png);
}

.m-stylecheck-box .check_box:checked+.label.type_b {
    background-image: url(./txt_style_b_on.png);
}

.m-stylecheck-box .check_box:checked+.label.type_c {
    background-image: url(./txt_style_c_on.png);
}

.m-stylecheck-question {
	display: flex;
	text-align: justify;
	align-items: center;
	height: 50px;
}


.m-stylecheck-question img {
	float: left;
	margin-right: 8px;
	padding-right: 4px;
	border-right: 1px solid #333;
	width: 35px;
    height: 46px;
}

.m-stylecheck-question p {
	font-size: 20px;
	line-height: 1.2;
}

.m-stylecheck-answer {
	text-align: left;
}

.m-stylecheck-answer li {
	width: 100%;
	display: table;
	font-size: 14px;
}

.m-stylecheck-answer .type_a,.m-stylecheck-answer .type_b {
	margin-bottom: 6px;
}

.type-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	padding-top: 20px;
}

.sub_ttl {
	font-size: 20px;
	margin-bottom: 1em;
}

.stylecheck-sec03 .keyword-box .sub_ttl,
.stylecheck-sec03 .texture-box .sub_ttl,
.stylecheck-sec03 .reccomend-item-box .sub_ttl {
	color: #8b9dc0;
}

.stylecheck-sec04 .keyword-box .sub_ttl,
.stylecheck-sec04 .texture-box .sub_ttl,
.stylecheck-sec04 .reccomend-item-box .sub_ttl {
	color: #d6898f;
}

.stylecheck-sec05 .keyword-box .sub_ttl,
.stylecheck-sec05 .texture-box .sub_ttl,
.stylecheck-sec05 .reccomend-item-box .sub_ttl {
	color: #5fb491;
}


.keyword-box .sub_ttl,
.texture-box .sub_ttl {
    position: relative;
    display: inline-block;
    /* border-bottom: solid 1px #aaa; */
    padding: 4px 8px;
    max-width: 100%;
    text-align: center;
}



.reccomend-item-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 4px;
}

.kokkaku-image {
	width: 40%;
}

.kokkaku-image img,
.kokkaku-head img,
.texture_list li img {
	max-width: 100%;
}

.features {
	width: 60%;
}

.kokkaku-head {
	margin-bottom: 20px;
	font-family: 'Ysabeau Infant', sans-serif;
	font-size: 44px;
}

.kokkaku-head.bg-straight {
	background: url(./ttl_straight_bg.png) no-repeat center / contain;
}

.kokkaku-head.bg-wave {
	background: url(./ttl_wave_bg.png) no-repeat center / contain;
}

.kokkaku-head.bg-natural {
	background: url(./ttl_natural_bg.png) no-repeat center / contain;
}

.kokkaku-head span {
	font-size: 20px;
	display: block;
}

.kokkaku-head.bg-wave span {
	font-size: 20px;
}

p.sub_head {
	margin-bottom: 1em;
	text-align: center;
	font-size: 16px;
}

p.sub_head span.bg-border {
	background: linear-gradient(transparent 60%, white 40%);
}

.ruby {
	font-size: 11px;
}

.texture_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.texture_list li {
	margin: 20px auto;
	width: calc(90% / 3);
}

.texture_list p {
	font-size: 12px;
	margin-bottom: 8px;
}

.keyword-box, .texture-box, .reccomend-item-box {
	margin-bottom: 40px;
}

.item-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.item-list-wrapper > div {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 14px 40px;
}

.item-list-wrapper .sub_head {
	position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 2px #ccc;
    padding: 8px;
    max-width: 100%;
    text-align: center;
}

.item-list-wrapper .sub_head:before,
.item-list-wrapper .sub_head:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-list-wrapper .sub_head:before {
    border: solid 10px transparent;
    border-top: solid 10px #ccc;
}

.item-list-wrapper .sub_head:after {
    border: solid 12px transparent;
    border-top: solid 12px #fff;
    margin-top: -5px;
}

.item-list-wrapper .btn-box {
	width: 100%;
	margin: 20px auto 0;
}

.stylecheck-sec03 .item-list-wrapper .sub_head {
	border-bottom: solid 2px #bfcbe2;
}

.stylecheck-sec03 .item-list-wrapper .sub_head:before {
    border-top: solid 10px #bfcbe2;
}


.stylecheck-sec04 .item-list-wrapper .sub_head {
	border-bottom: solid 2px #f3d2d4;
}

.stylecheck-sec04 .item-list-wrapper .sub_head:before {
    border-top: solid 10px #f3d2d4;
}


.stylecheck-sec05 .item-list-wrapper .sub_head {
	border-bottom: solid 2px #b8dbcc;
}

.stylecheck-sec05 .item-list-wrapper .sub_head:before {
    border-top: solid 10px #b8dbcc;
}

.item-list-cate {
	display: inline-block;
	background-color: #eee;
	padding: 2px 10px;
	margin-bottom: 6px;
	border-radius: 12px;
}

p.item-list-comment {
	text-align: left;
	height: auto;
	margin-bottom: 1em;
}

.item-list {
	display: flex;
	justify-content: space-between;
}
.item-list li {
	width: calc(100% / 3);
}

.item-list img {
	max-width: 100%;
	aspect-ratio: 5/6;
}

.editor-box img {
	margin-bottom: 10px;
}

.editor-name {
	font-size: 18px;
	margin-bottom: 1em;
}

.editor-name span {
	font-size: .6em;
}

.editor-desc {
	font-size: 12px;
	text-align: justify;
	max-width: 400px;
	margin: 0 auto;
}


/*アニメーション*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
    
}


/* その場で */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }

/* 下から */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
    from {
        opacity: 0;
    transform: translateY(100px);
    }
    
    to {
        opacity: 1;
    transform: translateY(0);
    }
    }

/* 上から */

.fadeDown{
    animation-name:fadeDownAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeDownAnime{
      from {
        opacity: 0;
      transform: translateY(-100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }    



/* アニメーションここまで */


@media screen and (max-width: 640px) {

.title img {
	width: 100%;
	aspect-ratio: 64/58;
}

.content-box{
	margin: 15px auto 40px;
}

.itemtxt{
	font-size: 12px;
}

}

@media screen and (min-width:641px) {

/*-----------*/
/*    PC     */
/*-----------*/

.title-sub p {
	text-align: center;
}

.title img{
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 1000/400;
	margin: 0 auto;
}

.lead p {
	text-align: center;
}


/* PC headline */
.navi ul > li{
	margin: 0 auto;
}

.navi{
	font-size: 18px;
	margin-top: 20px;
}

/* PC headline */
.headline{
	aspect-ratio:auto;
	background-size: 740px 200px;
	background-position: center;
	height: 200px
}

.headline-main{
	font-size: 40px;
	margin-bottom: 0.3em;
	line-height: 1.4;
}


.headline-wrapper{
	box-sizing: border-box;
	margin: auto;
	padding: 33px;
	width: 600px;
	text-align: center;
}

.headline-sub {
	text-align: center;
}

.kokkaku-head {
	font-size: 60px;
}

.kokkaku-image {
	width: 30%;
}

.sub_ttl {
	font-size: 20px;
}

p.sub_head {
	font-size: 18px;
}


.features {
	width: 32%;
}


/* PC item-list-wrapper */

.item-list-wrapper > div {
    width: 50%;
}

/* .item-list-wrapper li{
	margin-top: 32px;
	margin-left: 20px;
	width: 300px;
} */

/* PC btn-box */
.btn-box .icon,
.btn-box .m-btn-inactive{
	width: 320px;
}


/* hover */
.content-box .icon:hover{
	background: #45423f;
}

.navi a:hover,
.content-box a:hover{
	opacity: .7;
}

.item-list-wrapper .btn-box {
	width: 70%;
}

.m-stylecheck-box > ul > li {
	width: 32%;
}
.stylecheck-sec02 #result_button img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70)";
    cursor: pointer;
}

.texture_list {
	width: 80%;
	margin: 0 auto;
}

.texture_list li {
	width: calc(80% / 6);
}

.reccomend-item-box {
	padding: 40px 16px;
	margin: 0 10px;
}

p.item-list-comment {
	height: 6em;
}


}/* end media */
