@charset "utf-8";

/*
************************************************************************
* 洋装アクセサリー
* @copyright Revolme Inc.
************************************************************************
*/

/*
************************************************************************
* 洋装アクセサリー
************************************************************************
*/

.inst-link {
	height: 100%;
	width: 28.5%;
	min-width: 327px;
	background-image: linear-gradient(150deg, rgba(247, 166, 12, 1) 10%, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) 90%);
	border-radius:200px;
	overflow: hidden;
	
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}
.inst-link:hover{
	opacity:0.6;
	
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}
.inst-link a{
	width:100%;
}
.inst-link a:hover{
	text-decoration: none;
}
.inst-inner{
	color:#fff;
	font-weight: bold;
	padding: 5px 10px 5px 46px;
	border-radius: 200px;
	overflow: hidden;
	
	background-image:url("../../../_img/icon/instagram.svg");
	background-repeat: no-repeat;
	background-position: left 16px center;
	background-size: 18px;
}

.hairmake-link
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;

    margin:-1em;
}
.hairmake-link > .hairmake-link-item
{
    width:calc(25% - 2em);
    margin:1em;
}
.hairmake-link > .hairmake-link-item:hover
{
    text-decoration:none;
}
.hairmake-link > .hairmake-link-item .image
{
    border-radius:0.5em;
    border-radius:0.5em;
    overflow:hidden;
}
.hairmake-link > .hairmake-link-item .title
{
    margin-top:1.0em;
    line-height:1;
}
.hairmake-link > .hairmake-link-item .title:after
{
    content:"";

    display:inline-block;

    width:0.5em;
    height:0.5em;

    border-right:1px solid #000000;
    border-bottom:1px solid #000000;

    transform:rotate(45deg) skew(5deg, 5deg);

    margin-left:0.75em;
    margin-bottom:0.3em;
}
.hairmake-link > .hairmake-link-item .title > span
{
    font-size:1.8rem;
    font-weight:bold;
}
.hairmake-link > .hairmake-link-item .title > span.sub
{
    font-size: 1.2rem;
    vertical-align: text-top;
}



.hairmake-coordinate
{
}
.hairmake-coordinate .image
{
    width:50%;
    float: left;
}
.hairmake-coordinate .image img
{
     border-radius: 0.5em;
}
.hairmake-coordinate .text
{
    width:50%;
    padding-left: 2em;
    font-size: 1.4rem;
    float: right;
    box-sizing: border-box;
}
.hairmake-coordinate .text .title
{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 0.8em;
}
.hairmake-coordinate .text .sub-title
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.0;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.hairmake-coordinate .text hr
{
    border-color: #000;
}
.hairmake-coordinate .text .description
{
    margin-top: 2em;
}
.hairmake-collection .title
{
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


.sample-slide
{

}
.sample-slide ul
{
    margin:0px;
    padding:0px;
    list-style:none;
    margin-left:-0.5em;
    margin-right:-0.5em;
}
.sample-slide ul li
{
    float:left;

    margin:0px;
    padding:0px;

    width:calc(20% - 1em);
    margin-left:0.5em;
    margin-right:0.5em;
}
.sample-slide ul li img
{
    border-radius:0.5em;
}
.sample-slide .slick-prev,
.sample-slide .slick-next
{
    z-index:100;
    font-size:inherit;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.sample-slide .slick-prev:hover,
.sample-slide .slick-prev:focus,
.sample-slide .slick-next:hover,
.sample-slide .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.sample-slide .slick-prev:hover:before,
.sample-slide .slick-prev:focus:before,
.sample-slide .slick-next:hover:before,
.sample-slide .slick-next:focus:before
{
    opacity: 1;
}
.sample-slide .slick-prev.slick-disabled:before,
.sample-slide .slick-next.slick-disabled:before
{
    opacity: .25;
}
.sample-slide .slick-prev:before,
.sample-slide .slick-next:before
{
    content:'';
    display:block;

    width: 30px;
    height: 30px;

    border-radius:100%;
    border:1px solid rgba(0,0,0,1.0);
    background-color:rgba(0,0,0,1.0);

    opacity: 1.00;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sample-slide .slick-prev:hover:before,
.sample-slide .slick-next:hover:before
{
    opacity: 0.75;
}
.sample-slide .slick-prev:after,
.sample-slide .slick-next:after
{
    content:'';
    display:block;
    position: absolute;

    top:50%;
    left:50%;

    width: 8px;
    height: 8px;

    border:0px solid rgba(0,0,0,0.0);
    border-right:1px solid rgba(255,255,255,1.0);
    border-bottom:1px solid rgba(255,255,255,1.0);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sample-slide .slick-prev
{
    left:calc(0% - 15px + 0.5em);
}
.sample-slide .slick-prev:after
{
	transform:translate(-25%, -50%) rotate(135deg) skew(5deg, 5deg);
}

.sample-slide .slick-next
{
    right:calc(0% - 15px + 0.5em);
}
.sample-slide .slick-next:after
{
	transform:translate(-75%, -50%) rotate(-45deg) skew(5deg, 5deg);
}


/* == ブレークポイント ==========================================================*/
@media screen and (max-width: 1100px) {
    .sample-slide ul li
    {
        width:calc(25% - 1em);
    }
}
/* == スマートフォンサイズ ======================================================*/
@media screen and (max-width: 767px) {
	.row > hr
	{
		margin-top: 6.66666vw;
	}
	
	.inst-link{
		width:76%;
	}

    .hairmake-link
    {
        margin:-0.75em;
    }
    .hairmake-link > .hairmake-link-item
    {
        width:calc(50% - 1.5em);
        margin:0.75em;
    }
    .hairmake-link > .hairmake-link-item:hover
    {
    }
    .hairmake-link > .hairmake-link-item .image
    {
    }
    .hairmake-link > .hairmake-link-item .title
    {
        margin-top:1.0em;
        line-height:1;
    }
    .hairmake-link > .hairmake-link-item .title > span
    {
        font-size:2.6rem;
        font-weight:bold;
    }
    .hairmake-link > .hairmake-link-item .title > span.sub
    {
        font-size: 2.0rem;
    }


    .hairmake-list > .hairmake-list-item
    {
        width:calc(45% - 1em);
        margin:1em;
    }
    .hairmake-list > .hairmake-list-item-before
    {
        margin-right: 0;
    }
    .hairmake-list > .hairmake-list-item-after
    {
        margin-left: 0;
    }
    .hairmake-list > .hairmake-list-item-arrow
    {
        width:calc(10%);
        background-image: url(../../../_img/icon/arrow-sp.svg);
        background-position: 50% 40%;
        background-repeat: no-repeat;
        background-size: 31px auto;
        margin: 0;
    }
    .hairmake-list > .hairmake-list-item .title > span
    {
        font-size:2.2rem;
    }

    .hairmake-coordinate
    {
        margin:0em;
    }
    .hairmake-coordinate .image
    {
        width:100%;
        float: none;
        margin: 0;
    }
    .hairmake-coordinate .text
    {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        font-size: 2.4rem;
        margin-bottom: 1.5em;
    }
    .hairmake-coordinate .text .title
    {
        font-size: 4.0rem;
    }
    .hairmake-coordinate .text > hr {
    }
    .hairmake-collection .title
    {
        font-size: 3.2rem;
    }


    .sample-slide
    {

    }
    .sample-slide ul
    {
        margin:0px;
        padding:0px;
        list-style:none;
        margin-left:-0.5em;
        margin-right:-0.5em;
    }
    .sample-slide ul li
    {
        float:left;

        margin:0px;
        padding:0px;

        width:calc(50% - 1em);
        margin-left:0.5em;
        margin-right:0.5em;
    }
    .sample-slide ul li img
    {
        border-radius:0.5em;
    }
    
	.sample-slide .slick-prev,
	.sample-slide .slick-next
	{
	    width: 6.6vw;
	    height: 6.6vw;
	}
	.sample-slide .slick-prev:hover,
	.sample-slide .slick-prev:focus,
	.sample-slide .slick-next:hover,
	.sample-slide .slick-next:focus
	{
	}
	.sample-slide .slick-prev:hover:before,
	.sample-slide .slick-prev:focus:before,
	.sample-slide .slick-next:hover:before,
	.sample-slide .slick-next:focus:before
	{
	    opacity: .6;
	}
	.sample-slide .slick-prev.slick-disabled:before,
	.sample-slide .slick-next.slick-disabled:before
	{
	}
	.sample-slide .slick-prev:before,
	.sample-slide .slick-next:before
	{
	    width: 6.6vw;
	    height: 6.6vw;

	    border-radius:100%;
	    border:1px solid rgba(0,0,0,1.0);
	    background-color:rgba(0,0,0,1.0);
	    opacity: 1.00;
	}
	.sample-slide .slick-prev:after,
	.sample-slide .slick-next:after
	{
	    width: 2.0vw;
	    height: 2.0vw;
	    
	    border:0px solid rgba(0,0,0,0.0);
	    border-right:1px solid rgba(255,255,255,1.0);
	    border-bottom:1px solid rgba(255,255,255,1.0);
	}

	.sample-slide .slick-prev
	{
	    left:calc(0% - 3.3vw + 0.5em);
	}
	.sample-slide .slick-prev:after
	{
		transform:translate(-25%, -50%) rotate(135deg) skew(10deg, 10deg);
	}

	.sample-slide .slick-next
	{
	    right:calc(0% - 3.3vw + 0.5em);
	}
	.sample-slide .slick-next:after
	{
		transform:translate(-75%, -50%) rotate(-45deg) skew(10deg, 10deg);
	}
}
