@charset "utf-8";

:root {
  --color-red: #E6003E;
}
				

/*==TOP=============================================================*/

/*==mainvisual======*/
#mv {
     height: 720px;
}
#mv .mv-inner {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: inset(0);
}
#mv .mv-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#mv .mv-txt img {
    width: auto;
    height: 68%;
}
.fiximg {
    height: 720px;
    position: relative;
    top:0;
    left: 0;
    clip-path: inset(0);
}
.fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*==#our-survice ===========================================================*/

#ourstory {
    padding: 50px 0 80px;
}
#ourstory p.lead {
    text-align: center;
    line-height: 2;
}

/*==#whatis ====================================================*/
#whatis {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.whatisBG {
    width: 100%;
}
.whatisBG img {
    width: 100%;
}
#whatis .sec-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#whatis .sec-inner .textbox {
    width: 46%;
    text-align: right;
}
#whatis .sec-inner h2 {
    font-size: clamp(1.5rem, 0.864rem + 3.18vw, 3.25rem);
}
#whatis .sec-inner h2 span {
    font-size: 30%;
    display: block;
    margin-bottom: 10px;
}

/*==#series ====================================================*/

#series .itembox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
#series .itembox .items {
    width: 32%;
    margin-top:50px;
}
#series .itembox .items a {
    position: relative;
    display: block;
    width: 100%;
}
#series .itembox .items a:hover dl dt img {
    transform: scale(1.1);
}
#series .itembox .items .mask {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: rgba(255,255,255,0.8);
    padding: 8px 15px;
    text-align: center;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    transition: transform .6s ease;
}
#series .itembox .items a:hover .mask {
    display: block;
    z-index: 5;
}
#series .itembox dl dt {
    margin-bottom: 15px;
}
#series .itembox dl dt img {
    width: 85%;
    margin: 0 auto;
    transition: transform .6s ease;
}
#series .itembox dl dd.itemName {
    font-weight: 700;
    color: #222;
}
#series .itembox dl dd.itemPrice span {
    font-size: 80%;
}


/*==#brand ===========================================================*/
#aboutBrand .f-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#aboutBrand .f-box+.f-box {
    margin-top: 80px;
}
#aboutBrand .f-box:last-child {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#aboutBrand .sec-inner {
    max-width: 1000px;
    padding: 80px 0;
}
#aboutBrand .f-box.rev {
    flex-direction: row-reverse;
}
#aboutBrand .f-box .imgBox {
    width: 400px;
}
#aboutBrand .f-box .textBox {
    width: calc(100% - 500px);
}
#aboutBrand .f-box .textBox h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
}
#aboutBrand .f-box .textBox h3 span {
    font-size: 16px;
}
#aboutBrand .f-box .textBox p {
    line-height: 1.8;
}
#aboutBrand .f-box .textBox p+p {
    margin-top: 40px;
}
#aboutBrand .f-box .textBox ul.list {
    margin-bottom: 15px;
}

#info h2 {
    color: #222;
    font-size:clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    line-height: 1.4em;
    margin-top: 80px;
}
#info .pee-clothImg {
    margin: 50px auto;
    max-width: 860px;
}
#info dl.text {
    text-align: left;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
#info dl.text:last-child {
    margin-bottom: 60px;
}
#info dl+dl {
    margin-top: 60px;
}
#info dl dt {
    font-size:clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
#info dl dd {
    line-height: 1.6em;
}
#info dl dd+dd {
    margin-top: 30px;
}
#info dl dd p+p {
    margin-top: 15px;
}

#info dl dd.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#info dl dd.movie iframe {
  width: 100%;
  height: 100%;
}
#info dl.text ol {
    padding-left: 20px;
    margin: 10px 0 0;
}
#info dl.text ol li {
    list-style: decimal;
}
#info dl.text ol li span {
    font-weight: 600;
}
#info dl.text ol li+li {
    margin-top: 15px;
}
#info .lead {
    margin-top: 20px;
    text-align: center;

}
#info .qa {
    margin-top: 30px;
}
#info .qa h3 {
    font-size: 16px;
    color: #222;
    position: relative;
}
#info .qa h3::before {
    content:'Q.';
    margin-right: 5px;
    color: #45aad4;
}
#info .qa p {
    position: relative;
    margin-top: 10px;
}
#info .qa p::before {
    content:'A.';
    margin-right: 5px;
    color: #e94d5b;
    font-size: 16px;
    font-weight: 600;
}