@charset "utf-8";
/* ========================================
common
======================================== */
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP",
        Arial, 
        Helvetica, 
        sans-serif, 
        "Noto Serif JP",
        serif;
    font-weight:400 ;
    font-size: 1.4rem;
    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;
        }
    .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;
  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
======================================== */

.btn {
    border-radius: 32px;
    display: inline-block;
    background-color: rgba(33, 67, 100, 1);
    color: #ffff;
    text-align: center;
    font-family: "Noto Sans JP";
    line-height: 1.8;
    padding: 8px 72px 7px 41px;
    position: relative;
   
}

.btn::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../images/Vector.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(33, 67, 100, 1);
    position: absolute;
    right: 40px;
    top: 21px;
}
.section-title-top {
    font-family:"Noto Serif JP" ;
    font-weight: 500;
    line-height: 1;
    font-size: 2.0rem;
    text-align: center;
    padding: 50px 44px;
}

.needle-work-txt {
    font-family: "Noto Sans JP";
    line-height: 1.8;
    padding-bottom: 60px;
}

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

.bansyuori-box {
    margin: 30px 0 24px;
}

.bansyuori-txt {
    font-family:"Noto Sans JP";
    line-height: 1.8;
    padding-top: 15px;
}

.bansyuori-subtxt {
    font-family:"Noto Serif JP" ;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.0;
}

.bansyuori-br {
    padding: 0 0 0 17px;
    display: block;
}

.About-box {
    padding: 60px 0;
}
.about-mvsp {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-mvsp::before {
    content: 'About';
    position: absolute;
    display: inline-block;
    font-family:"Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffff;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.about-container {
    margin: 30px 0 20px;
}

.top-about-txt {
    font-family:"Noto Serif JP";
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
    padding-top: 15px;
}

 .top-about-txtbox {
        margin: 0; 
    } 

.top-about-subtxt {
    font-family:"Noto Sans JP";
    line-height: 2.3;
    padding-top: 15px;
}
  .about-btn {
       margin-top: 15px;
    }

.millemarche-container {
    margin-top: 35px;
}
.millemarche-box {
    background-color: rgba(247, 247, 247, 1);
    padding: 60px 0;
}

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

.top-millemarche-subtxt {
    font-family: "Noto Sans JP";
    line-height: 2.3;
    padding: 15px 0 ;
}

.millemarche-mvsp {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.millemarche-mvsp img {
  display: block;
}
.millemarche-mvsp::before {
    content: 'millemarche';
    position: absolute;
    display: inline-block;
    font-family:"Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffff;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.Access-box {
    padding: 60px 0;
}

.access-container {
    margin-top: 35px;
}
.access-shopname {
    font-family:"Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin: 35px 0 26px;
}

.top-adress,
.top-googlemap,
.top-station, 
.top-access {
    font-family:"Noto Sans JP";
    text-align: left;
}

.top-adress {
    margin-bottom: 15px;
}

.top-googlemap {
    margin-bottom: 27px;
}

.top-station,
.top-car {
    display: inline-block;      
    padding: 10px;          
    border: 1px solid rgba(70, 70, 70, 1);    
}

.top-access {
    line-height: 1.8;
    margin: 12px 0 28px;
}

.top-cartxt {
    margin: 12px 0 16px;
    line-height: 1.5;
}
/* main pc */
@media screen and (min-width: 769px) {

    .section-title {
        font-size: 3.6rem;
        line-height: 1;
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid;
        padding-bottom: 0.1rem; 
    }

    .section-title-top {
        font-size: 2.8rem;
        margin-top: 50px;
    }

    .needle-work-txt {
        line-height: 1.8;
    }
    .bansyuori .full-bg {
        margin: 0 auto;
        background-color: rgba(247, 247, 247, 1);
    }
    .bansyuori {
        padding: 100px 4%;
    }
    .bansyuori-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 7%;
        margin: 50px 0;
    }
 

    .bansyuori-box img {
        width: 84%;
    }

    .bansyuori-txt {
        width: 40%;
        margin-top: 0;
    }
    .bansyuori-box:nth-child(2) {
        flex-direction: row-reverse;
    }

    .bansyuori-box:nth-child(4) {
        flex-direction: row-reverse;
    }
    .bansyuori-subtxt {
        margin-left: 20%;
    }
    .About-box {
        padding: 100px 4%;
        margin: 0 ;
        /* max-width: 1440px; */
}

    .about-container {
        display: flex;
        align-items: center;
        margin: 30px 0 0;

    }
    .about-mvpc {
        width: 55%;
    }

    .top-about-txtbox {
        margin-left: 7%;
        width: 37%;
    }

    .top-about-txt,
    .top-millemarche-txt {
        font-size: 2.0rem;
        line-height: 1.8;
        text-align: left;
    }

    .top-about-subtxt,
    .top-millemarche-subtxt{
        line-height: 2.3;
        padding-top: 25px;
    }


    .about-btn {
        display: flex;
        margin-top: 24px;
    }
    .about-mvpc {
            position: relative;
            display: inline-block;
            z-index: 1;
        }
    .about-mvpc::before {
        content: 'About';
        position: absolute;
        display: inline-block;
        font-family:"Noto Sans JP";
        font-size: 1.6rem;
        font-weight: 700;
        color: #ffff;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }

    .millemarche-box {
        padding: 100px 4%;
        background-color:rgba(247, 247, 247, 1);
    }
    .millemarche-mvsp {
        display: none;
    }

    .millemarche-mvpc {
        display: flex;
        flex-direction: row-reverse;
    }

    .millemarche-container {
        display: flex;
        flex-direction: row-reverse;
    }

    .top-millemarche-txt {
        margin-top: 40px;
    }

    .top-millemarche-subtxt {
        margin-right: 7%;
    }

    .millemarche-txt-box {
        min-width: 200px;
    }

    .millemarche-mvpc {
        position: relative;
        min-width: 400px;
        height: auto;
}
    .millemarche-mvpc::before {
        position: absolute;
        content: 'millemarche';
        display: inline-block;
        font-size: 2.0rem;
        color: #ffff;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }
    .access-photo {
        width: 44%;
    }
    .access-txt {
        width: 37%;
    }
    .Access-box {
        padding: 100px 4%;
    }

    .access-shopname {
        font-size: 3.2rem;
        line-height: 1;
        text-align: left;
        margin: -8px 0 26px;
    }
 
    .access-container {
        display: flex;
        gap: 7%;
        align-items: flex-start;
        margin: 49px 0 0;
    }

    .top-access {
        margin: 15px 0 28px;
        line-height: 2.0;

    }
    .top-cartxt {
        margin: 28px 0 0;
        line-height: 1.8;
    }

    .access-subtxt {
        margin-top: 28px;

    }
    .access-btn {
        text-align: center;
        margin-left: 208px;
}
}

/* 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 0.6s ease-out, transform 0.6s ease-out;
}

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