@charset "UTF-8";

/*
Theme Name:suit-stylist
*/


/*====================================================================
	 General_style
====================================================================*/

body{
    margin: 0 auto;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
}

a {
	color: #ffffff;
	text-decoration: none;
}

li, dt, dd {
    list-style: none;
    color: #ffffff;
}

img {
    width: 100%;
    height: 100%;
}

#bg {
    background-color: #2E1E13;
    color: #ffffff;
}    


/*====================================================================
	 header_style
====================================================================*/



header{
    width: 100%;
    background: rgba(255,255,255,0.6);
    overflow: hidden;
    position: fixed;
    height: 4rem;
    z-index : 1;
}

.logo {
    position: absolute;
    top: 10px;
    left: 40px;
}

.logo img {
	max-width:250px;
}

#guidance {
    display: flex;
    position: absolute;
    top: 10px;
    right: 40px;
}

#guidance li {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #2E1E13;
}

#guidance li:hover {
    background-color:#3b2f27;
}


/*====================================================================
	 body_style
====================================================================*/



#top {
    max-width: 90%;
    margin: 0 0 0 auto;
    padding-top: 4rem;
    }

.slider_pc {
        width: 100%;
        height: 866px;
        position: relative;
        overflow: hidden;
}

.top_image {
	    position: absolute;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
}
.top_image active {
        opacity: 1;
}


.slider_sp {
    display: none;
}

#scroll {
    position: absolute;
    left: 0;
    bottom: 0;
}

#scroll span {
    position: absolute;
    left: 4.2vw;
    bottom: 2vw;
    color: #2E1E13;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

#scroll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3.8vw;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2E1E13;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

#scroll:after{
	content:"";
	position: absolute;
	bottom:0;
	left:4vw;
	width:2px;
	height: 200px;
	background:#2E1E13;
}


#top #top_text {
    width: 80%;
    padding: 4rem;
    text-align: left;
    line-height: 2;
    color: #2E1E13;
}

.typing {
	margin: 2vw 0;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: bold;
	word-break : break-all;
}
	
.typing span{
    display: none;
}

.typing:after {
  content: "|";
  animation: typingCursor .8s ease infinite;
}

@keyframes typingCursor {
  from　{
    opacity:0;
  }
  to{
    opacity:1
  }
}
	

#concept  {
    padding: 100px 0;
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: center;
}

.css-carousel-slider4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider4 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
    width: 400%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider4 20s infinite;
    animation-delay: 2s;
}
.css-carousel-slider4 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main4 20s infinite;
    animation-delay: 2s;
}
.css-carousel-slider4 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main4 {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}




#concept #concept_text {
    padding: 2rem;
    line-height: 2;
}

#concept #concept_text h2{
	font-size: clamp(28px, 4vw, 42px);
	margin: 2rem 0;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}



button {
    margin: 20px 0;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    background-color:rgb(100, 6, 6);
}

button:hover {
    background-color:rgb(96, 71, 71);
}

#collection {
    display: flex;
    justify-content: center;
}

#collection li {
    margin: 0 10px;
    padding: 100px 0;
}

#price {
    width: 80%;
    margin: 0 auto;
	text-align: center;
}

#price h2 {
	font-size: clamp(28px, 4vw, 42px);
}

#price_table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: center;
    gap: 10px;
}

#price_table dt {
	margin: 40px 0 10px 0;
	padding: 10px;
    font-weight: bold;
    font-size: 18px;
	border: solid 1px #ffffff;
}

#price_table dd {
    margin: 0;
    line-height: 2;
}

#price_explanation {
	margin-top: 30px;
	display: grid;
    justify-content: right;
	text-align: left;
}

#price_explanation li {
	padding: 10px 0;
	font-size: 14px;
}

.map_image {
	margin: 200px 0 50px 0;
}

#map {
    padding-bottom: 200px;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: center;
    gap: 2rem;
}

#map dl {
    margin-bottom: 20px;
}

#map dl:last-child {
    margin: 0;
}

#map dl dt {
    display: inline;
    padding: 0.3rem;
    border: solid 1px #ffffff;
	float:none;
  	text-align: center;
}

#map dl dd {
    margin: 10px 0;
	padding: 0;
}


footer {
    padding: 80px 0;
    text-align: center;
    background-color: #ffffff;
    line-height: 1.8rem;
    font-size: 0.8rem;
}

footer a {
    color: #2E1E13;
    font-weight: bold;
}

#sns {
    display: flex;
    justify-content: center;
}

#sns li {
    margin: 0 10px;
}

#insta {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 100px;
}


/*====================================================================
	 contact_style
====================================================================*/

.form {
    max-width: 800px;
    margin: 0 auto;
    padding: 8vw 0;
}

.form-Item {
	margin: 0 1vw;
    padding: 2vw 0;
    display: grid;
}

.form-Label, .form-Label-textarea {
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 14px;
    color: #2E1E13;
}

.form-Required {
    margin-right: 8px;
    padding: 8px 0;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #2E1E13;
    color: #fff;
    font-size: 12px;
}

.form-Input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
}


.form-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    height: 180px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
}

.form-Btn {
    border-radius: 4px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px;
    display: block;
    letter-spacing: 0.04em;
    background: #2E1E13;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
	font-size: 0.8rem;
}



/*====================================================================
	 redirect_style
====================================================================*/

#redirect {
	text-align: center;
	color: #2E1E13;
}

#redirect h1 {
	font-size: 1.4em;
	margin: 40px auto;
}

#redirect p {
	line-height: initial;
}





/*====================================================================
	 privacy_style
====================================================================*/


#privacy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10vw 4vw 8vw 4vw;
}

#privacy h2 {
    font-size: 1.1rem;
    margin: 30px 0 10px 0;
}

#privacy ul li {
    margin: 20px 0 10px 30px;
}

.return_btn {
    margin-top: 80px;
    text-align: center;
}

.return_btn a {
    padding: 10px 20px;
    color: #ffffff;
    background-color: #2E1E13;
}

.return_btn a:hover {
    background-color: #3b2f27;
}




/*====================================================================
	 sp
====================================================================*/


@media (width <= 750px){
	.logo {
       left: 10px;
    }
	#guidance {
	    display: inline;
	    position: fixed;
        right: 0px;
        top: 50%;
	    opacity: 0.8;
  　}
	#guidance li {
		margin: 20px;
       padding: 20px;
       background-color: rgb(100, 6, 6);
       writing-mode: vertical-rl;
	}
    .slider_pc {
        display: none;
    }
    .slider_sp {
        display: block;
        width: 100%;
        height: 600px;
        position: relative;
        overflow: hidden;
　　}
	#scroll {
        color: #ffffff ;
	}
    #scroll span {
        color: #ffffff;
	}
	#scroll span:before {
        color: #ffffff;
	}
	#scroll span:after {
        color: #ffffff;
	}
	#top {
    max-width: 100%;
    margin: 0 auto;
	}
    #top #top_text {
    width: 100%;
    padding: 4rem 2rem;
    }
    #top #top_text h1 {
	font-size: 1rem;
	margin: 1rem 0;
    }
    #concept {
    width: 100%;
	padding: 0;
    }
   .map_image {
	margin: 100px 0 40px 0;
    }
    #map {
    padding-bottom: 100px;
　　}
    .form {
	padding-top: 20vw;
    }
	#insta {
	width: 90%;
	}
}
