@charset "UTF-8";

/* 共通部分
------------------------------*/
html {
    font-size: 100%;
    box-sizing: border-box;
}
body{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #48494B;
    letter-spacing: 0.1em;
    
}
main{
    overflow: hidden;
}
footer{
    overflow: hidden;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
dt{
    font-weight: 400;
}
span{
    display: inline-block;
}
button{
    color: #fff;
    font-size: clamp(14px,2.5vw, 16px);
    background-color: #48494B;
    line-height: 75px;
    padding: 0 30px;
    z-index: 30;
}
h2{
    font-size: clamp(22px, 4.7vw, 32px);
    line-height: 180%;
    letter-spacing: 0.2em;
}
li{
    padding-left: 1em; /* 1文字分のスペース */
    text-indent: -1em; /* ただし1行目は戻す */
}
/* HEADER
----------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width:  100%;
    max-width: 2560px;
    z-index: 1000;
}
h1{
    width: 130px;
    margin-left: 10px;
}
.navi{
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.contact-btn{
    margin: 0 0 0 auto;
}

/* ハンバーガーメニュー
----------------------------------*/
.menu-btn{
    color: #fff;
    background-color:#48494B;
    width: 137px;
    line-height: 75px;
    margin: 0px 30px;
    position: relative;
    z-index: 30;
    cursor: pointer;
}
.menu-btn i{
    position: absolute;
    left: 30px;
    width: 20px;
    height: 1px;
    background-color:#fff;
    transition: .3s;
}
.menu-btn i:nth-of-type(1){
    top: 29px;
}
.menu-btn i:nth-of-type(2){
    top: 37px;
}
.menu-btn i:nth-of-type(3){
    top: 45px;
}
.menu-btn p{
    font-family: "Cormorant Garamond", serif;
    padding-left: 57px;
    transition: .3s;
}
.menu-btn.active i:nth-of-type(1){
    transform:translateY(8px)rotate(45deg) ;
    transition: transform 0.3s ease;
}
.menu-btn.active i:nth-of-type(2){
    transform:translateY(0px)rotate(-45deg) ;
    transition: transform 0.3s ease;
}
.menu-btn.active i:nth-of-type(3){
    display: none;
}
.btn.active p{
    transform: translate(-47%, -10%);
    transition: transform 0.3s ease;
}
.menu{
    width: 510px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    background-image: url(../img/menu-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top:0;
    right: 0;
    z-index: 20;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.menu-navi{
    padding: 183px 154px 0px 120px;
    text-align: left;
}
.menu-navi li{
    font-weight: 400;
    font-size: clamp(20px, 3.7vw, 24px);
    margin-bottom: 30px;
}
.insta{
    width: 18px;
    margin: 3px;
}
.menu .contact-btn{
    display: none;
}
.menu.active{
    opacity: 1;
    visibility: visible; /* 表示される */
    transition: opacity 0.3s ease; /* opacityの遷移 */
}

/* top
----------------------------------*/
#top{
    background-image: url('../img/top-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.title{
    padding-top: 300px;
    font-size: clamp(16px, 4vw, 24px);
    text-align: center;
    letter-spacing: 0.4em;
    margin-bottom: 107px;
}
.title span{
    font-family: "Allison", cursive;
    font-weight: 400;
    font-size: clamp(48px, 11vw, 100px);
    letter-spacing: 0.2em;
    line-height: 140%;
}
#top .slider{
    overflow: visible;
}
#top .slide-item {
   margin-left: 10px;
}

/* about
----------------------------------*/
.about-bg{
    background-image: url(../img/about-bg.jpg);
}
#about{
    padding-top: 140px;
}
.inner-1300{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
#about h2{
    font-size: clamp(22px, 3.5vw, 32px);
    margin-bottom: 80px;
    letter-spacing: 0.3em;
}
#about .flex-1{
    display: flex;
}
#about .flex-1 .left{
    width: 44%;
    padding-left: 50px;
}
#about .flex-1 .right{
    width: 56%;
    padding: 180px 0 0 10%;
}
#about .flex-1 .right p{
    font-size: clamp(16px, 2vw, 20px);
    line-height: 250%;
}
#about .flex-2{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 50;
}
.about-img1{
    width: 30%;
}
.about-img2{
    width: 17%;
    padding-top: 230px;
}
.about-img3{
    width: 30%;
    padding-top: 410px;
}

/* gift
----------------------------------*/
#gift{
    margin-top: -150px;
    padding: 0 20px;
}
.inner-1200{
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
} 
#gift .en-title{
    font-family: "Splash", cursive;
    font-size: clamp(60px, 12vw, 140px);
    letter-spacing: 0.1em;
    position: absolute;
    top: -20px;
    left: 40px;
    opacity: 30%;
    z-index: 60;
}
.inner-900{
    max-width: 900px;
    margin: 0 auto;
}
#gift h2{
    padding: 140px 0 60px;
}
.item-title span{
    font-size: 28px;
    padding-right: 20px;
    background-color: #fff;
}
.item-title {
    background-image: url(../img/line.png);
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 30px;
}
.item-text{
    padding-bottom: 40px;
}
.item-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.item-flex .left{
    width: clamp(200px,40vw,400px);
    margin-right: 10px;
}
.item-flex img{
    margin-bottom: 10px;
}
.item-flex .right{
    width: clamp(200px,40vw,400px);
    margin-left: 10px;
}
.item-flex dl{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}
#gift ul{
    font-size: clamp(14px,2vw,16px);
    padding-bottom: 100px;
}

/* candle
----------------------------------*/
.item-bg{
    background-image: url(../img/item-bg.jpg);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    padding: 0 20px;
}
.candle-title-bg{
    background-image: url(../img/candle-title-bg.jpg);
    width: 100vw;
    height: 500px;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
.candle-title-bg .en-title{
    font-family: "Splash", cursive;
    font-size: clamp(60px,13vw,140px);
    color: #fff;
    opacity: 70%;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: calc(50% - 168px);
    left: 10%;
    line-height: 120%;
}
#candle h2{
    padding: 120px 0 80px;
}
#candle .item-flex1{
    margin-bottom: 70px;
}
#candle .item-flex2{
    margin-bottom: 100px;
}
.item-flex p{
    margin: 0;
    font-size: clamp(13px,2.4vw,16px);
}
.asirai{
    width: 140px;
    margin: 0 auto 50px;
}
.asirai-text{
    font-size: 18px;
    line-height: 260%;
    text-align: center;
    padding-bottom: 100px;
}
.candle-slider{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#candle .slide-item{
    margin-left: 10px;
}
#candle .margin-item{
    margin-top: 40px;
}

/* order
----------------------------------*/
#order{
    margin-bottom: 100px;
}
.inner-920{
    max-width: 920px;
    margin: 0 auto;
}
#order h2{
    padding: 100px 0 20px;
}
#order .flex{
    display: flex;
    flex-wrap: wrap;
}
#order .flex .left{
    width: calc(100% - 300px);
    min-width: 369px;
    padding-right: 20px;
}
#order .flex .right{
    width: 300px;
}
#order .flex{
    padding: 24px 10px;
    border-top: 1px solid #C9C9CA;
}
#order .border-top {
    border-top: 1px solid #48494B;
}
#order .border-bottom{
    border-bottom: 1px solid #48494B;
}
#order h3{
    font-size: clamp(16px, 2.3vw, 20px);
    padding-bottom: 6px;
}
#order p span{
    font-size: 16px;
}
#order p{
    font-size: 14px;
    font-weight: 400;
}
#order ul{
    font-size: 14px;
}
.banner{
    margin: 0 auto;
    padding: 70px 0 60px;
    width: 70%;
}

/* story
----------------------------------*/
.inner-1040{
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
#story .asirai {
    margin: 0 auto 20px;
}
#story h2{
    text-align: center;
    margin-bottom: 60px;
}
#story .flex{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 150px;
}
#story .left{
    z-index: 20;
    width: 60%;
    padding-right: 2%;
    min-width: 437px;
}
#story .bg2 .left{
    padding-left: 0 0 0 2%;
    order: 2;
}
#story .bg4 .left{
    padding: 0 0 0 2%;
    order: 2; 
}
#story .right{
    z-index: 20;
    width: 33%;
    padding: 0 20px;
    min-width: 291px;
}
.name{
    font-size: 24px;
    margin: 115px auto 15px 0;
}
#story .text{
    height: 232px;
}
#story .bg1{
    justify-content: right;
}
#story .bg3{
    justify-content: right;
}
#story .bg1::after{
    content: "";
    background-image: url('../img/story-bg1.png');
    background-size: cover;
    background-position: center;
    width: 1100px;
    height: 410px;
    position: absolute;
    top: 60px;
    left:25px;
}
#story .bg2::after{
    content: "";
    background-image: url('../img/story-bg2.png');
    background-size: cover;
    background-position: center;
    width: 1100px;
    height: 410px;
    position: absolute;
    top: 60px;
    right:25px;
}
#story .bg3::after{
    content: "";
    background-image: url('../img/story-bg3.png');
    background-size: cover;
    background-position: center;
    width: 1100px;
    height: 410px;
    position: absolute;
    top: 60px;
    left: 25px;
}
#story .bg4::after{
    content: "";
    background-image: url('../img/story-bg4.png');
    background-size: cover;
    background-position: center;
    width: 1100px;
    height: 410px;
    position: absolute;
    top: 60px;
    right: 25px;
}

/* how
----------------------------------*/
#how{
    margin: 0 auto 140px;
}
.inner-1100{
    max-width: 1100px;
    background-image: url(../img/how-bg.jpg);
    border-radius: 500px 500px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}
#how h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    letter-spacing: 0.1em;
    padding: 100px 0 80px;
}
.inner-705{
    max-width: 705px;
    width: 64%; 
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 50px;
}
#how h3{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
#how h3 span{
    font-family: "Splash", cursive;
    font-size: 48px;
    opacity: 0.5;
    position: absolute;
    top: -30px;
    left: -70px;
}
#how p{
    font-weight: 400;
}
#how .margin-item{
    margin-bottom: 70px;
}
#how ul{
    font-weight: 400;
    font-size:14px;
    margin-bottom: 70px;
}
#how .contact-btn{
    margin-bottom: 80px;
}

/* faq
----------------------------------*/
#faq{
    margin-bottom: 140px;
}
#faq h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    letter-spacing: 0.1em;
    padding-bottom: 60px;
    text-align: center;
}
.inner-940{
    max-width: 940px;
    margin: 0 auto 140px;
    padding: 0 20px;
}
#faq dl{
    border-top: 1px solid #48494B;
    padding: 40px 10px 0;
    text-align: left;
}
#faq .border-bottom{
    border-bottom: 1px solid #48494B;
}
#faq dt{
    display: flex;
    padding-bottom: 40px;
    cursor: pointer;
}
#faq dd{
    display: flex;
    align-items: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 1s ease;
}
#faq dd.open {
    max-height: 600px; /* 適当な大きめの値（内容の高さより大きくする） */
    opacity: 1;
}
.label{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
}
.question {
    font-size: clamp(14px, 2.6vw, 20px);
    margin-left: 30px;
    max-width: 80%;
}
.answer{
    width: 90%;
    max-width: 840px;
    margin-left: 30px;
    padding-bottom: 20px;
}
.faq-button{
    margin-left: auto; 
    position: relative;
}
.faq-button i{
    display: block;
    width: 25px;
    height: 1px;
    background-color:#48494B;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.faq-button i:nth-of-type(1){
    position: absolute;
    top: 5px;
    right: 50%;
}
.faq-button i:nth-of-type(2){
    transform: translateX(-13px)translateY(5px)rotate(90deg);
}
#faq dt.active .faq-button i:last-child {
    opacity: 0;
}
.faq-slider{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#faq .slide-item{
    margin-left: 30px;
}
#faq .margin-item{
    margin-top: 60px;
}

/* footer
----------------------------------*/
#contact{
    text-align: center;
    padding-bottom: 30px;
}
#contact h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    letter-spacing: 0.1em;
}
.inner-700{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 20px;
    margin-bottom: 100px;
}
.contact-button{
    width: 263px;
    margin-bottom: 30px;
}
#contact .left a{
    font-size: 18px;
    letter-spacing: 0.1em;
}
#contact .right a{
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    letter-spacing: 0.1em;
}

/* アニメーション専用のセクション 
----------------------------------
----------------------------------*/

/*hover*/
button:hover {
    background-color: #7F7167;
}
.menu-btn:hover {
    background-color: #7F7167;
}

/* フェードイン*/
.animate-on-scroll {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    transition-delay: var(--delay, 0s); /* デフォルト0s */
}

.is-visible {
    opacity: 1;
}

  /* レスポンシブ tablet
----------------------------------*/
@media screen and (max-width: 768px) {

.navi{
    margin: 0 auto;
}
h1{
    margin: 10px 0 0 10px
}
.menu-btn {
    margin: 0;
    line-height: 95px;
}
.menu-btn i:nth-of-type(1){
    top: 39px;
}
.menu-btn i:nth-of-type(2){
    top: 47px;
}
.menu-btn i:nth-of-type(3){
    top: 55px;
}
.navi .contact-btn{
    display: none;
}
.menu{
    width: 100vw;
}
.menu-navi{
    padding: 122px 0 0;
    margin: 0 auto 0 90px;
}
.menu-navi li {
    margin-bottom: 28px;
}
.menu .contact-btn{
    display: block;
    text-align: center;
    margin: 88px auto 0;
}

/* about
----------------------------------*/
#about {
    padding-top: 0px;
}
#about .flex-1{
    flex-direction: column;    
}
#about .flex-1 .right {
    order: 1;
    width: 100%;
    padding: 80px 0 0 40px;
    margin: 0 auto 50px 0;
}
#about .flex-1 .left {
    order: 2;
    width: 50%;
    margin: 0 20px 58px auto;
}
#about .flex-2 {
    margin-top: -200px;
}
.about-img2 {
    width: 22%;
    padding-top: 200px;
}
.about-img3 {
    width: 30%;
    padding-top: 380px;
}


/* gift
----------------------------------*/
#gift {
    margin-top: -130px;
}
.item-flex dl {
    font-size: 18px;
}
.candle-title-bg {
    height: 340px;
}
/* order
----------------------------------*/
#order .flex .left {
    width: 100%;
    min-width: auto;
    padding: 0 0 20px 0;
}
#order .flex .right {
    width: 300px;
}

/* story
----------------------------------*/
#story .left {
    width: 70%;
    min-width: auto;
    padding-right: 0;
}
#story .bg2 .left {
    padding: 0 0 0 0;
}
#story .bg4 .left {
    padding: 0 0 0 0;
}
#story .right {
    width: 90%;
    padding: 0 20px;
    min-width: auto;
}
.name {
    font-size: 20px;
    margin: 20px auto 0;
}
#story .text {
    height: 115px;
    font-size: 14px;
}
#story .bg2 .right{
    order: 2; 
}
#story .bg4 .right{
    order: 2;
}

#story .bg1::after{
    background-position: right;
    width: 100%;
    top: 90px;
    left:25px;
}
#story .bg2::after{
    background-position: left;
    width: 100%;
    top: 90px;
    right:25px;
}
#story .bg3::after{
    background-position: right;
    width: 100%;
    top: 90px;
    left:25px;
}
#story .bg4::after{
    background-position: left;
    width: 100%;
    top: 90px;
    right:25px;
}

/* faq
----------------------------------*/
#faq{
    margin-bottom: 80px;
}

/* footer
----------------------------------*/
#contact .inner-700{
    flex-direction: column;
}
#contact .left{
    margin-bottom: 60px;
}

}

 /* レスポンシブ sp
----------------------------------*/
@media screen and (max-width: 500px) {

h1 {
    width: 120px;
}
.menu-btn {
    line-height: 80px;
}
.menu-btn i:nth-of-type(1){
    top: 32px;
}
.menu-btn i:nth-of-type(2){
    top: 40px;
}
.menu-btn i:nth-of-type(3){
    top: 48px;
}

/* top
----------------------------------*/
.title {
    padding-top: 180px;
    margin-bottom: 77px;
}

/* about
----------------------------------*/
.inner-1300 {
    padding: 0 10px;
}
#about .flex-1 .right {
    padding: 80px 0 0 10px;
}
#about .flex-2 {
    margin-top: -220px;
}
.about-img1 {
    padding-top: 60px;
}
.about-img2 {
    width: 25%;
    padding-top: 190px;
}
.about-img3 {
    padding-top: 310px;
}

/* gift
----------------------------------*/
#gift {
    margin-top: 50px;
}
#gift h2 {
    padding: 80px 0 60px;
}
.item-title {
    background-position: bottom;
    margin-bottom: 30px;
}
.item-title span {
    font-size: 20px;
    line-height: 180%;
    padding: 0 0 6px 0;
    background-color: transparent;
}
.item-text {
    font-size: 14px;
    padding-bottom: 30px;
}
.item-flex {
    margin-bottom: 0;
}
.item-flex .left {
    width: 95%;
    margin: 0 auto;
}
.item-flex .right {
    width: 95%;
    margin: 0 auto;
}
.item-flex dl {
    margin-bottom: 20px;
}

/* candle
----------------------------------*/
.candle-title-bg {
    height: 280px;
}
.candle-title-bg .en-title {
    bottom: calc(50% - 120px);
}
#candle h2 {
    padding: 60px 0;
}
#candle .item-flex1 {
    margin-bottom: 40px;
}
#candle .item-flex1 dl:nth-of-type(1){
    margin-bottom: 0;
} 
#candle .item-flex2 {
    margin-bottom: 60px;
}
.asirai-text {
    font-size: 16px;
    line-height: 200%;
    padding-bottom: 80px;
}

/* order
----------------------------------*/
#order {
    margin-bottom: 80px;
}
.inner-1200 {
    padding: 0px 18px;
}
#order h2 {
    padding: 80px 0 20px;
}
#order h3 {
    letter-spacing: 0;
}
#order .flex {
    padding: 24px 0px;
}
.banner {
    padding: 20px 0 30px;
    width: 80%;
}

/* story
----------------------------------*/
#story .flex {
    justify-content: center;
    margin-bottom: 100px;
}
#story .left {
    width: 90%;
}
#story .right {
    width: 90%;
}
#story .text {
    height: 230px;
}
#story .bg1::after {
    width: 120%;
    top: 20%;
    left: -20px;
}
#story .bg2::after {
    width: 120%;
    top: 20%;
    right: -20px;
}
#story .bg3::after {
    width: 120%;
    top: 20%;
    left: -20px;
}
#story .bg4::after {
    width: 120%;
    top: 20%;
    right: -20px;
}

/* how
----------------------------------*/
#how {
    margin: 0 auto 80px;
}
#how h2 {
    font-size: 32px;
}
.inner-705 {
    width: 85%;
    padding: 0;
}
#how h3 span {
    font-size: 30px;
    top: -30px;
    left: 0;
}
#how .contact-btn {
    margin-bottom: 60px;
}

/* faq
----------------------------------*/
.inner-940 {
    margin: 0 auto 80px;
    padding: 0 ;
}
.label {
    font-size: 16px;
}
.question {
    margin-left: 10px;
    max-width: 70%;
}
.answer {
    width: 100%;
    max-width: 840px;
    margin-left: 10px;
    font-size: 12px;
}
#faq dl {
    padding: 20px 5px 0;
}
#faq dt {
    padding-bottom: 20px;
}
.faq-button i:nth-of-type(1) {
    position: absolute;
    top: 13px;
    right: 50%;
}
.faq-button i:nth-of-type(2) {
    transform: translateX(-13px) translateY(13px) rotate(90deg);
}
}