@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

.wrapper01 a:link,.wrapper02 a:link { 
	text-decoration: none; 
}

.wrapper01 {
    width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #e7cccd;
    background-image: linear-gradient(90deg, #dfbbbc 1px, transparent 1px), linear-gradient(#dfbbbc 1px, transparent 1px);
    background-size: 5px 5px;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.ktr_wrap {
    text-align: center;
}

.ktr_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.ktr_head {
	color: #fcf6ea;
    padding: 5%;
}

.ktr_head .head_top {
	text-align: center;
	margin: 0 0 5% 0;
}

.ktr_head .head_top .txt_ktr img {
    width: 70px;
}

.ktr_head .head_top .txt_ss {
    font-size: 15px;
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	font-style: italic;
}

.ktr_head .head_top .txt_collection {
    font-size: 12px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 1.8px;
}

.ktr_head .head_top .txt_heart {
    font-size: 13px;
	font-weight: lighter;
}

.ktr_head01 .head01_title{
	text-align: center;
}

.ktr_head01 .head01_title img{
	width: 70%!important;
}

.ktr_head01 .head01_lead{
    font-size: 23px;
	font-weight: 700;
	margin-bottom: 4%;
	text-align: center;
}

.dash_line{
	width: 100%;
    border-bottom: 3px dashed #fcf6ea;
	margin: 5% 0;
}

.ktr_head .ktr_head02{
	display: flex;
}

.ktr_head .ktr_head02 .head02_left{
	width: 40%;
}

.ktr_head .ktr_head02 .head02_right{
	width: 60%;
}

.ktr_head .head02_right .sub_txt{
	font-size: 18px;
	text-align: center;
	line-height: 1;
	margin: 3% auto 0;
	padding: 1% 0;
	font-weight: 600;
	background: #8fa8ab;
}

.ktr_head .ktr_head02 .head02_subtitle{
	font-size: 16px;
	margin-bottom: 1%;
	font-weight: 600;
}

.ktr_head .ktr_head02 .head02_title{
	font-size: 40px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
	letter-spacing: 1.2px;
	margin-bottom: 6%;
}

.tag{
	margin-bottom: .5rem;
}

.tag span{
	background: #fcf6ea;
	color: #8fa8ab;
	font-weight: 600;
	padding: 3px 15px;
	display: inline-block;
}

.tabs {
	width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 10%;
    margin: 0 auto;
}

.tab_item {
    width: calc(100% / 3);
    height: 57px;
    margin: auto;
    padding-top: 2.4%;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    transition: all 0.2s ease;
    letter-spacing: 0.1em;
    opacity: 0.7;
    font-family: "futura-pt", sans-serif;
    background: #fcf6ea;
    color: #8fa8ab;
    box-sizing: border-box;
	border-top: 1px solid #8fa8ab;
	border-left: 1px solid #8fa8ab;
	border-right: 1px solid #8fa8ab;
}

.tab_item span {
	font-size: 50%;
	line-height: 1.2;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
	position: relative;
}

.tab_content img {
	width: 100%;
	margin: 0;
}

#shirt:checked ~ #outer_content,
#bustier:checked ~ #tops_content,
#pants:checked ~ #bottoms_content{
    display: block;
}

.tabs input:checked + .tab_item {
    opacity: 1;
}

.clr_box {
    margin: 0 auto;
	padding: 7% 0;
	z-index: 1;
	line-height: 1.8;
	background-color: #fcf6ea;
	border-left: 1px solid #8fa8ab;
	border-right: 1px solid #8fa8ab;
	border-bottom: 1px solid #8fa8ab;
	box-sizing: border-box;
}

.clr_box img {
    width: 100%;
}

.style1 {
	width: 80%;
    margin: 0 0 5% 5%;
    position: relative;
}

.style1 img {
	width: 100%;
}

.clr_box .credit_box {
    color: #8fa8ab;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

.clr_box .credit_box .credit_name {
    font-size: 20px;
	margin-bottom: 2%;
	line-height: 1.2;
}

.clr_box .credit_box .credit_price {
    font-family: "futura-pt", sans-serif;
}

.clr_box .credit_box .credit_price span {
    font-size: 80%;
}

.clr_box .credit_box .credit_buy{
	font-family: "futura-pt", sans-serif;
	letter-spacing: 2px;
}

.clr_box .credit_box .credit_buy a{
	color: #fcf6ea;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #8fa8ab;
	width: 50%;
	padding: 2% 0%;
	border-radius: 100vh;
	transition: 0.3s ease-in-out;
	margin: 5% auto 0;
}

.clr_box .credit_box .credit_buy a:after{
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fcf6ea;
    border-right: 2px solid #fcf6ea;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.clr_box .credit_box .credit_buy a:hover{
	background: #647577;
}


.tab_txt{
	position: absolute;
	top: 6.3%;
	right: 6%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight: 600;
	letter-spacing: 2.5px;
	font-size: 14px;
}

.tab_txt span{
    padding: 5px 2px;
    border: 2px dotted #8fa8ab;
    color: #8fa8ab;
}


.wrapper02 {
    width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #333333;
    background: #f5e6de;
	text-align: center;
	padding: 5% 0;
}

.wrapper02 .title{
	font-family: "futura-pt", sans-serif;
	font-size: 50px;
	color: #cf989a;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
}

.wrapper02 .title span{
	font-size: 65px;
	color: #babf99;
}

.look_section{
	margin: 10% 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.look_section .look{
	width: 35%;
	max-width: 400px;
	position: relative;
	margin-bottom: 8%;
	/*margin-left: 5%;*/
}

.look img{
	width: 70%;
	height: auto;
	vertical-align: bottom;
}

.look_no{
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    color: #babf99;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px dotted #babf99;
}

.look .look_credit{
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	margin: 10% 0 0;
	letter-spacing: 2px;
}

.look .look_credit .look_co{
	color: #cf989a;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.look .look_credit .look_co::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.look .look_credit .look_buy{
	font-family: "futura-pt", sans-serif;
	letter-spacing: 2px;
}

.look .look_credit .look_buy a{
	color: #fcf6ea;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #cf989a;
	width: 40%;
	padding: 2% 0%;
	border-radius: 100vh;
	transition: 0.3s ease-in-out;
	margin: 3% auto 0;
}

.look .look_credit .look_buy a:hover{
	background: #b98385;
}

.look .look_credit .look_buy a:after{
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fcf6ea;
    border-right: 2px solid #fcf6ea;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.green::before {
  background-color: #afb197;
}
.black::before {
  background-color: #000000;
}
.red::before {
  background-color: #964444;
}
.pink::before {
  background-color: #e2b9cc;
}
.blue::before {
  background-color: #b9c9e2;
}
.white::before {
  background-color: #ffffff;;
}
.brown::before {
  background-color: #8f6552;
}

.btn_all{
	text-align: center;
}

.btn_all a{
	font-family: "futura-pt", sans-serif;
	background-color: #e7cccd;
    background-image: linear-gradient(90deg, #dfbbbc 1px, transparent 1px), linear-gradient(#dfbbbc 1px, transparent 1px);
    background-size: 5px 5px;
    color: #fcf6ea;
	text-align: center;
    font-weight: 600;
    width: 90%;
    letter-spacing: 1.5px;
    margin: 10% auto;
    display: inline-block;
    padding: 4.5% 0;
}

.sp {
	display:none;
}
.pc{
    display: block;
}

@media only screen and (max-width: 750px) {
	
    .wrapper {
        width: 100%;
	}
	
	.ktr_head {
        padding: 2.5%;
    }
	
    .ktr_head .head_top {
        text-align: center;
        margin: 5% 0 10%;
    }	
	
    .dash_line {
        margin: 10% 0;
    }

    .ktr_head01 .head01_lead {
        font-size: 18px;
    }
	
    .ktr_head01 .head01_title img {
        width: 85% !important;
    }

	.ktr_head .ktr_head02 {
        display: block;
    }
	
    .ktr_head .ktr_head02 .head02_left {
        width: 100%;
		text-align: center;
    }
	
    .ktr_head .ktr_head02 .head02_title {
        font-size: 35px;
    }	
	
    .ktr_head .ktr_head02 .head02_right {
        width: 100%;
    }
	
    .ktr_head .head02_right .sub_txt {
        margin: 10% auto 0;
		line-height: 1.4;
		font-size: 15px;
    }
	
    .tab_item {
        height: 50px;
    }
	
	.tab_txt{
		font-size: 12px;
	}

    .clr_box .credit_box .credit_name {
        font-size: 16px;
    }
	
    .style1 {
        margin: 0 0 5% 3%;
    }
	
    .wrapper02 .title {
        font-size: 30px;
		margin: 5% auto 15%;
    }	
	
    .wrapper02 .title span {
        font-size: 40px;
    }
	
    .look_section {
        gap: 0;
        justify-content: center;
    }
	
	.look_section .look{
		width: 45%;
        margin-bottom: 13%;
	}
	
	.look img {
        width: 90%;
    }
	
    .look_no {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
	
    .look .look_credit .look_co {
        font-size: 14px;
		letter-spacing: 1px;
    }	
	
    .look .look_credit .look_buy a {
		font-size: 14px;
        width: 70%;
    }
	
    .look .look_credit .look_buy a:after {
        width: 5px;
        height: 5px;
        top: 47%;
    }
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}

}


.look .fade_container {
    position: relative;
    width: 100%;
}

.fade_img {
    width: 100%;
    height: auto;
    animation: anime_snap 4s infinite;
}

.fade_img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    animation-name: anime_snap_second;
}

@keyframes anime_snap {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes anime_snap_second {
    0% { opacity: 0; }
    50% { opacity: 0; }
    50.01% { opacity: 1; }
    100% { opacity: 1; }
}
