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

@font-face {
  font-family: '07YasashisaGothic';
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff') format('woff');
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff2') format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'YasashisaGothicBoldV2';
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff') format('woff2');
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff2') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: '07YasashisaGothic', 
    sans-serif;
    font-style: normal;
    color: var(--BrownBlack, #231F1F);
    color:var(--Elegant, #260D0D);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 25px;
}

img {
    max-width: 300px;
    height: auto;
    
}

.title {
    text-align: center;
    color: var(--Brown, #4C3805);
    text-align: center;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

ul,
ol {
  list-style: none;
}

.txt {
    color: var(--BrownBlack, #231F1F);
    font-family: '07YasashisaGothic',sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    margin-top: 30px;
}


@media screen and (min-width: 769px) {
    .title {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 30px;
    }

    .txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 30px; 
        display: flex;
        justify-content: center;
    }

    .spBr {
        display: none;
    }

    .ext {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 30px; 
    }

    img {
    max-width: 400px;
    height: auto;
    
    }
}
/* pc 769px */

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

.header {
  padding: 10px 4.8%;
  display: flex;
  justify-content: space-between;
}

.header__btn_pc {
  display: none;
}

.nav__btn_pc {
  display: none;
}

.header_topic {
  z-index: 10;
}

.header_topic img {
  display: flex;
  width: 65px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.header_topic img:hover {
    opacity: .8;
    }

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

.header__btn {
    position: fixed;
    top: 12px;
    right: 4.87%;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 10;
}

 .header__btn:hover {
    opacity: .8;
    }

/* nav */

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

.nav {
    background: #FFF;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.nav__header {
    padding:  10px 4.8% 0 82%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  padding: 80px 24% 0 12.8%; 
  text-align: left;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  padding: 0 24% 0 12.8%;
}

.nav__item2 {
  margin-top: 35px;
  margin-right: 15px;
}

.nav__item2 img {
    width: 50px;
    height: 50px;
}

.nav__btn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 12px;
    right: 4.87%;
    border-radius: 50px;
}

.nav__btn:hover {
    opacity: .8;
    }

.nav__item:hover {
    opacity: .8;
    }

.nav__item2:hover {
    opacity: .8;
    }

.nav.active {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}


/* header pc */

@media screen and (min-width: 769px) {

  .header__btn {
    display: block;
    cursor: pointer;
    width: 90px ;
    height: 90px ;
    top: 20px;
    z-index: 10;
}

.header_topic {
  display: flex;
  align-items: center;
}

  .header_topic img {
    display: flex;
    width: 120px;
    height: 90px;
    justify-content: center;
    align-items: center;
}

  .header {
    padding: 20px 4.1% 20px 4.1%;
    display: flex;
    justify-content: space-between;
}

/* nav  pc*/

.nav {
    background: #FFF;
    width: 100%;
    height: 1275px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}

.nav__header {
    padding:  31px 2% 0 88%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  text-align: left;
  margin-top: 80px;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  margin-top: 30px;
}

.nav__btn {
    width: 90px;
    height: 90px;
    top:20px
}

.nav__item2 img {
  width: 90px;
  height: 90px;
}

.nav.active {
    transform: translateX(0);
}

.nav__item2 {
  margin-right: 38px;
}

}

/* pc 769px */

/* ==================================
main <!-- about -->
===================================*/

.main__title {
    color: var(--BrownBlack, #231F1F);
    text-align: center;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 30px; /* 107.143% */
    margin-top: 26.5px;
}

.about {
    padding: 30px 11.5% 50px;
}

.ext {
    margin-top: 40px;
    text-align: center;
    line-height: 30px; 
}

.ext__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* main <!-- about --> pc*/
@media screen and (min-width: 769px) {
    .main__title {
        font-family: 'YasashisaGothicBoldV2', sans-serif;
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 50px; 
    }

    .img__box {
        display: flex;
        justify-content: center;
        gap: 34px;
    }

    .about {
        padding: 50px 27.2% 115px;
    }


    .title.ab--title {
        margin-top: 10px;
    }

}
/* pc 769px */

/* ==================================
main <!-- freez -->
===================================*/

.freez {
    padding: 50px 11.5%;
    background: rgba(216, 196, 175, 0.10);
}

.f__title {
    color: var(--BrownBlack, #231F1F);
    text-align: center;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 32px;
}

.pc__p {
    display: none;
}

.img__box.img--freez {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title.title--freez {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
}

.fr__img {
    max-width: 350px;
}


/* main <!-- freez --> */
@media screen and (min-width: 769px) {
 .sp__p {
    display: none;
 }

 .pc__p {
    display: block;
 }

 .f__title {
    display: flex;
    justify-content: center;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 30px;
 }

 .title.title--freez {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 50px; 
}

.freez {
    padding: 110px 8%;
}

.img__box.img--freez {
    padding: 0 27.2%;
} 

.fr__img {
    max-width: 600px;
}


}
/* pc 769px */


/* ==================================
main <!-- wash -->
===================================*/

.wash {
    padding: 50px 11.5%;
}

.txt.txt--wash {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.img__box.img--wash {
    margin-top: 30px;
}

.pp__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.be {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--BrownBlack, #231F1F);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
}

.img--wash2 {
    margin-top: 34px;
    display: flex;
}

.af {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--BrownBlack, #231F1F);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
}

/* main <!-- wash -->pc */

@media screen and (min-width: 769px) {
    .wash {
        padding: 110px 27.2%;
    }

    .txt.txt--wash {
        margin-top: 46px;
    }

    .img--wash2 {
        margin-top: 0;
        display: flex;
    }

    .img__box.img--wash {
        margin-top: 30px;
    }

    .be {
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px;  
    }

    .af {
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px;  
    }
}
/* pc 769px */

/* ==================================
main <!-- karui -->
===================================*/

.karui {
    padding: 0 11.5% 50px;
}

.img__box.img--karui {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 45.5px;
}

.karui__txt {
    font-weight: 400;
    line-height: 20px; 
}

.karui__txt.karui2 {
    margin-top: 58.5px;
}

.guramu {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 30px;
}

.karukaru {
    display: inline-block;
    padding: 35px 20px;
    border-radius: 50%;
    background-color: #FFDBD6;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    color: var(--Brown, #4C3805);
    font-size: 2.8rem;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 4px;
    right: -32px;
    transform: translate(20%,-20%);
    z-index: 10;
  }

  .gg__box {
    position: relative;
    display: inline-block;
  }


  .karuspan {
    display: inline-block;
    transform: rotate(15deg);
    animation: blink 1.2s infinite;
  }

  @keyframes blink {
    0%,100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
  }

/* main <!-- karui --> pc */
@media screen and (min-width: 769px) {
    .karui {
        padding: 30px 27.2% 110px;
    }

    .k__box {
        white-space: nowrap;
        flex-shrink: 0;

    }

    .karui__txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 30px; 
        white-space: nowrap;
    }

    .guramu {
        font-family: 'YasashisaGothicBoldV2', sans-serif;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 30px;
        margin-top: 10px;
    }
    .img__box.img--karui {
        gap: 34px;
        display: flex;
        flex-direction: row;

    }

    .g__img {
        margin-top: 10px;
        max-width: 400px;
    }

    .karui__txt.karui2 {
        margin-top: 0;
    }

    .frendimg {
        max-width: 400px;
    }

    .f__img {
        justify-content: center;
        display: flex;
    }

    .karukaru {
    display: inline-block;
    padding: 45px 30px;

}

 }

/* pc 769px */

/* ==================================
main <!-- new -->
===================================*/


.new {
    padding: 50px 11.5% 50px;
    background: rgba(216, 196, 175, 0.10);
}

.sin::before {
    content: '';
    display: inline-block;
}

.sin {
    position: absolute;
    color: var(--Pink, #FFDBD6);
    text-align: center;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #4C3805;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px; 
    transform: rotate(-20deg);
    transform-origin: center;
    top: -45px;
    left: -20px;
}

.title__new::before {
    position: absolute;
}

.pamm {
    display: flex;
    justify-content: center;
}

.title__new {
    max-width: 900px;
    position: relative;
    color: var(--Brown, #4C3805);
    text-align: center;
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 30px; /* 100% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 20px;
}

.new__txt {
    color: var(--Brown, #4C3805);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    text-align: center;
}

.b__title {
    color: var(--Brown, #4C3805);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px; 
    margin-top: 30px;
}

.dspan {
    color: var(--Brown, #4C3805);
    font-family: '07YasashisaGothic',sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.txtz__box {
    background-color: #FFF;
    padding: 2px 5% 30px;
    margin-top: 30px;
}

.frendimg {
    margin-top: 50px;
}

.f__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    }


/* main <!-- new -->pc */
@media screen and (min-width: 769px) {
    .new {
        padding: 135px 23.6%;
    }

    .sin {
        color: var(--Pink, #FFDBD6);
        text-align: center;
        -webkit-text-stroke-width: 1.2px;
        -webkit-text-stroke-color: #4C3805;
        font-family: 'YasashisaGothicBoldV2', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 30px; 
        display: inline-block;
        transform: rotate(-20deg);
        transform-origin: center;
        top: -45px;
        left: -49px;
    }
    .title__new {
        font-family: 'YasashisaGothicBoldV2', sans-serif;
        font-size: 4rem;
        font-weight: 700;
        line-height: 60px;
        margin-top: 0;
    }

    .new__txt {
        font-size: 2rem;
        font-weight: 400;
        line-height: 28px;
    }

    .txtz__box {
        padding: 50px 3.96%;
    }

    .b__title {
        font-family: 'YasashisaGothicBoldV2', sans-serif;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 30px; 
    }

    .b__title:nth-child(1) {
        margin-top: 0;
    }

    .dspan {
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px;
    }

    .b__txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 30px; 
    }


}
/* pc 769px */

/* ==================================
footer
===================================*/

.footer {
  padding: 14px 4.8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: normal;

}

  .logo_p {
    flex: 1;
    text-align: left;
  }

  .top__box {
    flex: 1;
    text-align: right;
  }

    #page_top {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--BrownBlack, #231F1F);
    font-family: '07YasashisaGothic',sans-serif;
    font-size: 1.2rem;
    line-height: normal;
    background-image: url(../Images/SCARF_SNOOD/Niku.png);
    background-color:#dcd6d2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 1.35%;
    right: 2.6%;
    cursor: pointer;
    
  }

#page_top a{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  top: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}

 #page_top:hover {
    opacity: .8;
    cursor: pointer;
    }


  .copy__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .pcopy {
    font-size: 0.4rem;
    line-height: normal;
    text-align: left;
    margin-top: 4px;
      }


/* footer pc */

@media screen and (min-width: 769px) {

  .footer {
    padding: 60px 4.1% 60px 4.1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .copy {
    text-align: center;
    font-size: 1.4rem;
    line-height: normal;
}

    #page_top {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    color: var(--BrownBlack, #231F1F);
    font-family: '07YasashisaGothic',sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    background-image: url(../Images/SCARF_SNOOD/Niku.png);
    background-color:#dcd6d2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 6.0%;
    right: 1.5%;
    cursor: pointer;
    
  }

#page_top a{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  top: 42.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .pcopy {
    font-size: 1rem;
    line-height: normal;
    text-align: left;
    margin-top: 8px;
      }

}
/* pc 769px */

/* ==================================
fadeIn
===================================*/

.fadeIn {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 2.5s;
}

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

/* ==================================
slide-in
===================================*/

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;
}

.leftAnime {
    opacity: 0;
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.view {
    overflow: hidden;
}

.view img{
    vertical-align: middle;
    transform: scale(1.3);
    opacity: 0;
    transition: all 1.2s 0s cubic-bezier(.33,1,.68,1),opacity .6s 0s linear;
}
.view.js-on img{
    transform: scale(1, 1);
    opacity: 1;
}


.about__ppp {
animation: zoomFade 5s;
transform: scale(1.07);
}

