@charset "utf-8";
/* ========================================
common
======================================== */


html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP",
        Arial, 
        Helvetica, 
        sans-serif, 
        "Noto Serif JP",
        serif;
    font-size: 1.4rem;    
    font-weight:400 ;
    color: rgba(70, 70, 70, 1);
    background-color: #ffff;
    line-height: 1.4;

}
main {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}


.section-title {
    font-family:  "Noto Serif JP";
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 0.1rem;
}

.pc-only {
    display: none;
}

.inner {
    margin: 0 24px;
}

/* common pc */
@media screen and (min-width: 769px){
body {
    font-family: 
        "Noto Sans JP",
        Arial, 
        Helvetica, 
        sans-serif, 
        "Noto Serif JP",
        serif;
    font-size: 1.6rem;    
    font-weight:400 ;
    color: rgba(70, 70, 70, 1);
    background-color: #ffff;
    line-height: 1.6;
}

    main {
        margin: 0 auto;
        /* max-width: 1440px; */
}

    .inner { 
        margin: 0 auto;
        max-width: 1104px;
    }

    .sp-only {
                display: none;
            }

    .pc-only {
                display: block;
            }
}
/* common pc */




/* ========================================
header
======================================== */
header{
  padding: 10px;
  position: relative;
}
h1{
  font-size: 1.6rem;
  font-weight: 700;
}
h1 a{
  color: rgba(70, 70, 70, 1);
  text-decoration: none;
}

.header-topic {
    font-weight: 700;
}

.insta {
    width: 24px;
    margin: 0 auto;
}

/* ハンバーガーボタン */
#nav-toggle{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
#nav-toggle span{
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(70, 70, 70, 1);
  position: absolute;
  left: 0;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1){
  top: 0;
}
#nav-toggle span:nth-child(2){
  top: 7px;
}
#nav-toggle span:nth-child(3){
  top: 15px;
}

/* ナビゲーション */
nav{
  position: absolute;
  left: 0;
  top: -523px;
  /* 開いていないときは画面外に配置 */
  background: rgba(247, 247, 247, 1);
  width: 100%;
  text-align: center;
  padding: 10px 0;
  transition: .5s ease-in-out;
    z-index: 9999;
}
nav ul{
  list-style: none;
  font-size: 14px;
}
nav li a{
  display: block;
  width: 100%;
  color: rgba(70, 70, 70, 1);
  padding: 20px 0;
  text-decoration: none;
   font-family:"Noto Serif JP";
}

/* ハンバーガーメニューをクリックした時のスタイル */
.open #nav-toggle span:nth-child(1){
  top: 11px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2){
 width: 0;
 left: 50%;
}
.open #nav-toggle span:nth-child(3){
  top: 11px;
  transform: rotate(-45deg);
}

/* スライドアニメーション */
.open nav{
  transform: translateY(556px);
  padding: 117px 0;
  height: 100vh;
}
.no-scroll {
  overflow: hidden;
}


/* headerにopenが付いたら表示 */

#nav-toggle{
  position: absolute;   
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}


/* header pc */
@media screen and (min-width: 769px) {
    h1{
        font-size: 2.0rem;
        font-weight: 700;
}
    .header {
        height: 96px;
        margin: 0 113px 0 64px;
    }
    .header-topic {
        font-family: "Noto Sans JP";
        font-weight: 700;
        text-align: left;
        font-size: 2.0rem;
        line-height: 1;
        margin: 25px 0 0 0;
    }
    
    .container {
    padding: 38px 164px 38px 60px;
    }


    #nav-toggle {
        display: none;
    }
    .nav-header {
        display: flex;
        justify-content: end;
    }

    nav li {
        margin: 0 30px;
    }

    .nav-menu {
        display: block;   
        font-family:"Noto Sans JP";  
        font-size: 1.6rem;
        top: 6%;
        align-items: center;
        background-color: transparent;
    }

    .nav-box {
        
    }
    .insta {
        display: none;
    }
} 
/* header pc */
/* ========================================
main
======================================== */
.about-mv {
    position: relative;
}

.mv-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    font-family:"Noto Sans JP";
    font-size: 2.2rem;
    font-weight: 700;
}

.about-leadtxt {
    margin: 50px 21px 35px;
}

.about-txt {
    font-family:"Noto Serif JP";
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.8;
}

.about-subtxt {
    display: inline-block;
    margin-top: 30px;
    font-family:"Noto Sans JP" ;
    line-height: 2.0;
}

.about-title {
    font-family:"Noto Serif JP" ;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.0;
    margin: 50px auto;
    text-align: center;
}
.about-inner,
.about-wear-inner {
    margin: 0 24px;
}

.about-creative {
    background-color: rgba(247, 247, 247, 1);
    padding: 100px 0 25px;
}

.creative-title {
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.creative-title::before {
    content: '01';
    position: absolute;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size: 4.0rem;
    text-align: center;
    color:rgba(180, 155, 100, 1);
    top: -130%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.creative-txt,
.wear-txt {
    font-family:"Noto Sans JP";
    line-height: 1.9;
    margin-top: 35px;
}

.kusakizome-box,
.dress-box {
    margin-top: 30px;
}

.about1-txt,
.about2-txt {
    font-family:"Noto Sans JP";
    line-height: 1.9;
    margin-top: 18px;
}

.about-wear {
    padding: 60px 0; 
}

.wear-title {
    font-family:"Noto Serif JP" ;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.0;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.wear-title::before {
    content: '02';
    position: absolute;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size: 4.0rem;
    text-align: center;
    color:rgba(180, 155, 100, 1);
    top: -226%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.Accessories {
    background-color: rgba(247, 247, 247, 1);
    padding: 60px 0;
}
.Accessories-title,
.event-title,
.contact-title{
    font-family:  "Noto Serif JP";
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 0.3rem;
    margin-bottom: 30px;
}

.item {
    padding: 20px;
    box-sizing: border-box;
}

.txt-en{
    font-family:"Noto Serif JP";
    font-size:2.4rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    color: rgba(180, 155, 100, 1);
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.item-txt-ja {
    font-family:"Noto Serif JP" ;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    justify-content: center;
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.accessory-txt {
    font-family:"Noto Sans JP";
    line-height: 1.8;
    margin: 18px 0 30px;
}

.accessory-subtxt {
    font-family:"Noto Serif JP";
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 18px;
}

.koginzasi {
    margin: 60px 0;
}

.koginzasi-title {
    font-family:"Noto Serif JP";
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    padding-bottom: 30px;
    margin: 0 24px;
}

.koginsashi-txt {
    font-family:"Noto Sans JP";
    line-height: 2.2;
    margin: 18px 0 0;
}

.koginzasi-inner {
    margin: 0 24px;
}

.zakka {
    background-color:rgba(247, 247, 247, 1);
    padding: 60px 0;
}

.event {
    padding: 60px 0;
}

.event-txt {
    font-family:"Noto Sans JP";
    line-height: 1.9;
    margin-top: 25px;
}

.contact-txt {
    font-family:"Noto Sans JP";
    line-height: 2.0;
    margin-top: 25px;
}
 
.instalogo-contact-sp {
    width: 40px;
    height: 40px;
    object-fit: contain; 
    display: block;
    margin: 25px 0 40px;
}

 /* main pc */
@media screen and (min-width: 769px)  {

   .about-mvpc {
        position: relative;
}

    .mv-title {
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4.8rem;
}
    .about-creative {
        padding: 200px 0 100px;
        
}
    .about-leadtxt {
        margin: 100px auto;
       width: 62%;
}

    .about-txt {
        font-size: 2.8rem;
        line-height: 1.8;
}


    .about-subtxt {
        display: inline-block;
        margin-top: 30px;
}

    .about-title {
        font-size: 4.4rem;
        line-height: 1.0;
        margin: 100px auto;
        text-align: center;
        
}
    .about-wear {
        padding: 100px 0; 
}

    .creative-title {
        font-family: "Noto Serif JP";
        font-size: 3.2rem;
        font-weight: 500;
        text-align: center;
        position: relative;
}

    .creative-title::before {
        content: '01';
        position: absolute;
        font-size: 8.0rem;
        color:rgba(180, 155, 100, 1);
        top: -130%;
        left: 50%;
        transform: translate(-50%, -50%);
}
    .creative-txt,
    .wear-txt  {
        text-align: center;
        margin: 38px 15%;
    }

    .about1-txt {
        text-align: left;
        margin: 30px 13% 0;
        width: 55%;
    }
    .wear-title {
        font-family:"Noto Serif JP" ;
        font-size: 3.2rem;
        line-height: 1.0;
        margin: 50px auto;
        text-align: center;
        position: relative;
}

    .wear-title::before {
        content: '02';
        position: absolute;
        font-size: 8.0rem;
        text-align: center;
        color:rgba(180, 155, 100, 1);
        top: -226%;
        left: 50%;
        transform: translate(-50%, -50%);
}

    .about-wear {
        padding: 150px 0 100px;
}


    .about2-txt {
        text-align: left;
        margin-left: 0;
        width: 55%;
        margin-left: 13%;
    }
    .about-wear-inner {
        margin: 0 80px;
}

    .kusakizome-photo,
    .dress-photo {
        margin: 0 auto;
}

    .Accessories {
        background-color: rgba(247, 247, 247, 1);
        padding: 100px 4%;
    }
    .Accessories-title {
        font-size: 4.0rem;
    }
    .accessories-box {
        width: 55%;
}

    .Accessories-content {
        display: flex;
        /* gap: 60px; */

    }
    .k14-txt {
        /* width: 250px; */
}
    .k14-txt-photo {
        width: 34%;
        margin-left: 9%;
}
    .accessory-subtxt {
        width: 28%;
        margin: 0;
    }

    .accessory-txt {
        width: 100%;
        margin: 0;
}

    .koginzasi {
        padding: 100px 4%;
        margin: 0 0;
    }

    .koginzasi-title {
        font-size: 3.2rem;
        line-height: 1.8;
        text-align: left;
        padding-bottom: 40px;
    }

    .koginsasi-photo {
        width: 64%;
    }

    .koginsashi-txt {
        width: 29%;
        margin: 0;
    }

    .koginzasi-inner{
        display:flex;
        flex-direction: row-reverse; 
        align-items:flex-start;
        gap:7%;
        max-width: 1104px;
        margin: 0 auto;
}
    .koginzasi-title {
        margin-left: 5%;
}
    .zakka {
        padding: 100px 4%;
    }

    .event {
        padding: 100px 4%;
    }
    .zakka-photo {
        margin: 0 auto;
}
    .event-title,
    .contact-title {
    font-size: 3.2rem;
    line-height: 1;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 0.3rem;
    margin-bottom: 30px;
    }

    .event-box {
        display: flex;
        gap: 80px;
    }

    .event-txt {
        width: 394px;
        line-height: 1.9;
    }


    .contact {
        background-color: rgba(247, 247, 247, 1);
        padding: 100px 4% ;
    }

    .instalogo-contact-sp {
        display: none;
    }
    .contact-box {
        display: flex;
        flex-direction: row-reverse;
    }
    .contact-container {
        padding: 100px 0;
}

    .contact-txt {
        width: 100%;
        margin-right: 80px;
         
    }

    .contact-box-photo {
        width: 71%;
       
    }
    .contact-insta {
      margin: 168px -27px 0 0;
    }
}
/* main pc */
/* ========================================
footer
======================================== */

.footer {
    background-color: rgba(33, 67, 100, 1);
    color: #ffff;
    padding: 28px 0 9px;
}

.footer-name {
    font-family: "Noto Sans JP";
    font-weight: 700;
    text-align: left;
    font-size: 2.0rem;
}

.footer-address {
    margin-top: 20px;
    line-height: 1;
}

.footer-list {
    font-family:"Noto Sans JP";
    font-size: 1.2rem;
    line-height: 2.0;
    margin:35px 0 43px;
}

.top-footer-logo-sp {
    text-align: right;
    padding-bottom: 30px;
}

.copy {
    display: block;
    text-align: center;
    margin-bottom: 9px;
}
/* footer pc */
@media screen and (min-width: 769px) {
.footer-name {
    font-size: 3.8rem;
    font-weight: 700;
}

 .footer {
    width: 100%;
    align-items: flex-start;
    position: relative;
    padding: 80px 4% 0;
  }

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    text-align: left;
}

.top-footer-logo-pc {
    text-align: right;
} 

.footer-logo-image {
    margin-left: auto;
    display: block;
}

}


/* footer pc */

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}

.fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
}