a{
cursor: pointer;
}
*,
*::before,
*::after {
box-sizing: border-box;
}

.mincho{
font-family: "Zen Old Mincho", serif;
}
.jp{
font-family: "Zen Kaku Gothic New", sans-serif;
}
body{
font-family: "Zen Kaku Gothic New", sans-serif;
margin: 0;
overflow-x: clip;
color: #484848;
font-weight: 500;
}


.eng{
    font-family: "sofia-pro", sans-serif;
}

.eng02{
    font-family: "sofia-pro-condensed-variable", sans-serif;
}
body::before{
content: "";
z-index: -1;
background-image: url(../images/main-bg.png);
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
position: fixed;
background-size: cover;
background-position: top center;
left: 0;
top: 0;
}
html{
color: #3d3e41;
font-family: "Noto Sans JP", serif;
}
.w-1200{
width: 100%;
margin: auto;
max-width: 1200px;
position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    transition: .25s;
}

header::before{
    content: "";
background-image: url(../images/main-bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
transition: .25s;
z-index: -1;
opacity: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
position: absolute;
}
header.active::before{
transition: .25s;
z-index: -1;
opacity: 1;
}

.section-header__inner{
width: 100%;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
ul.section-header__inner__list {
display: flex;
gap: 20px;
font-size: 15px;
align-items: center;
font-weight: 400;
}
ul.section-header__inner__list li a{
    transition: .25s;
    position: relative;
}

ul.section-header__inner__list li a:hover{
    transition: .25s;
    position: relative;
    color: #65126E;
}

ul.section-header__inner__list li a::before{
    width: 0;
    content: "";
    bottom: -4px;
    height: 2px;
    border-radius: 10000px;
    background-color: #65126E;
    position: absolute;
    left: 50%;
    transition: .25s;
    transform: translateX(-50%);
}
ul.section-header__inner__list li a:hover::before{
    width: 20px;
    content: "";
    transition: .25s;
    bottom: -4px;
    height: 2px;
    border-radius: 10000px;
    background-color: #65126E;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

ul.section-header__inner__list li.contact-btn a:hover::before{
display: none;
}

ul.section-header__inner__list li.contact-btn a:hover{
    color: #fff;
    background-color: #65126E;
}

li.contact-btn a{
margin-left: 10px;
background-color: #939000;
color: #fff;
padding: 11px 24px;
border-radius: 10000px;
display: block;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
}

.section-header__inner h1{
width: 100px;
height: auto;
}

.section-header__inner h1 img{
width: 100px;
height: auto;
object-fit: contain;
}

section.section-fv {
margin-top: 140px;
padding: 130px 0 150px;
}
.section-fv__inner.w-1200{
display: flex;
align-items: center;
justify-content: space-between;
}

.section-fv__inner.w-1200{
display: flex;
align-items: center;
justify-content: space-between;
}

.section-fv__inner.w-1200 h2{
width: 400px;
}
.section-fv__inner.w-1200 h2 span{
font-size: 38px;
padding-bottom: 18px;
position: relative;
display: block;
margin-bottom: 24px;
width: max-content;
}

.section-fv__inner.w-1200 h2 span::before{
content: "";
width: 100%;
height: 3px;
background-color: #1A1A1A;
position: absolute;
left: 0;
bottom: 0;
}

.fadein-text {
    display: inline-block;
    overflow: hidden;
  }
  
  .fadein-text {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
    animation: charFadeIn 2s ease forwards;
    animation-delay: 1s;
  }
  
.section-fv__inner.w-1200 p{
font-weight: 700;
line-height: 2;
margin: auto;
animation-delay: 1.5s;
}

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

section.section-separate{
width: 100%;
}

section.section-separate source{
width: 100%;
height: auto;
object-fit: contain;
}

section.section-separate img{
width: 100%;
height: auto;
object-fit: contain;
}

.section-gradient {
background: linear-gradient(135deg, #65126E 0%, #B700CA 100%);
}


.section-intro{
padding-top: 120px;
padding-bottom: 150px;
color: #fff;
}

.section-intro__image-group{
display: flex;
align-items: center;
justify-content: space-between;
}

.section-intro__image-group{
display: flex;
align-items: center;
justify-content: space-between;
}


.section-intro__image-group img.section-intro__image-photo{
width: 60%;
height: 450px;
object-fit: cover;
object-position: center;
}
.section-intro__logo{
background-image: url(../images/transparent-logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-size: 80% auto;
}


.section-intro__logo {
display: flex;
align-items: center;
justify-content: center;
width: 40%;
height: 100%;
}

.section-intro__logo h3 span{
display: block;
}
.section-intro__logo h3 span:last-of-type{
margin-top: 130px;
}
.section-intro__logo h3 {
writing-mode: vertical-rl;
text-orientation: upright; /* ← 追加 */
text-align: center;
font-size: 26px;
line-height: 2.5;
position: relative;
z-index: 1;
letter-spacing: .4em;
font-weight: 400;
}

.section-intro__text-group p{
font-size: 16px;
line-height: 2.2;
letter-spacing: .18rem;
width: 60%;
font-weight: 300;
}

.section-intro__text-group h2{
font-size: 40px;
line-height: 1.7;
letter-spacing: .18rem;
width: 40%;
}

.section-intro__text-group{
display: flex;
justify-content: space-between;
margin-top: 80px;
}
.section-intro__text-group p span {
    display: inline;
    font-weight: 700;
    background: linear-gradient(to top, #939000 20%, transparent 20%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* Safari用 */
  }
  
  

section.section-what {
padding: 120px 0 220px;
position: relative;
}
section.section-what::before{
width: 290px;
height: 670px;
background-size: contain;
background-position: left center;
position: absolute;
background-repeat: no-repeat;
left: 0;
top: -60px;
content: "";
background-image: url(../images/side-img02.png);
}


section.section-what::after{
width: 310px;
height: 670px;
background-size: contain;
background-position: left center;
position: absolute;
background-repeat: no-repeat;
right: 0;
top: -180px;
content: "";
background-image: url(../images/side-img01.png);
}
.section-what__inner.w-1200{
    max-width: 870px;
}
@media screen and (max-width:1400px) {
  section.section-what::before  {
    left: auto;
    right: calc(870px + ((100vw - 870px) / 2));
    }
    section.section-what::after{
         right: auto;
    left: calc(870px + ((100vw - 870px) / 2));   
    }

}

@media screen and (max-width:1280px) {
    section.section-what::after {
    right: 0;
    left: auto;
    width: 22vw;
    top: -150px;
}
section.section-what::before {
    left: 0;
    right: auto;
    width: 18vw;
    top: -120px;
}
}
section.section-what h2{
text-align: center;
font-weight: 700;
font-size: 36px;
padding: 28px 44px;
background-image: url(../images/transparent-logo-2.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: max-content;
margin: 0 auto 40px;
line-height: 1.7;
letter-spacing: .18rem;
}

section.section-what p{
line-height: 2.2;
font-size: 15px;
letter-spacing: .18rem;
text-align: center;
}

.section-guide {
padding-top: 80px;
padding-bottom: 220px;
}

.ttl-style{
text-align: center;
display: flex;
gap: 40px;
flex-wrap: wrap;
justify-content: center;
font-size: 32px;
margin-bottom: 40px;
}

.ttl-style span{
display: block;
position: relative;
width: 100%;
font-size: 16px;
font-weight: 400;
line-height: 2;
}

.ttl-style span::before{
display: block;
position: absolute;
top: -20px;
height: 3px;
content: "";
background-color: #000;
width: 60px;
left: 50%;
transform: translateX(-50%);
}

ul.section-guide__list {
display: flex;
gap: 60px;
justify-content: space-between;
}

ul.section-guide__list >li {
width: calc((100% - 120px) / 3);
padding: 20px;
background-color: #fff;
border-radius: 10px;
}
.section-works__archive__images-slider__thumbnail .slick-slide img {
    opacity: 0.4;
    transition: opacity 0.3s ease;
  }
  
  .section-works__archive__images-slider__thumbnail .slick-slide.slick-current img {
    opacity: 1;
  }
  
ul.section-guide__list >li{
    filter: drop-shadow(0 4px 12px #0000001d);
}
ul.guide__tag-list li {
background: #65126E;
color: #fff;
padding: 8px 16px;
border-radius: 1000px;
font-size: 15px;
width: max-content;
margin-bottom: 10px;
}
ul.section-guide__list >li p{
font-size: 15px;
margin-top: 24px;
margin-bottom: 20px;
}
ul.section-guide__list >li  h3 span{
font-size: 36px;
color: #65126E;
font-weight: 700;
}
ul.section-guide__list >li  h3{
display: flex;
gap: 8px;
font-size: 22px;
align-items: center;
}
ul.section-guide__list >li img{
width: 100%;
height: auto;
object-fit: contain;
display: block;
margin-top: 20px;
}


section.section-feature{
border-radius: 60px 60px 0 0;
color: #fff;
padding: 80px 0 120px;
}      
.section-feature__flex-box{
display: flex;
justify-content: space-between;
max-width: 1020px;
margin: auto;
gap: 56px;
}
.section-feature__textbox{
width: calc(100% - 486px);
}
.section-feature__textbox h3{
font-size: 24px;
font-weight: 700;
list-style: none;
line-height: 2.2;
letter-spacing: .18rem;
margin-bottom: 24px;
}

.section-feature__textbox p{
font-size: 16px;
font-weight: 300;
list-style: none;
line-height: 2.2;
letter-spacing: .18rem;
margin-bottom: 24px;
}

.section-feature__image{
width: 430px;
}

.section-feature__image img{
width: 100%;
height: auto;
object-fit: contain;
}

.section-feature .ttl-style{
margin-bottom: 72px;
}

section.section-works {
padding-top: 120px;
padding-bottom: 120px;
}

.section-works__archive__content{
display: flex;
justify-content: space-between;

}

.section-works__archive__content .section-works__archive__text {
display: flex;
justify-content: center;
width: 50%;
flex-wrap: wrap
}

.section-works__archive__text .section-works__archive__number{
font-size: 64px;
color: #65126E;
}

.section-works__archive__text h2{
font-size: 22px;
margin-top: 30px;
margin-bottom: 20px;
width: 100%;
text-align: center;
}

.section-works__archive__text > span{
width: 100%;
text-align: center;
display: block;
}

.list-tag-works{
display: flex;
gap: 14px 11px;   
max-width: 410px;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
}

.list-tag-works li{
color: #65126E;
border: 1px solid #65126E;
padding: 8px 16px;
border-radius: 1000px;
font-size: 15px;
width: max-content;
}

.section-works__archive__content .section-works__archive__images-slider {
display: flex;
justify-content: center;
width: 50%;
max-width: 500px;
flex-wrap: wrap;
}

.section-works__archive__content .section-works__archive__images-slider img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.section-works__archive__images-slider__main{
width: calc(100% - 20px);
height: 340px;
}

.section-works__archive__images-slider__thumbnail{
width: 100%;
display: flex;
justify-content: space-between;
height: 100px;
}

.voice-box {
background: #939000;
color: #fff;
font-weight: 400;
padding: 20px;
margin-top: 30px;
border-radius: 5px;
width: calc(100% - 20px);
}

.voice-box h3{
text-align: center;
margin-bottom: 10px;
font-size: 18px;
}

.voice-box p{
line-height: 2;
font-size: 15px;
}

.section-works__archive__content{
margin-bottom: 100px;
}

.section-works__archive__content:last-of-type{
margin-bottom: 0px;
}


.section-flow__inner__list{
display: flex;
gap: 60px;
}

.section-flow__inner__content{
width: calc(100% - 120px);
}


ul.section-works__archive__images-slider__thumbnail div div {
gap: 10px;
display: flex;
}

ul.section-works__archive__images-slider__thumbnail div div li{
background-color: #000;
border-radius: 10px;
}

.section-flow__inner__content h3 {
font-size: 22px;
display: flex;
align-items: center;
gap: 9px;
margin-bottom: 20px;
}

.section-flow__inner__content h3 span {
font-size: 36px;
color: #65126E;
}
.section-flow__inner__content p{
line-height: 2;
margin-bottom: 36px;
}

a.icon-tel {
font-size: 40px;
align-items: center;
display: flex;
gap: 8px;
}

a.icon-tel img{
width: 40px;
height: 40px;
}

section.section-flow{
padding-bottom: 120px;
}


.section-tearbox__ttl{
background-color: #65126E;
color: #fff;
padding: 40px 20px;
width: 100%;
text-align: center;
}

.section-tearbox__ttl h2{
font-size: 24px;
margin-bottom: 16px;
}

.section-tearbox__ttl p{
font-size: 16px;
line-height: 1.8;
font-weight: 300;
text-align: center;
}

.section-tearbox__inner.w-1200 {
padding-top: 140px;
padding-bottom: 140px;
}

.section-tearbox__inner__image{
    width: 45%;
    height: auto;
    object-fit: contain;
}

.section-tearbox__content{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.section-tearbox__inner__textbox {
    width: 55%;
}


.section-tearbox__inner__textbox h3 {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 700;
}

.section-tearbox__inner__textbox p {
    line-height: 2;
    font-size: 16px;
}

.section-tearbox__about {
    background: #FFF9E0;
    padding: 100px 56px 56px;
    position: relative;
    border-radius: 10px;
}

h2.section-tearbox__about__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 18px 24px;
    background-color: #FFCB02;
    border-radius: 100000px;
}

.section-tearbox__about__textbox {
    display: flex;
    justify-content: space-between;
    gap: 72px;
    align-items: center;
}

.section-tearbox__about__textbox > p {
   width: 55%;
   line-height: 2.5;
   font-weight: 400;
   font-size: 15px;
}
 .section-tearbox__about__textbox .section-tearbox__about__profile {
    width: calc(45% - 72px);
    display: flex;
    gap: 24px;
}



.tearbox__about__profile__image__comment{
    width: calc(100% - 140px);
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
}

.section-tearbox__about__profile__image {
    width:140px;
}

.section-tearbox__about__profile__image img {
    width:100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 18px;
}

.section-tearbox__about__profile__image h4{
    font-size: 18px;
    font-weight: 400;
}

.section-tearbox__about__profile__image h4 span {
    font-size: 9px;
    display: block;
    margin-bottom: 2px;
    line-height: 2;
}

.tearbox__about__profile__image__comment h4{
    font-size: 18px;
    font-weight: 400;
}

.tearbox__about__profile__image__comment h4 span {
    font-size: 9px;
    display: block;
    margin-bottom: 0px;
    line-height: 2;
}
.section-product__inner h2{
    color: #65126E;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}

.section-product__inner h2 span{ 
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 24px;
  color: #484848;
}
.section-product__inner.w-1200 ul {
    display: flex;
    gap: 70px 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.section-product__inner.w-1200 ul li{
    width: calc((100% - 40px) / 2);
}

.section-product__inner.w-1200 ul li img{
    width: 100%;
}
.section-product__inner.w-1200 ul li p{
    margin-top: 14px;
    line-height: 2;
    font-weight: 500;
}

.ending-pot{
    max-width: 400px;
    display: block;
    margin: auto;
    margin-bottom: 80px;
}

.ending-pot img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-onlineshop__inner{
    padding: 50px;
    background-color: #65126ec1;
    color: #fff;
    max-width: 610px;
    border-radius: 10px;
}

.footer-logo img {
    width: 140px;
    margin-bottom: 10px;
    object-fit: contain;
}

.section-onlineshop__inner h2{
   text-align: center;
   margin-bottom: 30px;
   font-weight: 700;
   font-size: 18px;
}

.section-onlineshop__inner h2 span{
    text-align: center;
    margin-top: 14px;
    font-weight: 300;
    display: block;
    font-size: 15px;
 }
 .section-onlineshop__inner ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
 }

 .section-onlineshop__inner ul li{
    width: calc(50% - 10px);
 }

 .section-onlineshop__inner ul li a img{
    width: 100px;
    display: block;

 }
 .section-onlineshop__inner ul li a{
    display: flex;
    width: 100%;
    height: 66px;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    justify-content: center;
    background-color: #fff;
    font-size: 12px;
    color: #484848;
    border-radius: 10px;
    transition: .25s;
 }

 .section-onlineshop__inner ul li a:hover{
    background-color: #939000;
    color: #fff;
    transition: .25s;
 }

 .section-onlineshop {
    margin-bottom: 120px;
 }

 .section-form__inner.w-1200 h2{
text-align: center;
font-size: 24px;
font-weight: 700;
margin-bottom: 24px;
 }

 .section-form__inner.w-1200 .attention{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
     }

 .section-form__inner.w-1200 table {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-bottom: 22px;
 }
 .accept{
    text-align: center;
    line-height: 2;
    color: #393939;
 }

 .section-form__inner.w-1200 {
    background: #fff;
    padding: 80px 40px;
    max-width: 860px;
    border-radius: 10px;
    filter: drop-shadow(0 4px 12px #0000001d);
}

.section-form__inner.w-1200 table tr{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 14px;
}

.section-form__inner.w-1200 table tr th{
    display: flex;
    align-items: center;
    width: 180px;
    margin-top: 8px;
    gap: 8px;
}

.section-form__inner.w-1200 table tr th span{
    color: #66D1FF;
    font-size: 12px;
}

.section-form__inner.w-1200 table tr td{
    width: calc(100% - 180px);
}

.section-form__inner.w-1200 table tr td input,
.section-form__inner.w-1200 table tr td textarea{
    width: calc(100%);
    padding: 8px 14px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    height: 100%;
}

.section-form__inner.w-1200 table tr:last-of-type td{
    height: 160px;
}
.footer-inner__text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-inner__text p{
    font-size: 14px;
    margin-bottom: 3px;

}

.footer-inner__text span{
    font-size: 11px;
    display: block;
    width: max-content;
    margin-bottom: 3px;
    font-weight: 400;
    
}
p.copy-right {
    font-size: 12px;
    font-weight: 400;
}

.doui{
    text-align: center;
margin-top: 12px;
}
.submit-wrap button {
    padding: 10px;
    display: block;
    margin-top: 40px;
    background: #65126E;
    color: #fff;
    border-radius: 10000px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    text-align: center;
}


section.section-form{
    margin-bottom: 120px;
}


.section-footer{
    background-color: #65126E;
    color: #fff;
    padding: 40px;
}

.flower {
    position: absolute;
    right: 0;
    top: 460px;
    width: 330px;
    height: auto;
}

.flower img {
   width: 100%;
   height: auto;
   object-fit: contain;
}

.sp{
    display: none;
}

footer a.icon-tel {
    filter: brightness(0) invert(1);
    letter-spacing: .1em;
}


footer .icon-tel__footer span{
font-size: 12px;
display: block;
margin-left: auto;
margin-right: 0;
width: max-content;
max-width: 100%;
margin-top: 8px;
font-weight: 400;

}p.copy-right {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    margin-top: 24px;
}

footer a.icon-tel img{
    margin-bottom: 0;
}
@media screen and (max-width:1280px) {
.w-1200{
    padding-left: 30px;
    padding-right: 30px;
}
}

.tablet{
    display: none;
}
@media screen and (max-width:1000px) {
    .section-intro__text-group {
    flex-wrap: wrap;
}
.section-intro__text-group h2 {
    width: 100%;
}
.section-intro__text-group p {
    width: 100%;
}
ul.section-guide__list {
    flex-wrap: wrap;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
ul.section-guide__list >li {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.section-feature__flex-box,
.section-works__archive__content,
.section-flow__inner__list,
.section-tearbox__content,
.section-tearbox__about__textbox {
    flex-wrap: wrap;
}
.flower {
    top: 630px;
}
.section-intro{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-feature__textbox,
section.section-what p,
.section-intro__text-group,
.section-works__archive__content .section-works__archive__text,
.section-works__archive__content .section-works__archive__images-slider,
.section-flow__inner__content,
.section-tearbox__inner__textbox,
.section-tearbox__about__textbox .section-tearbox__about__profile,
.section-tearbox__about__textbox > p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}
section.section-form{
    padding-left: 20px;
    padding-right: 20px;
}
.section-tearbox__inner__image{
    margin-left: auto;
    margin-right: auto;

}
.section-works__archive__content .section-works__archive__text{
    margin-bottom: 32px;
}
.section-feature__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}
.tablet{
    display: block;
}
}
@media screen and (max-width:640px) {
    .tablet{
        display: none;
    }
    ul.section-header__inner__list{
        display: none;
    }
    .section-fv__inner.w-1200 h2  {
        width: max-content;
    }
    .section-fv__inner.w-1200 h2 span {
        font-size: 24px;
    }
    .section-fv__inner.w-1200 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-fv__inner.w-1200 p {
        font-weight: 700;
        line-height: 2;
        margin: auto;
        animation-delay: 1.5s;
        font-size: 15px;
    }
    .section-intro__text-group {
        margin-top: 170px;
        flex-wrap: wrap;
    }
    .section-intro__text-group h2 {
        font-size: 24px;
        margin-bottom: 8px;
        width: 100%;
    }
    .section-intro__text-group p {
        font-size: 15px;
        line-height: 2.2;
        letter-spacing: .18rem;
        width: 100%;
        font-weight: 300;
    }
    .section-intro__image-group{
    padding-left: 40px;
    padding-right: 40px;
    }
    .section-intro__image-group img.section-intro__image-photo {
        width: 70%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .section-intro__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28%;
        height: 100%;
        position: absolute;
        right: 0;
    }
    .section-intro__logo h3 {
        font-size: 17px;
        line-height: 2.5;
        right: 26px;
        text-align: left;
    }
    .section-intro__logo{
        background: transparent;
    }
    section.section-fv {
        margin-top: 140px;
        padding: 0px 0 44px;
    }
    section.section-what::after{
        display: none;
    }
    ul.section-guide__list {
        gap: 30px;
        flex-wrap: wrap;
    }ul.section-guide__list.view.active >li{
        width: 100%;
    }
    .section-feature__flex-box {
        gap: 30px;
        flex-wrap: wrap;
    }
    .section-feature__textbox {
        width: 100%;
    }
    .section-feature__textbox h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .ttl-style {
        font-size: 24px;
        gap: 26px;
    }
    .section-feature .ttl-style {
        margin-bottom: 20px;
        text-align: left;
        justify-content: flex-start;
    }
    .section-feature__textbox p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .ttl-style span::before {
        display: block;
        position: absolute;
        top: -11px;
        height: 2px;
        content: "";
        background-color: #000;
        width: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-works__archive__content .section-works__archive__text {
        width: 100%;
    }
    .section-works__archive__content .section-works__archive__images-slider {
        width: 100%;
    }
    .section-works__archive__content{
        flex-wrap: wrap;
    }
    .section-works__archive__text .section-works__archive__number {
        font-size: 56px;
        color: #65126E;
    }
    .list-tag-works li {
        padding: 8px 16px;
        border-radius: 1000px;
        font-size: 14px;
    }
    .voice-box p {
        line-height: 1.2;
        font-size: 15px;
    }
    .voice-box h3 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .voice-box {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section-works__archive__images-slider__main {
        width: calc(100% - 20px);
        height: 45vw;
        margin-bottom: 16px;
    }
    .section-works__archive__content {
        margin-bottom: 60px;
    }
    .section-flow__inner.w-1200 span.jp {
        text-align: left;
        font-size: 15px;
    }
    .section-flow__inner__list {
flex-wrap: wrap;
        gap: 40px;
    }
    .section-flow__inner__content {
        width: 100%;
    }
    .section-flow__inner__content h3 span {
        font-size: 56px;
        color: #65126E;
    }
    a.icon-tel {
        font-size: 40px;
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center;
    }

    .section-flow__inner__content p.attention {
        text-align: center;
    }
    .section-tearbox__ttl {
        padding: 30px 20px;
    }
    .section-tearbox__ttl h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-tearbox__inner.w-1200 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-tearbox__inner__image {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 270px;
    }
    .section-tearbox__inner__textbox {
        width: 100%;
    }
    .section-tearbox__content {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 70px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .section-tearbox__inner__textbox h3 {
        margin-bottom: 24px;
        line-height: 1.5;
        font-size: 18px;
        text-align: center;
    }
    .section-tearbox__inner__textbox p {
        line-height: 2;
        font-size: 15px;
    }
    h2.section-tearbox__about__ttl {
        font-size: 18px;
        padding: 18px 0px;
        width: 100%;
        text-align: center;
        max-width: 270px;
    }
    .section-tearbox__about {
        background: #FFF9E0;
        padding: 48px 30px;
        position: relative;
        border-radius: 10px;
        width: 100vw;
        position: relative;
        left: -30px;
    }
    .section-tearbox__about__textbox {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        align-items: center;
        flex-wrap: wrap;
    }
    .section-tearbox__about__textbox > p {
        width: 100%;
        line-height: 1.8;
        font-weight: 400;
        font-size: 15px;

    }
    .section-tearbox__about__textbox .section-tearbox__about__profile {
        width: 100%;
        display: flex;
        gap: 12px;
    }
    .section-tearbox__about__profile__image {
        width: calc(50% - 12px);
        order: 2;
    }
    .tearbox__about__profile__image__comment {
        width: 50%;
        font-size: 10px;
        line-height: 2;
        font-weight: 400;
    }
    .flower {
        position: absolute;
        right: 0;
        top: 204vw;
        width: 64vw;
        height: auto;
    }
    section.section-what p {
        line-height: 2.2;
        font-size: 15px;
        letter-spacing: .18rem;
        text-align: left;
    }
    .section-product__inner.w-1200 ul li {
        width: 100%;
    }
    .section-product__inner.w-1200 ul {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .section-guide {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.section-what h2 {
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        padding: 28px 44px;
        margin: 0 auto 10px;
        line-height: 1.7;
        letter-spacing: .18rem;
    }
    section.section-what::before {
        width: 310px;
        height: 400px;
        background-size: contain;
        background-position: left center;
        position: absolute;
        background-repeat: no-repeat;
        left: 50%;
        top: -120px;
        transform: translateX(-50%);
        content: "";
        background-image: url(../images/side-img12-sp.png);
    }
    section.section-what {
        padding: 310px 0 220px;
        position: relative;
    }
    .section-intro__logo h3 span:last-of-type {
        margin-top: 20px;
    }

    .section-intro__logo h3 {
        font-size: 17px;
        line-height: 2.5;
        right: 26px;
        text-align: left;
        top: 120px;
    }
    .section-intro {
        padding-top: 64px;
        padding-bottom: 150px;
        color: #fff;
    }
    .section-intro__text-group{
        position: relative;
    }
    .section-intro__text-group::before{
        background-image: url(../images/transparent-logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        height: 30vw;
        content: "";
        margin-bottom: 10px;
        display: block;
    }
    .section-intro__text-group {
        margin-top: 38px;
        flex-wrap: wrap;
    }
    .section-form__inner.w-1200 {
        background: #fff;
        padding: 40px 20px;
        max-width: 860px;
        border-radius: 20px;
        filter: drop-shadow(0px 0px 8px #00000020);
        width: calc(100% - 0px);
    }
    .section-onlineshop {
        margin-bottom: 100px;
    }
    .section-form__inner.w-1200 h2 {
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 24px;
    }
    .section-form__inner.w-1200 .attention {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 48px;
    }
    .section-form__inner.w-1200 table tr th {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 8px;
        gap: 8px;
    }
    .section-form__inner.w-1200 table tr td {
        width: 100%;
    }

    .section-form__inner.w-1200 table tr {
flex-wrap: wrap;
gap: 8px;
    }
    .accept {
        text-align: center;
        line-height: 2;
        font-size: 15px;
        color: #393939;
    }
    .submit-wrap button {
        padding: 10px;
        display: block;
        margin-top: 40px;
        background: #65126E;
        color: #fff;
        border-radius: 10000px;
        margin-left: auto;
        margin-right: auto;
        min-width: 200px;
        text-align: center;
        height: 44px;
        display: block;
        font-size: 15px;
        width: max-content;
    }

    .sp{
        display: block;
    }



.pc{
    display: none;
}

.flower {
    position: relative;
    right: 0;
    top: auto;
    display: block;
    width: 64vw;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
}
section.section-what {
    padding: 310px 0 24px;
    position: relative;
}
.section-feature__textbox p.mincho{
    font-size: 14px;
}
.section-fv__inner.w-1200 h2 span {
    margin-bottom: 11px;
}
.section-fv__inner.w-1200 h2{
    margin-bottom: 20px;
}

.section-fv__inner.w-1200 p {
    font-weight: 700;
    line-height: 2;
    margin: 0;
    animation-delay: 1.5s;
    font-size: 15px;
}
.section-onlineshop__inner ul li {
    width: 100%;
}
.section-onlineshop__inner ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.section-onlineshop__inner {
    width: calc(100% - 60px);
}
.footer-inner__text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
}
.footer-logo img {
    width: 140px;
    margin-bottom: 10px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 14px;
}
.footer-inner__text span {
    font-size: 11px;
    display: block;
    width: max-content;
    margin-bottom: 3px;
    font-weight: 400;
    margin: auto auto 10px;
}
.footer-inner__text p {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-inner__text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
}
.section-flow__inner__content p {
font-size: 15px;
    margin-bottom: 0px;
}
a.icon-tel {
    font-size: 40px;
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 8px;
    letter-spacing: .1em;
    font-weight: 700;
}
span.eng02.sp {
    width: 40px;
    height: 40px;
    display: block;

}

span.eng02.sp img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    
}
.section-header__inner h1 img {
    width: 90px;
    height: auto;
    object-fit: contain;
}
}


.thanks-inner.w-1200 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.thanks-inner.w-1200 h2{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 4px;
    border-bottom: 1px solid #65126E;
    margin-bottom: 24px;
    width: max-content;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.thanks-inner.w-1200 p{
    font-size: 16px;
    line-height: 1.8;
    width: max-content;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* ハンバーガーボタン */
.hamburger {
    display: none;
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 10001;
    cursor: pointer;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #65126E;
    left: 0;
    transition: 0.3s;
  }
  .hamburger span:nth-child(1) { top: 0; }
  .hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
  .hamburger span:nth-child(3) { bottom: 0; }
  
  .hamburger.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }
  
  /* スマホメニュー本体 */
  .sp-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#ffffffeb;
    z-index: 10000;
    padding: 140px 20px 20px;
  }
  .sp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sp-nav li.contact-btn a {
    background-color: #939000;
    color: #fff;
    padding: 11px 24px;
    border-radius: 10000px;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  @media screen and (max-width: 1200px) {
    .hamburger {
        display: block;
      }

    ul.section-header__inner__list {
        display: none;
      }
  }
  
  /* 640px以下のみ表示 */
  @media screen and (max-width: 640px) {
    
    .tearbox__about__profile__image__comment h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        margin-top: 10px;
    }
    ul.section-guide__list >li {
        width: 100%;
    }
    .sp-nav li.contact-btn a {
        background-color: #939000;
        color: #fff;
        padding: 11px 24px;
        border-radius: 10000px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        margin: auto;
        width: 300px;
    }
    .sp-nav ul li a {
        display: block;
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #ccc;
    }
    section.section-separate{
        margin-bottom: 80px;
        position: relative;
    }

    a.floating-btn{
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(50%);
        padding: 28px 32px 28px 24px;
        background-color: #939000;
        color: #fff;
        border-radius: 0 1000px 1000px 0;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    a.floating-btn img{
        width: 20px;
        height: 8px;
        display: block;
        object-fit: contain;
        object-position: center;
        letter-spacing: .18em;
    }
    .section-footer {
    background-color: #65126E;
    color: #fff;
    padding: 40px 20px;
}
.footer-inner.w-1200 {
    padding: 0;
}
footer .icon-tel__footer span {
    font-size: 12px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    max-width: 100%;
    margin-top: 8px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
        letter-spacing: .1em;
}
footer a.icon-tel {
    filter: brightness(0) invert(1);
    letter-spacing: .1em;
    margin-top: 0;
}p.copy-right {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-top: 24px;
        letter-spacing: .1em;
}


.thanks-inner.w-1200 h2{
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 4px;
    border-bottom: 1px solid #65126E;
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.thanks-inner.w-1200 p{
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}.thanks-inner.w-1200 {
    padding-top: 0;
    padding-bottom: 120px;
}

  }
  [id] {
    scroll-margin-top: 100px;
  }
  
  .guide-image-fade {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 47%; /* 320:150 ≒ 47%（横に対して縦の割合） */
    object-fit: contain;
    overflow: hidden;
    margin-top: 20px;
  }
  
  .guide-image-fade img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease;
    object-fit: cover !important;
    margin-top: 0 !important;
}
  
  .guide-image-fade img.active {
    opacity: 1;
    z-index: 1;
  }
  

  .footer-link-text{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    width: max-content;
    border-bottom: .5px solid #fff;
    margin-bottom: 16px;
  }

  .footer-link-text img{
   width: 15px;
   height: 15px;
   display: block;
   object-fit: contain;
   margin-bottom: 0;
  }

  @media screen and (max-width:640px) {
    .footer-link-text {
    font-size: 17px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
  }