@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-weight:400 ;
        font-size: 1.6rem;
        color: rgba(70, 70, 70, 1);
        background-color: #ffff;
        line-height: 1.6;
        margin: 0;
        padding: 0;
}

    main {
        margin: 0 auto;
}

    .sp-only {
                display: none;
            }

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

/* ========================================
header
======================================== */

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

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

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

/* ハンバーガーボタン */
#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
======================================== */

.millemarche-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;
}

.millemarche-txt {
    font-family:"Noto Serif JP";
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 60px 24px;
}

.millemarche-subtxt {
    font-family:"Noto Sans JP";
    line-height: 2.2;
    margin-bottom: 60px;
}

.millemarche-sv {
    margin-bottom: 60px;
}

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

.look1-title,
.look2-title,
.look3-title {
    font-family:"Noto Serif JP";
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.8;
    color: rgba(180, 155, 100, 1);
}

.look1-category,
.look2-category ,
.look03-category{
    font-family:"Noto Sans JP";
    font-size: 1.8rem;
    margin-left: 20px;
    display: inline-block;
    
}

.look1-txt {
    font-family:"Noto Sans JP";
    line-height: 1.8;
    margin: 18px 24px 60px;
}

.look1-txt-container {
    margin-bottom: 60px;
}


 .item-photo02 {
    margin-top: 27px;
    margin-left: 107px;
}

.item-photo04 {
    margin-top: 35px;
    margin-left: 64px;
    position: relative;
}

.item-photo04::before {
  content: "";
  position: absolute;
  background: url(../images/look01-3-sp.webp) ;
  width: 36%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 62%;
  top: -4%;
}


.item-photo05 {
    margin-top: 34px;
    margin-right: 22px;
}

.look2 {
    padding: 60px 0;
}

.look02-txt {
    font-family:"Noto Sans JP";
    line-height: 1.8;
    margin-bottom: 60px;
}

.item2-photo01 {
    margin-left: 12%;
}
.item2-photo02 {
    width: 63%;
    margin-top: 43px;
}

.item2-photo03 {
    margin-top: 20px;
    width: 81%;
    margin-left: 62px;
    position: relative;
}

.item2-photo03::after {
    content: "";
    position: absolute;
    background: url(../images/look02-4-sp.webp) ;
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10%;
    top: 86%;
}

.item2-photo05 {
    /* width: 67%; */
    margin-top: 92px;
    margin-left: 28%;
}

.item3-photo01 {
    margin-top: 60px;
}

.item3-photo02 {
    width: 64%;
    margin-top: 20px;
    margin-left: 32%;
}

.item3-photo03 {
    width: 74%;
    margin-top: 9px;
    margin-left: 5%;
}

.item3-photo04 {
    width: 41%;
    margin-top: 17px;
    margin-left: 50%;
}


/* main pc */
@media screen and (min-width: 769px) {
    .mv-title {
        font-size: 4.8rem;
    }

    .millemarche-txt {
        margin: 87px 130px; 
        font-size: 2.8rem;
    }


    .millemarche-subtxt {
        width: 72%;
        margin: 18px 49px  42px 130px;
    }

    .millemarche-sv-photo {
        margin: 0 auto;
    }
    
    .look1, .look3 {
        background-color: rgba(247, 247, 247, 1);
        padding: 100px 4%;
}
    .item-photo01 {
        width: 100%;
}
    .look1-title {
        text-align: right;
        font-size: 6.8rem;
        margin: 0 0 ;
}
    .look1-txt {
        width: 88%;
        text-align: left;
        line-height: 2;
        margin: 0 ;
} 
    .look1-title-box{
        display: flex;
        justify-content: left;
        max-width: 1280px; 
        margin: 0 auto;
      
}
    .look1-gallery{
        order: -1;
        width: 55%;
}
    .look1-photobox {
        max-width: 1260px;
        margin: 0 auto;
    }
    .look1-title,
    .look1-txt-container{
        display: inline;
    }

    .look1-category,
    .look2-category, 
    .look03-category {
        font-size: 2.8rem;
}
    .look1-category {
        margin-left: 20px;
}
    .look1-txt-container {
        margin-left: 40px;
        width: 86%;
    }
    .item-photo02 {
        margin-top: 83px;
    }

    .item-photo04 {
        margin-top: 35px;
        position: relative;
        justify-items: end;
        margin-left: 173px;
        padding-right: 46px;
}

    .item-photo04::before {
        content: "";
        position: absolute;
        background: url(../images/look01-3-pc.webp) ;
        width: 218px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        left: 64%;
        top: -237px;
}

    .look2 {
        padding: 100px 4%;
        max-width: 1260px;
        margin: 0 auto;
}
    .look2-title {
        font-size: 6.8rem;
        margin-left: 58px;
}

    .look02-txt {
        width: 46%;
        margin-left: 58px;
}

    .item2-photo01 {
        display: flex;
        flex-direction: row-reverse;
        margin-right: 100px;
}
        

    .item2-photo02 {
            margin-left: 56px;
            margin-top: -90px;
}

    .item2-photo03 {
            width: 340px;
            margin-left: 414px;
            position: relative;
}

    .item2-photo03::after {
            content: "";
            position: absolute;
            background: url(../images/look02-4-pc.webp) ;
            width: 25%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            left: 8%;
            top: 86%;
}
    .item2-photo05 {
            margin-left: 507px;
            width: 35%;
}

    .item2-photo03::after {
            content: "";
            position: absolute;
            background: url(../images/look02-4-pc.webp) ;
            width: 268px;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            left: -364px;
            top: 50%;
}

    .look3 {
            padding: 100px 4%;
}
    .look3-title {
            font-size: 6.8rem;
    }

    .look03-txt {
            /* width: 270px; */
            margin: 0 0 0 0px;
    }

    .look3-title-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1280px; 
        margin: 0 auto;
        flex-direction: row-reverse;
    }
 .look3-title,
    .look3-txt-container{
        /* width: 365px; */
       /* margin: 13px 193px 0 5px; */
    }

    .look3-txt-container {
        margin: 0 5px 0 40px;
        width: 795px;
    }
    .look3-title {
        margin: 0 0;
}
    .item3-photo02 {
        justify-items: end;
        margin-left: 35px;
    }

    .look3-photo-block {
        display: flex;
        flex-direction: row-reverse;
    }

    .item3-photo03 {
        margin-top: 100px;
    }

    .item3-photo04 {
        margin: -119px 0 0 222px;
        width: 234px;
}

.look3-photobox {
    max-width: 1260px;
    margin: 0 auto;
}
}

/* 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);
}

.look1-item:nth-child(1) { transition-delay: 0.1s; }
.look1-item:nth-child(2) { transition-delay: 0.3s; }
.look1-item:nth-child(3) { transition-delay: 0.5s; }
.look1-item:nth-child(4) { transition-delay: 0.7s; }

.look2-item:nth-child(1) { transition-delay: 0.1s; }
.look2-item:nth-child(2) { transition-delay: 0.3s; }
.look2-item:nth-child(3) { transition-delay: 0.5s; }
.look2-item:nth-child(4) { transition-delay: 0.7s; }

.look3-item:nth-child(1) { transition-delay: 0.1s; }
.look3-item:nth-child(2) { transition-delay: 0.3s; }
.look3-item:nth-child(3) { transition-delay: 0.5s; }
.look3-item:nth-child(4) { transition-delay: 0.7s; }