@charset "utf-8";
:root {
    --textColor: #333333;
    --bgColor: #dbf8fb;
    --bgColor02: #f7ef72;
    --height: 100vh;
    --mS: 7vw;
    --mM: 12vw;
    --mB: 15vw;
}
#wrapperContainer {
    background: #fff;
}
#wrapper {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--textColor);
    font-size: 85%;
    letter-spacing: 0.055rem;
    line-height: 1.6;
    background: var(--bgColor);
    @media (width >= 768px) {
        max-width: 780px;
    }
    & img{
        width: 100%;
        height: auto;
    }
    & a {
	  text-decoration: none;
	  color: var(--text-color);
	  display: block;
    }
    .pc {
	  display: none;
        @media (width >= 768px) {
            display: unset;
        }
    }
    & span.br {
        display: block;
    }
    & span.br_sp {
        display: block;
        @media (width >= 768px){
            display: unset;
        }
    }
    @media (width >= 768px){
      .sp {
          display:none;
        }
    }
	
	
  .moreBtn {
      width: fit-content;
      width: 87%;
      margin: 0 auto 0;
      & a {
          background-color: var(--bgColor02);
          border-radius: 50px;
          color: var(--textColor);
          padding: 1em 2.5em 1em 2em;
          position: relative;
          font-size: 110%;
          border: solid 1px var(--textColor);
          box-shadow: 0 0 16px rgba(46, 28, 26, 0.06);
          @media (width >= 768px){
			  font-size: 18px;
		  }
        }
        & a::after {
            position: absolute;
            right: 1.5em;
            top: calc(50% - 0.35rem);
            display: block;
            content: '';
            width: 0.6em;
            height: 0.6em;
            border-top: solid 1px var(--textColor);
            border-right: solid 1px var(--textColor);
            transform: rotate(135deg);
            transition: all 0.2s;
            @media (width >= 768px){
				top: calc(50% - 0.75rem);
			}
        }
    }
    .fontNotoRegular {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .fontNotomedium {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .fontNotoBold {
        font-family: noto-sans-cjk-jp, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .fontJuicy {
        font-family: juicy-simple-standard, sans-serif;
        font-weight: 100;
        font-style: normal;
    }
    #bgImg {
        background: url("/img_visu/genre/room_uv/bgImg.jpg") center / cover no-repeat;
        aspect-ratio: 780 / 3740;
        padding-top: 15.38vw;
        @media (width >= 768px){
			padding-top: 120px;
		}
    }
    #main-visual {
        width: 79%;
        margin: 0 auto;
        @media (width >= 768px){
			width: 617px;
		}
    }
    .lead {
        margin-top: var(--mM);
        font-size: 120%;
        @media (width >= 768px){
			margin-top: 100px;
			font-size: 26px;
		}
        & p:last-of-type {
            margin-top: var(--mS);
            font-size: 90%;
            @media (width >= 768px){
				margin-top: 60px;
				font-size: 24px;
			}
        }
    }
    .allBtn {
        margin: var(--mB) auto 18vw;
        width: fit-content;
        min-width: 75%;
        @media (width >= 768px){
            width: 460px;
			min-width: unset;
            margin: 90px auto 130px;
        }
       & a {
        background-color: var(--textColor);
        color: #fff; 
        @media (width >= 768px){
			padding: 25px 85px 25px 75px;
		}
        } 
        & a::after {
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
        }
    }
    #about {
        background-color: rgb(255 255 255 / 28%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 12vw 0 50vw 0;
        @media (width >= 768px){
			padding: 75px 0 250px;
		}
        & h4 {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }
        & li {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            margin-bottom: var(--mB);
            @media (width >= 768px){
				margin-bottom: 95px;
			}
            .text {
                font-size: 110%;
                @media (width >= 768px){
					font-size: 26px;
				}
            }
        }
        .list01 {
            .flexContainer {
                width: 57%;
                position: relative;
                z-index: 1;
            }
            .pointIcon {
                width: 20.6vw;
                margin: 18vw auto 10.90vw;
                @media (width >= 768px){
					width: 161px;
                    margin: 140px auto 88px;
				}
            }
            .textImg {
                width: 26.92vw;
                margin: 0 auto;
                @media (width >= 768px){
					width: 210px;
				}
            }
            .cutValue {
                margin: 8.33vw 0 0 6.15vw;
                @media (width >= 768px){
					width: 374px;
                    margin-top: 67px;
					margin-left: 48px;
				}
            }
            .model {
                width: 54%;
                border-radius: clamp(30px, 6.41vw, 50px) 0 0;
                overflow: hidden;
                margin-left: -7%;
                @media (width >= 768px){
					width: 420px;
					margin-left: -48px;
				}
            }

        }
        .list02 {
            display: block;
            margin-bottom: var(--mM);
            @media (width >= 768px){
				margin-bottom: 70px;
			}
            .flexBox {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
            }
            .model {
                width: 50.9%;
                border-radius: 0 clamp(30px, 6.41vw, 50px) clamp(30px, 6.41vw, 50px) 0;
                overflow: hidden;
                margin-right: auto;
                @media (width >= 768px){
					width: 397px;
				}
            }
            .flexContainer {
                width: 49.1%;
                margin: 0 auto;
            }
            .pointIcon {
                width: 20.6vw;
                margin: 0 auto var(--mS);
                @media (width >= 768px){
					width: 161px;
				}
            }
            .textImg {
                width: 37.7vw;
                margin: 0 auto;
                @media (width >= 768px){
					width: 294px;
				}
            }
            .flexContainer02 {
                margin-top:  var(--mS);
                @media (width >= 768px){
					margin-top:  70px;
				}
                .text {
                    margin-bottom: 1em;
                }
                .attention {
                    font-size: 80%;
                    @media (width >= 768px){
						font-size: 18px;
					}
                }
            }
        }
        .list {
            margin-left: 10%;
            margin-bottom: var(--mS);
            align-items: flex-end;
            @media (width >= 768px){
				margin-left: 150px;
				justify-content: left;
                margin-bottom: 50px;
			}
            .pointIcon {
                margin-right: 6%;
                @media (width >= 768px){
					margin-right: 40px;
				}
            }
            .text {
                margin-top: 0.5em;
            }
        }
        .list03 {
            .pointIcon {
                width: 16.54vw;
                @media (width >= 768px){
					width: 129px;
				}
            }
            .textImg {
                width: 26.28vw;
                @media (width >= 768px){
					width: 205px;
				}
            }
        }
        .list04 {
            .pointIcon {
                width: 16.54vw;
                @media (width >= 768px){
					width: 129px;
				}
            }
            .textImg {

                width: 19.49vw;
                @media (width >= 768px){
					width: 152px;
				}
            }
        }
    }
    #item {
        position: relative;
        z-index: 1;
        & h4 {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }
        .container {
            width: 89.74%;
            background: #FFF;
            border-radius: clamp(12px, 2.564vw, 20px);
            margin: -35vw auto 0;
            padding: var(--mM) 0;
            @media (width >= 768px){
                padding-top: 83px;
                padding-bottom: 5px;
				width: 700px;
				margin: -150px auto 0;
            }
        }
        .item {
            margin-bottom: var(--mB);
            @media (width >= 768px){
				margin-bottom: 150px;
			}
            .hEn {
                font-size: 200%;
                @media (width >= 768px){
					font-size: 48px;
				}
            }
            & h5 {
                font-size: 100%;
                margin-bottom: 6vw;
                @media (width >= 768px){
					font-size: 26px;
					margin-bottom: 65px;
				}
            }
            .modelBox {
                position: relative;
                .modelMain {
                    width: 78vw;
                    @media (width >= 768px){
						width: 574px;
					}
                }
                .check {
                    position: absolute;
                    width: 12vw;
                    @media (width >= 768px){
						width: 93px;
					}
                }
                .modelActive {
                    position: absolute;
                    & a:hover img {
						opacity: 1;
					}
                }
            }
            .name {
                margin: 5vw 0 0;
                @media (width >= 768px){
					margin-top: 78px;
                    font-size: 22px;
                    margin-bottom: 0.25em;
				}
            }    
            .block-goods-item--price--price.price.js-enhanced-ecommerce-goods-price {
                font-size: 100%;
                font-weight: bold;
                @media (width >= 768px){
                    font-size: 20px;
                }
            }
            .moreBtn {
               width: fit-content;
               margin-top: 3vw;
               @media (width >= 768px){
                    margin-top: 30px;
                }
               & a {
                    padding: 1.25em 4em 1.25em 3em;
                    @media (width >= 768px){
                        padding: 25px 85px 25px 75px;
                        font-size: 22px;
                    }
                }
               & a::after {
                   top: calc(50% - 0.35rem);
                   transform: rotate(45deg);
                   right: 2em;
                }
            }
        }
        #item01 {
            .modelMain {
                padding-right: 4.71%;
                margin-left: auto;
            }
            .check {
                right: 9%;
                top: 13%
            }
            .modelActive {
                width: 23.33vw;
                top: -8%;
                left: 3%;
                @media (width >= 768px){
					width: 182px;
				}
            }
            .modelBox02 {
                margin-top: var(--mM);
                .modelMain {
                    padding-left: 4.71%;
                    padding-right: unset;
                    margin-right: auto;
                    margin-left: unset;
                }
                .check {
                    left: 9%;
                    bottom: 12%;
                    top: unset;
                }
                .modelActive {
                    width: 23.33vw;
                    top: -4%;
                    right: 3%;
                    left: unset;
                    @media (width >= 768px){
						width: 195px;
					}
                }
            }
        }
      #item02 {
            .modelMain {
                padding-right: 4.71%;
                margin-left: auto;
            }
            .check {
                right: 9%;
                top: 20%;
            }
            .modelActive {
                width: 28vw;
                top: -7%;
                left: -1%;
                @media (width >= 768px){
					width: 220px;
				}
            }
            .modelBox02 {
                margin-top: var(--mM);
                .modelMain {
                    padding-left: 4.71%;
                    padding-right: unset;
                    margin-right: auto;
                    margin-left: unset;
                    margin-bottom: var(--mM);
                }
                .check {
                    left: 9%;
                    bottom: 12%;
                    top: unset;
                }
                .modelActive {
                    width: 25.5vw;
                    top: -7%;
                    right: -2%;
                    left: unset;
                    @media (width >= 768px){
						width: 205px;
					}
                }
            }
            .modelBox03 {
                .check {
                    right: 11%;
                    top: 14%;
                }
                .modelActive {
                    width: 30vw;
                    top: -5%;
                    left: -2.5%;
                    @media (width >= 768px){
						width: 245px;
					}
                }
            }
        }
        #item03 {
            .modelMain {
                margin: 0 auto;
            }
            .check {
                right: 18%;
                bottom: 13%;
            }
            .modelActive {
                width: 23.33vw;
                top: -8%;
                left: 3%;
                @media (width >= 768px){
					width: 182px;
				}
            }
        }
        .commingsoonBox {
            position: relative;
             .modelMain {
                margin: -0.5em auto;
				@media (width >= 768px){
					margin-top: -20px;
				}
            }
            .comminsoonIcon {
                position: absolute;
                top: 5%;
                left: 12.5%;
                aspect-ratio: 1 / 1;
                width: 23vw;
                background: var(--bgColor02);
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                @media (width >= 768px){
					width: 180px;
                    left: 14%;
					top: 6%;
				}
            }
            .text {
                line-height: 1.35;
                @media (width >= 768px){
					font-size: 26px;
				}
            }
            .attention {
                border: 1px solid var(--textColor);
                width: fit-content;
                margin: 2em auto -0.75em;
                padding: 0.35em 1.5em 0.25em;
                @media (width >= 768px){
					font-size: 22px;
					padding: 15px 1.75em 14px;
                    margin-bottom: -50px;
				}
            }
            .moreBtn {
                width: fit-content;
                margin-top: 3vw;
                @media (width >= 768px){
                     margin-top: 30px;
                }
                & span {
                    display: block;
                     padding: 1.25em 3em;
                     color: #fff;
                     background: var(--textColor);
                     border-radius: 50px;
                     font-size: 90%;
                     @media (width >= 768px){
                         padding: 25px 85px 25px 75px;
                         font-size: 22px;
                     }
                 }
            }

        }
    }
    #topics {
        background: linear-gradient(180deg, var(--bgColor) 0%, var(--bgColor) 70%, var(--bgColor02) 70%, var(--bgColor02) 100%);
        & h4 {
            font-size: 200%;
            @media (width >= 768px){
				font-size: 48px;
			}
        }
        .hEn {
            font-size: 100%;
            @media (width >= 768px){
				font-size: 26px;
                margin-bottom: 50px;
			}
        }
        padding: 12vw 0 10vw;
        @media (width >= 768px){
			padding: 95px 0 75px;
		}
        & ul {
            margin: 7.44vw 2.69vw 0;
            display: flex;
            justify-content: center;
            @media (width >= 768px){
				margin: 0 30px;
			}
            & li {
				max-width: 70vw;
                @media (width >= 768px){
					max-width: 450px;
				}
			}
            & li:nth-child(even) {
                margin-left: 2.69vw;
                @media (width >= 768px){
					margin-left: 20px;
				}
            }
        }
    }
}

/*SEO対策追加分CSS*/
#wrapper .t_box {
    width: 80%;
    margin: -10% auto 10%;
}
#wrapper .catch, .catch2,.catch3 {
    font-size: 6.5vw;
    line-height: 120%;
}	
#wrapper .catch {
    text-align: center;
    margin-top: -10%;
}
#wrapper .catch2,.catch3 {
   font-weight: bold;	
}		
#wrapper .catch2 {
   margin: 0 0 -2.5% -40%;
}	
#wrapper .catch3 {
    margin: 0 0 -2.5% -55%;
}	
#wrapper .line {
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(238 221 77 / 60%);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
#wrapper .f-mini {
    letter-spacing: 1px;
    font-size: 4vw;
}
#wrapper .att {
    position: absolute;	
    font-size: 2.8vw;	
    right: 4%;	
    bottom: 43.4%;	
	}	
		
@media (min-width: 768px) {
#wrapper .catch,.catch2,.catch3 {
    font-size: 4.5rem;
}
#wrapper .catch {
    font-weight: 600;
}
#wrapper .catch2 {
    margin: 0 0 -2.8% -43%;
}	
#wrapper .f-mini {
    font-size: 3rem;
}
#wrapper .att {
   font-size: 1.5rem;
   right: 7.5%;
   bottom: 40.5%;
}
}
	
	
/*カット率箇所*/
#wrapper .cut_t {
    width: 68%;
    position: absolute;
    top: 67%;
    left: 20%;
}
#wrapper .tit {
    font-size: 3.5vw;
    letter-spacing: 3px;
}
#wrapper .cu-p {
    font-size: 20vw;
    margin-top: -12%;
}
#wrapper .se {
    font-size: 8vw;
}
	
@media (min-width: 768px) {	
#wrapper .tit {
    font-size: 2.8rem;
}
#wrapper .cu-p {
    font-size: 15rem;
}
#wrapper .se {
    font-size: 5.8rem;
}
}
	
/*item pick up*/	
#wrapper .i-catch p,.i-catch2 p,.i-catch3 p {
    font-size: 2.8vw;
}
#wrapper .i-catch {
    margin: 8% 0 -3.5%;
}
#wrapper .i-catch2 {
    margin: -8% 0 10%;
}
#wrapper .i-catch3 {
    margin-top: 6%;
}

@media (min-width: 768px) {	
#wrapper .i-catch p,.i-catch2 p,.i-catch3 p {
    font-size: 2.3rem;
}	
#wrapper .i-catch {
        margin: 10% 0 -13%;
 }
#wrapper .i-catch3 {
    margin-bottom: -3%;
    }
}


/*ポイントカード*/
.uv-scene-mini, .uv-scene-mini2, .uv-scene-mini3 {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}
.uv-scene-mini {
    margin: -10% auto 0;
}
.uv-scene-mini2 {
    margin: -5% auto 0;
}
.uv-scene-mini3 {
    margin: -5% auto 0;
}
.uv-scene-mini__card {
    background: #F3FAFD;
    border: 1px solid #DCEFF6;
    border-left: 3px solid #A9D8EC;
    border-radius: 12px;
    padding: 0 16px 14px;
    overflow: hidden;
    text-align: left;
}
.uv-scene-mini__eyebrow {
    display: block;
    margin: -3% 0 -8% 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #6FB6D9;
}
.uv-scene-mini__scene {
    padding-bottom: 5px;
    font-size: 3.3vw;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2E2E2E;
    border-bottom: 1px solid #DCEFF6;
}
.uv-scene-mini__points {
    list-style: disc;
    margin: -3% 0 0 0;
    padding-left: 10px;
}
.uv-scene-mini__points li {
    font-size: 2.8vw;
    color: #767676;
}
  .uv-scene-mini__points li + li { margin-top: 3px; }

  @media (max-width: 480px) {
    .uv-scene-mini, .uv-scene-mini2, .uv-scene-mini3 { max-width: 95%; padding: 0 4px; }
    .uv-scene-mini__card { padding: 12px 14px; }
  }

@media (min-width: 768px) {
.uv-scene-mini,.uv-scene-mini2,.uv-scene-mini3 {
      max-width: 550px;
}
.uv-scene-mini {
   margin: 10% auto 0;
}
.uv-scene-mini2 {
    margin: 15% auto -10%;
}	
.uv-scene-mini3 {
    margin: -2% auto 0;
}
.uv-scene-mini__eyebrow {
    margin: -1% 0 -3.2% 0;
    font-size: 12px;
}
.uv-scene-mini__scene {
    font-size: 2rem;
}
.uv-scene-mini__points {
    margin: -1% 0 0 0;
}
.uv-scene-mini__points li {
    font-size: 1.8rem;
}

}
	
/*質問*/	
#qa-section .f-s {
   margin-top: 8%;	
   font-size: 200%;	
	}	
#qa-section .hEn {
    font-size: 100%;
    margin-bottom: 3%;
}	
#wrapper .qa-att {
    font-size: 2.5vw;
    text-align: left;
    padding: 2% 0 0 3%;
}
	
	
@media (min-width: 768px) {
#qa-section  .f-s {
	font-size: 48px;
}	
#qa-section .hEn {
    font-size: 26px;
    margin-bottom: 35px;
}
#wrapper .qa-att {
    font-size: 1rem;
}	
}	

/* Q&A全体の設定 */
.qa-section {
  max-width: 780px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}

/* タイトル部分 */
.qa-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.qa-subtitle {
  font-size: 12px;
  color: #888888;
  text-align: center;
  margin-bottom: 30px;
}

/* コンテナ */
.qa-container {
    border-top: 1px solid #9dbbca;
	background-color: #ffffff;
	width: 95%;
	margin: 0 auto;
}

/* 各質問の枠 */
.qa-item {
    border-bottom: 1px solid #9dbbca;
}	
/* 質問部分（クリックエリア） */
.qa-question {
  padding: 20px 40px 20px 40px; /* 左右にアイコン分のマージン */
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  list-style: none; /* デフォルトの三角矢印を消す */
  display: block;
}
/* 元の矢印を非表示（Safari対策） */
.qa-question::-webkit-details-marker {
  display: none;
}

/* Qの頭文字アイコン */
.qa-question::before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ff94a4; /* aimerfeelらしいピンクのアクセントカラー */
  font-weight: bold;
}
/* 右側の開閉プラス・マイナスアイコン */
.qa-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999999;
  transition: transform 0.3s ease;
}

/* アコーディオンが開いているときのスタイル */
.qa-item[open] .qa-question::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}
/* 回答部分 */
.qa-answer {
  padding: 0 40px 20px 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  position: relative;
  text-align: left; 
  animation: fadeIn 0.4s ease;
}

/* Aの頭文字アイコン */
.qa-answer::before {
  content: "A";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: bold;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ（スマホ対応） */
@media screen and (max-width: 780px) {
  .qa-title {
    font-size: 18px;
  }
 .qa-question, .qa-answer {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .qa-question::before, .qa-answer::before {
    left: 5px;
    font-size: 14px;
  }
}		
