@charset "UTF-8";

/*PCの場合 */
.pc { display:inline!important; }
.sp { display:none!important; }
@media screen and (max-width: 768px) {
 
/*タブレット、スマホの場合*/
.pc { display:none!important; }
.sp { display:inline!important; }
}
/* PCのみ表示　class pc
    スマホのみ表示 class sp */





/* collection ==============================================*/

.futura {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

section {
    margin-bottom: 0%;
}

body#collection main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    background-color: #fff; /*------------------------------------背景色　行削除で無色に戻る-------------------------------------*/
}

body#collection article {
  margin-top: 40px;
  /*-----------------------*/
}


body#collection article h1 {
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
    text-align: center;
        margin-top: 5%;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.ITEM a:visited {
    color: #ffffff;
    text-decoration: none;
}
.ITEM a:link {
    color: #ffffff;
    text-decoration: none;
}


/* 25ss collection ==============================================*/

h2{
    display: none;
}

.futura2 {
    font-size: 4rem;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top:10%; 
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
#sec01 img {
    width: 70%;
}

#sec02 img , #sec03 img , #sec04 img , #sec05 img , #sec06 img , #sec07 img , #sec08 img , #sec09 img ,
#sec10 img , #sec11 img , #sec12 img , #sec13 img , #sec14 img , #sec15 img{
    width: auto;
    margin: 20px 4rem;
}

#sec01 {
    text-align: center;
}
#sec01 div {
    width: 100%;
}

#sec02 {
    background-image: url(https://www.soir.co.jp/hitoiro/img/collection/img_01b.jpg);
    background-size: auto;
    background-repeat:no-repeat;
    background-position: 0% 45%;
}

#sec02 .left2 img {
    width: auto;
        margin-top: 20%;
}

#sec02 .left {
    margin-top: 3rem;
}
#sec02 .right p{
    margin-right: 4rem;
}

#sec03 {
    background-image: url(https://www.soir.co.jp/hitoiro/img/collection/img_02b.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% -10%;
    height: 200vh;
}
#sec03 .left {
    margin-top: 10%;
    padding-top: 10%;
}

#sec04 .flex {
    display: flex;
    align-items: flex-end;
}

#sec04 .IMG img {
    width: 450px;
}

#sec05 .center {
    margin: 15% 0
}

#sec06 {
    margin: 20% 0;
    background-image: url(https://www.soir.co.jp/hitoiro/img/collection/img_04b.jpg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
#sec06 div {
    margin: 20px 0;
}
#sec06 .flex{
    display: flex;
    margin: 0 15% ;
    flex-wrap: wrap;
    justify-content: space-around;
}

#sec07 {
    
}

#sec07 .center {
    margin: 10% 0;
}

#sec08 { 
}
#sec08 .SIZE img{
    width: 400px;
}

#sec09 {
    
}
#sec10 {
    
}
#sec10 .flex {
    display: flex;
    align-items: flex-end;
    margin: 15% 0;
}

#sec10 .IMG img {
    width: 500px;
}
#sec11 {
    
}
#sec12 {
    background-image: url(https://www.soir.co.jp/hitoiro/img/collection/img_06b.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 10%;
}

#sec12 .flex {
    display: flex;
    margin: 15% 0 ;
    justify-content: space-evenly;  
}
#sec12 .left p{
    margin-left: 4rem;
}

#sec13 {
    padding-top: 30%;
    background-image: url(https://www.soir.co.jp/hitoiro/img/collection/img_07b.jpg);
        background-size:60%;
    background-repeat:no-repeat;
    background-position: 100% -20%;
    
}
#sec13 .left {
    margin-left: 10%;
}
#sec13 .right {
    margin: 10% 0;
}
.ITEM {
    font-size: 1.3rem;
}
.ITEM span{
    color: #ffffff;
    background: #ebcfb6;
    margin: 0 10px;
    padding: 5px 10px;
}

html {
    width: 100%;
}


/* フェードイン(初期値) */
.fadeIn_up {
  opacity: 0;/* 最初は非表示 */
  transform: translate(0, 50%);/* 出てくる位置 */
  transition: 2s;/* 移動の速さ1s=0．1秒 */
}

/* フェードイン(スクロールした後) */
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;/* 表示領域に入ったら表示 */
　transition-delay: .3s; /* フェード開始を0.3秒遅らせる */
}



/*------------------------------------------------*/
@media (max-width: 767px) { 
    body{
        width: 100%;
    }
    
    #header {
        padding: 10px 10px 0 9%;
        width: 100%;
        height: 50px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 999;
    }

    
    #sec01 img {
        width: 100%;
    }
#sec02 img , #sec03 img , #sec04 img , #sec05 img , #sec06 img , #sec07 img , #sec08 img , #sec09 img ,
#sec10 img , #sec11 img , #sec12 img , #sec13 img , #sec14 img , #sec15 img{
    object-fit: contain;
    margin: 20px 4rem;
    width: 50%;
    }
    #sec02 {
    background-size: 100%;
    background-position: 0% 45%;
}
    #sec02 .left img {
    margin: 0 0 20% 0;
    }

    #sec02 .right img {
    margin: 20% 0 5% 0;
       width:  65%;
    }
    #sec12 .right {
    margin-bottom: 20%;    
    }
    
    #sec02 .Photo img {
        width: 40%;
        margin: 30% 0 30% 0;
    }
    
    #sec02 .right2 img{
        width: 55%;
        margin: 20% 0 0 0 ;
    }
    
    #sec02 .right3 img{
        width: 50%;
        margin: 5% 0 20% 0 ;
    }
    #sec02 .right p {
    color: #fff;
    margin-right: 0; 
}
    #sec03{
        height: auto;
    }
    #sec03 img {
        margin: 10% 0;
    }
    
    
#sec04 .IMG img {
    width: 150px;
    margin: 0 5%;
}
    #sec04 .right img{
        width: 150px;
        margin: 0;
        padding: 5%;
    }
    #sec04 .flex {
        margin: 20% 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
}
    
    #sec05{} 
    #sec05 .center {
    margin: 25% 0;
} 
    #sec05 .center img{
        width: 70%;
    }
    #sec06{}  
    #sec06 .flex img {
        width:  110px;
        margin: 3%;
    }
    #sec06 .flex {
    display: flex;
    margin: 10% 10%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
    #sec07{} 
    #sec07 .center {
    margin: 30% 0 20% 0;
}
    #sec07 .center img{
    width: 70%;
    }
    #sec07 .center p{
        text-align: center;
    }

    #sec08{}  
    #sec08 .SIZE img {
    width: 50%;
}
    #sec08 .right img {
        margin: 0;
        padding: 5%;
        width: 170px;
    }
    #sec09{}    
    #sec09 img {
    margin: 20% 0 4% 0;
    width: 65%;
    }
    #sec09 div {
    margin-bottom: 30%;
    }
    #sec10{}
    #sec10 .flex {
        justify-content: space-between;
}
    #sec10 .IMG img {
        margin: 0;
        padding: 2%;
    width: 170px;
}
    #sec10 .right img{
    margin: 0px;    
    width: 130px;
    }
    #sec11{}
    #sec12{}
    #sec12 .flex img {
    width: 130px;
    margin: auto 0 ;
    }
    #sec12 .flex {
    margin-top: 40%;
    }
    #sec12 .left img {
    width: 60%;
    margin: 40% 0 4% 0;
    }
    #sec12 .left {
    margin-bottom: 20%;
    }
    #sec12 .left p {
    margin-left: 1rem;
}
    #sec13{}
    #sec13 .left {
    margin-left: 5%;
}
    #sec13 .left img {
        width: 160px;
        margin: 20% 0;
    }
    #sec13 .right {
    margin: 10% 0;
    }
    #sec13 .right img {
    margin: 0;
    }

}





/*============================================---*/

.accordion {
margin: 3em auto;
max-width: 20vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 0.8px #000;
padding: 1em;
display: block;
color: #333;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
 @media (max-width: 767px) {
     .accordion {
margin: 3em auto;
max-width: 50vw;
}
}






