@charset "UTF-8";

* {
    color: #383838;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    transform: translateY(-5px);
    transition: all 0.2s ease 0.2s;
    cursor: pointer;
}

button:hover {
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-5px);
    transition: all 0.2s ease 0.2s;
}

/* ヘッダー---------------------------------------------------------- */

header {
    height: calc(100vh - 85px);
    padding: calc(50vh - 42.5px);
    background-color: #f7c2a7;
} 

h1 img {
    display: block;
    margin-top:  auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

nav {
    position: sticky;
    z-index: 30;
    top: 0;
    /*  
    background-color: rgba(255, 255, 255, 0.7)
    */
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    height: 85px;
}

.nav-sp {
    display: none;
}

/* コンセプト---------------------------------------------------------- */
#concept {
    background-color: white;
    padding-bottom: 156px;
    transition: all 1s ease 0.2s;
}

.concept {
    width: 577px;
    height: 577px;
    background-image:url(img/orime.jpg);
    background-size: cover;
    padding-top: 92px;
    position: relative;
    margin: 0 auto;
}

.concept h2 {
    margin-bottom: 72px;
}

h2 {
    font-size: 2.25rem;
    line-height: 1rem;
    font-weight: bold;
    text-align: center;
}

.usa_shita {
    transform: rotate(15deg);
    position: absolute;
    right: -44px;
    bottom: -27px;
}
/* おりがみ---------------------------------------------------------- */

#origami ,#lineup{
    background-color: white;
    transition: all 1s ease 0.2s;
    padding-bottom: 52px;
}

#origami h2{
    margin-bottom: 10px;
} 

.slick-group {
    position: relative;
}

.slick-slider {
    width: 693px;
    height: 701px;
    margin: auto;
}

.midashi {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.midashi p {
    position: absolute;
    top: 55px;
    left: 110px;
}


.slick-inner {
    width: 577px;
    height: 577px;
    background-color: white;
    padding-top: 52px;
    text-align: center;
    margin: 62px 58px;
    position: relative;
}

.slick-img{
    width: 360px;
    margin: 0 auto 20px auto;
}

.setnaiyou {
    border: solid 1px #383838;
    width: 173px;
    height: 73px;
    text-align: left;
    margin: 20px;
    padding: 11px 24px;
    margin: 0 auto;
}

.setnaiyou li {
    list-style: none;
    font-weight: bold;
    
}

.migishita-hand {
    display: block;
    position: absolute;
    right: 26px;
    bottom: 26px;
    cursor: pointer;
}

.slick_hand_2-1 {
    position: absolute;
    top: 272px;
    left: 84px;
    width: 85px;
    rotate: -28deg;
}

.slick_hand_2-2 {
    position: absolute;
    top: 376px;
    right: 60px;
    width: 85px;
    rotate: 28deg;
}


.slick-inner-origami {
    font-weight: bold;
    letter-spacing: -0.05em;
    position: absolute;
    top: 254px;
    left: 23px;

}

.slick-inner-tsukurikata {
    font-weight: bold;
    letter-spacing: -0.15em;
    position: absolute;
    top: 347px;
    right: 10px;

}

.img_2-2 {
    position: absolute;
    top: 116px;
    left: -58px;
}

.img_2-3 {
    position: absolute;
    top: 298px;
    left: -52px;
}

.img_2-4 {
    position: absolute;
    top: 234px;
    right: -44px;
}

.slick-img-2{
    width: 360px;
    margin: 40px auto 20px auto;
}


.dekiagari {
    font-weight: bold;
    margin-bottom: 18px;
}

.slick-prev {
    left: -10px;
    z-index: 1;
}




/*　ラインナップ---------------------------------------------------------- */

#lineup h2 {
    margin-bottom: 72px;
}

#lineup .container{
    background-color: white;
    padding: 78px 104px;
    position: relative;
}

.midashi_ {
    position: absolute;
    top: -62px;
    left: -24px;
}

.midashi_ p {
    position: absolute;
    top: 55px;
    left: 110px;
    z-index: 11;
}

.dore-setsumei {
    line-height: 28px;
    text-align: left;
    margin-right: 52px;

}
 
.dore-hand {
    position: absolute;
    top: 108px;
    right: 80px;
}


.dore_button {
    width: 100px;
    height: 100px;
    border: solid 1px #383838;
    background-color: white;
    padding: 12px;
    position: absolute;
    top: 104px;
    right: -30px;
    line-height: 24px;
} 

#dore {
    width: 718px;
    height: 718px;
    background-color: #ffd97c;
    inset:40px 0;
    margin: 0 auto;
    z-index: 20;
    padding-top: 52px;
    border: none;
    opacity: 0;
    overflow: auto;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    animation: 0.5s fadein ease-in-out forwards;
    text-align: center;
}

@keyframes fadein {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

h4 { 
    font-size: 1.5em;
    font-weight: bold;  
}

.dore-box {
    width: 577px;
    padding: 52px 26px;
    margin: 0 auto;
    background-color: white;
    position: relative;
    text-align: center;
}



.chart-img {
    width: 460px;
    margin: 0 auto;
}

.muzukashisa {
    font-weight: bold;
    margin-top:16px
}

.muzukashisa a:first-child{
    background-color: #f7c2a7;
    padding: 10px;
    margin-right:30px;
}

.muzukashisa a:nth-child(2){
    background-color: #f7d979;
    padding: 10px;
    margin-right:20px;
}

.muzukashisa a:nth-child(3){
    background-color: #fff799;
    padding: 10px;
    margin-right:5px;
}

.muzukashisa a:last-child{
    background-color: #badebf;
    padding: 10px;
}

.dore-box p {
    margin-top: 20px;
}

.dore-box p:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(img/hand_top.png);
    background-size: contain;
    vertical-align: middle;
}

.osusume-box {
    width: 577px;
    padding: 52px 26px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
}

.hajimete {
    display:inline-block;
    background-color: #badebf;
    padding: 10px 10px;
}

.futsuu{
    display:inline-block;
    background-color: #f7d979;
    padding: 10px 10px;
}

.choimuzu {
    display:inline-block;
    background-color: #fff799;
    padding: 10px 10px;
}

.muzu {
    display:inline-block;
    background-color: #f7c2a7;
    padding: 10px 10px;
}

.osusume-wrapper {
    width: 460px ;
    margin-inline: auto;
    display:flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

.dore-img {
    width: 100px;
}


.osusume-wrapper p {
    line-height: 1.2;
    margin-bottom: 26px;
}

.lineup_wrapper {
    margin-top: 87px;
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.button_lineup {
  width: 200px;    
}

#lineup button p {
    text-align: center;
}


.popover-box {
    width: 960px;
    height: 590px;
    inset:80px 0;
    margin: 0 auto;
    background: #ffd97c;
    border-radius: 20px;
    z-index: 20;
    padding: 60px;
    border: none;
    opacity: 0;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
    animation: 0.5s fadein ease-in-out forwards;
}

@keyframes fadein {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  #dore::backdrop, .popover-box::backdrop {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    }

.oigami-name {
    font-size: 2.25rem;
    line-height: 1rem;
    font-weight: bold;
    margin-bottom: 52px;
    text-align: center;
}

.popover-inner {
    width: 740px;
    height: 370px;
    background-color: white;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.slick-group-popover-left {
    width: 370px;
    height: 370px;
}

.popover-right {
    width: 370px;
    height: 370px;
    padding: 40px;
}

.popover-right p {
    line-height: 26px;
}

.popover-status {
    position: absolute;
    inset: auto 40px 40px auto;
}

.popover-status li {
    list-style: none;
    margin-top: 8px;
    text-align: left;
}

.popover-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: center;
}



/* お取り扱い店---------------------------------------------------------- */


.usa_ue {
    transform: rotate(-15deg);
    position: absolute;
    top: -62px;
    left: -28px;
}

#omise h2 {
    margin-bottom: 72px;
}

#omise {
    background-color: white;
    padding-bottom: 156px;
    transition: all 1s ease 0.2s;
}

.midashi__ {
    position: absolute;
    top: -62px;
    left: -24px;
}

.midashi__ p {
    font-size: 1rem;
    position: absolute;
    top: 50px;
    left: 110px;
    z-index: 11;
}


.omise {
    background-color: white;
    width: 580px;
    height: 580px;
    margin: 0 auto;
    position: relative;
    padding-top:150px;
}

.omise li {
    text-align: center;
    list-style: none;
    margin-bottom: 76px;
    letter-spacing: 0rem;
}

/* 私について---------------------------------------------------------- */

#watashi {
    background-color: white;
    padding-bottom: 156px;
    transition: all 1s ease 0.2s;
}

#watashi h2 {
    margin-bottom: 72px;
}

.watashi {
    width: 580px;
    height: 580px;
    position: relative;
    margin: 0 auto;
}

.watashi-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.jikosyoukai {
    width: 418px;
    height: 418px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 82px 72px;
}



.jikosyoukai p {
    line-height: 20px;
    letter-spacing: -0.07rem;
}


/* 私について---------------------------------------------------------- */

.fortop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    text-align: center;
    cursor: pointer;
}

.fortop img {
    display: block;
    margin-inline: auto;
}


/* =====================================================================
ipad用のスタイル 
========================================================================*/
@media screen and (max-width:1100px) {

}


/* =====================================================================
スマホ用のスタイル 
========================================================================*/
@media screen and (max-width:767px) {

/* ヘッダー---------------------------------------------------------- */

header {
    width: 100%;
    height: 100vh;
    padding: auto;
} 

.nav-btn{
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 40; 

}

.nav-btn span{
    display: inline-block;
    margin-left: 17px;
    height:3px;
    border-radius: 2px;
    background-color: #383838;
    width: 60%;
    transition: all .4s;
}

.nav-btn.active span:first-child{
    transform: translateY(14px) rotate(-45deg);
}

.nav-btn.active span:nth-of-type(2){
    opacity: 0;
}

.nav-btn.active span:last-child{
    transform: translateY(-14px) rotate(45deg);
}

nav {
    display: none;
}

.nav-sp {
    position: fixed;
    top: 0;
    width: 100%; 
    height: 100vh;
    background-color: white;
    padding: 52px;
    display: none;

}

.nav-sp ul {
    flex-direction: column;
    height: 80%;
}

.nav-sp li {
    font-size: 2rem;
}


/* コンセプト---------------------------------------------------------- */
.concept {
    width: 300px;
    height: 300px;
    background-image:url(img/orime.jpg);
    background-size: cover;
    padding: 32px;
    position: relative;
    margin: 0 auto;
}

.concept h2 {
    margin-bottom: 26px;
}

h2 {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: bold;
    text-align: center;
}

.usa_shita {
    height: 72px;
    right: -22px;
    bottom: -18px;
}


/* おりがみ---------------------------------------------------------- */

#origami h2{
    margin-bottom: 10px;
} 

.slick-slider {
    width: 348px;
    height: 400px;
    margin: auto;
}

.midashi {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
}

.midashi-image {
    height: 72px;
}

.midashi p {
    position: absolute;
    top:  45px;
    left: 80px;
    
}


.slick-inner {
    width: 300px;
    height: 300px;
    background-color: white;
    padding-top: 26px;
    text-align: center;
    margin: 54px 24px;
    position: relative;
}

.slick-img{
    width: 196px;
    margin: 0 auto 8px auto;
}

.setnaiyou {
    border: solid 1px #383838;
    width: 196px;
    height: 28px;
    text-align: left;
    margin: 20px;
    padding: 6px 12px;
    margin: 0 auto;
}

.setnaiyou ul {
    display: flex;
    justify-content: space-around;
}

.migishita-hand {
    display: none;
    position: absolute;
    right: 26px;
    bottom: 26px;
    cursor: pointer;
}

.slick-inner-origami {
    font-weight: bold;
    letter-spacing: -0.05em;
    position: absolute;
    top: 256px;
    left: 27px;

}

.slick-inner-tsukurikata {
    font-weight: bold;
    letter-spacing: -0.15em;
    position: absolute;
    top: 256px;
    right: 23px;

}

.img_2-2 {
    position: absolute;
    top: 58px;
    left: -12px;
    width: 70px;
}

.img_2-3 {
    position: absolute;
    top: 149px;
    left: -24px;
    width: 70px;
}

.img_2-4 {
    position: absolute;
    top: 210px;
    right: -20px;
    width: 55px;
}

.slick-img-2 {
    width: 196px;
    width: 196px;
    margin: 0 auto 16px auto;
}

.dekiagari {
    font-weight: bold;
    margin-bottom: 18px;
}

.arrows {
    z-index: 10;
}

/*　ラインナップ---------------------------------------------------------- */


#lineup .container{
    background-color: white;
    padding: 30px 30px;
    width: 80%;
    min-width: 300px;
    position: relative;
}

.midashi_ {
    position: absolute;
    top: -52px;
    left: -24px;
}

.midashi_ p {
    position: absolute;
    top: 45px;
    left: 100px;
    z-index: 11;
}

.dore-setsumei {
    line-height: 1.25;
    text-align: left;
    margin-right: auto;

}

.dore_wrap {
    margin-inline: 30%;
    width: 200px;
    margin-top: 10px;

}
 
.dore-hand {
    position: static;
}


.dore_button {
    width: 80px;
    height: 80px;
    padding: 4px;
    position: static;
    margin-left: 10px;
    line-height: 1.2;
} 

/*　お取り扱い店さま　---------------------------------------------------------- */

.omise {
    width: 300px;
    height: 300px;
    background-color: white;
    padding: 70px;
    position: relative;
    margin: 0 auto;
}

.omise li {
    margin-bottom: 30px;
}

/* 私について---------------------------------------------------------- */

#watashi {
    background-color: white;
    padding-bottom: 156px;
    transition: all 1s ease 0.2s;
}

#watashi h2 {
    margin-bottom: 72px;
}

.watashi {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.watashi-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.jikosyoukai {
    width: 418px;
    height: 418px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 82px 72px;
}



.jikosyoukai p {
    line-height: 20px;
    letter-spacing: -0.07rem;
}


}



