@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFEDE8;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'Noto Sans JP', "yu-gothic-pr6n", sans-serif;
}

.wrapper {
  margin: 0 auto;
  background-color: #FFEDE8;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* 文字サイズ========================= */
.text {
  display: inline-block;
  /* 画面幅に合わせて改行 */
}

p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #464646;
}
/* スクロールバー====================== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 237, 232, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #99A799;
  border-radius: 4px;
}

/* アロマ診断ボタン 左下固定============ */
.btn_analyze {
  position: fixed;
  left: 70px;
  bottom: 30px;
  z-index: 104;
  width: 300px;
  line-height: 5.6rem;
  border: 1px solid #ffffff;
  border-radius: 28px;
  text-align: center;
  background-image: linear-gradient(90deg, #e19dc0, #e0cb9d, #a5e09d, #9ddbe0, #b09de0, #e19dc0);
  background-size: 200% 100%;
  animation: btn_gradation 8.0s linear infinite;
  transition-duration: 0.3s;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

.btn_analyze a {
  color: #ffffff;
  display: block;
}

.btn_analyze a img {
  margin-bottom: -5px;
  margin-left: 3px;
}

@keyframes btn_gradation {
  100% {
    background-position: 200%;
  }
}

@media (hover:hover) {
  .btn_analyze:hover {
    transform: scale(1.04);
  }
}

/* ヘッダー======================== */
header {
  position: fixed;
  z-index: 105;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  box-shadow: 1px 1px 2px 0 rgb(0, 0, 0, 0.4);
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

header h1 {
  font-size: 2.4rem;
  /* width: 80%; */
}

nav.g_navi ul li {
  display: inline-block;
  margin-right: 30px;
}

nav.g_navi ul li a {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #464646;
  line-height: 40px;
  transition-duration: 0.3s;
}

@media (hover:hover) {
  header h1 a:hover {
    filter: opacity(0.7);
  }
  .g_navi ul li a:hover {
    filter: opacity(0.7);
  }
}

/* ハンバーガーメニューの非表示=========== */
.btn, .toggle_g_navi, .toggle_logo {
  display: none;
}

/*上に上がる動き======================*/
#move.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
  opacity: 1;
	transform: translateY(0);
  }
  to {
  opacity: 0;
	transform: translateY(-100px);
  }
}

/*下に下がる動き======================*/
#move.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  opacity: 0;
	transform: translateY(-100px);
  }
  to {
  opacity: 1;
	transform: translateY(0);
  }
}

/* メインビジュアル=================== */
.main_vis_content {
  position: relative;
  height: 100vh;
}

.main_visual {
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.main_visual h2 {
  position: absolute;
  top:145px;
  left:150px;
  z-index: 3;
  color: #95504b;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 4.8rem;
  text-shadow: 1px 0 20px rgba(255, 255, 255, 0.7);
}

.main_visual h2 br {
  display: none;
}

div.main_vis_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 85vh;
  border-radius: 0 0 0 70px;
}

/* aroma lifeについて================== */
.about {
  margin-top: 30px;
}

.about h2 {
  text-align: center;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.about_content {
  margin: 80px 70px 70px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.about_img_box {
  width: calc((100% / 2) - 25px);
  position: relative;
}

.about_img_box figure {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_img_1 {
  display: block;
  width: 100%;
  height: auto;
}

.about_img_2 {
  display: block;
  width: 67%;
  height: auto;
  margin-left: 30px;
}

.about section {
  width: calc((100% / 2) - 25px);
  padding-right: 30px;
}

.about section h3 {
  color: #95504b;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 4.8rem;
}

.about_inner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: right;
  margin: 30px 0 70px 0;
}

.about_txt {
  line-height: 30px;
  width: 100%
}

/* ボタン共通設定================ */
.btn_more a {
  display: block;
  width: 265px;
  border: solid 1px #95504b;
  border-radius: 29px;
  line-height: 58px;
  padding-left: 30px;
  color: #95504b;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}

.btn_more a img {
  margin-left: 15px;
}

@media (hover:hover) {
  .btn_more a:hover {
    opacity: 0.7;
  }
}

.about_content .btn_more a {
  margin: 70px 0 0 0;
}

/* 3つのメリット====================== */
.merit {
  width: 100%;
  padding: 100px 0;
  background-color: #D3E4CD;
}

.merit h2 {
  text-align: center;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.merit_content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.merit_content_inner {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.merit_content .fade_right {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 0.7s;
}

.merit_content .fade_left {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 0.7s;
}

.fade_up {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 0.5s;
}
 
.fade_right.active, .fade_left.active, .fade_up.active {
  opacity : 1;
  transform : translate(0, 0);
}

.merit_more {
  width: calc(100% - 390px);
}

.merit_content figure {
  width: 340px;
}

.merit_more h3 {
  color: #95504B;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 3.6rem;
}

.merit_more p {
  margin-top: 30px;
  line-height: 30px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.merit_content_inner img {
  width: 100%;
}

.merit_content .btn_more a {
  margin: 50px 0 0 calc(100% - 365px);
}

/* ご利用者様の声========================== */
.review {
  width: 100%;
  padding: 70px;
}

.review h2 {
  text-align: center;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.review_content {
  margin: 50px 0 0 0;
}

.review_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(255px,1fr));
  gap: 20px;
  justify-content: center;
}

.review_content_inner .fade_right {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 0.7s;
}

.review_content_inner .fade_right.active {
  opacity : 1;
  transform : translate(0, 0);
}

.review_content .btn_more a {
  margin: 0 auto;
}

/* ご利用の流れ========================= */
.howto {
  padding: 70px;
  background: linear-gradient(180deg, #D3E4CD, #FFEDE8);
}

.howto h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.howto_inner {
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
  color: #7f8a7f;
}

.howto_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
} 

.howto_box section {
  width: calc(100% - 450px);
}

.number {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 5.0rem;
  color: #7f8a7f;
}

.howto_inner p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 4.8rem;
  color: #7f8a7f;
}

.howto_inner p em {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #7f8a7f;
}

/* スクロールアイコン 右下固定===== */
.scroll_icon {
  position: fixed;
  right: 30px;
  bottom: 5px;
  transition: 0.5s;
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  -ms-animation: spin 10s linear infinite;
  -o-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* フッター============================ */
footer {
  background-color: #464646;
  width: 100%;
  height: 450px;
  padding: 70px 70px 30px 70px;
  font-size: 1.6rem;
  color: #ffffff;
}

.footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-content: space-between;
  width: 80%;
  height: 60%;
  margin: 0 auto;
}

.l_navi {
  margin-bottom: 50px;
}

.l_navi ul li {
  display: inline-block;
  margin-right: 40px;
}

.l_navi ul li:last-child {
  margin-right: 0;
}

.l_navi ul li a {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #ffffff;
}

footer h2 {
  width: 50%;
  text-align: center;
}

footer h2 img {
  width: 100%;
  height: auto;
}

.sns {
  margin-top: 46px;
  display: flex;
  justify-content: right;
  text-align: right;
  align-content: flex-end;
  width: 100%;
  text-align: right;
}

.sns a {
  margin-left: 40px;
  width: 32px;
  height: 32px;
}

.sns a img {
  width: 100%;
  height: auto;
}

@media (hover:hover) {
  .l_navi ul li a:hover {
    filter: opacity(0.7);
  }
  .sns a:hover {
    filter: opacity(0.7);
  }
}

small {
  margin-top: 20px;
  display: block;
  text-align: right;
  font-size: 1.4rem;
}

/* アロマ診断 counseling.html=========== */
.question {
  width: 100%;
}

.question h2 {
  padding-top: 140px;
  padding-bottom: 50px;
  text-align: center;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.question_inner {
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
}

.question_inner h3, .question_inner p {
  text-align: center;
  color: #464646;
}

.question_inner h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.question .fade_right {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 0.7s;
}

.question .fade_right.active {
  opacity : 1;
  transform : translate(0, 0);
}

.balloon1, .balloon2 {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 25px;
  min-width: 120px;
  max-width: 100%;
  font-size: 1.6rem;
  background-color: #D3E4CD;
  border-radius: 30px;
}

.balloon1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background-color: #D3E4CD;
  border-radius: 50%;
}

.balloon1::after {
  content: "";
  position: absolute;
  left: -27px;
  width: 20px;
  height: 18px;
  bottom: 20px;
  background: #D3E4CD;
  border-radius: 50%;
}

.balloon2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D3E4CD;
}

/* アロマ診断============ */
.choose_box {
  position: relative;
  width: 100%;
  background-color: #D3E4CD;
}

.fit {
  position: absolute;
  left: 0px;
  top: 20px;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.choose_box h3 {
  display: block;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
  color: #7f8a7f;
}

#q_01 h3 {
  font-size: 4.0rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #95504B;
}

.choose_box ul {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 30px;
  align-items: start;
}

.choose_box ul li a {
  display: block;
  padding: 20px 50px;
  background-color: #7f8a7f;
  border-radius: 60px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(100 100 100 / 10%), -2.8285px -2.8285px 5px 0px #b5ceb5;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
}

.choose_box ul li.start a {
  width: 300px;
  margin: 0 auto;
}

@media (hover:hover) {
  .choose_box ul li a:hover {
  background-color: #7f8a7f;
  color: #ffffff;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(0 0 0 / 20%) inset, -2.8285px -2.8285px 5px 0px #b5ceb5 inset;
}
}

/* 診断結果====================== */
.result_box {
  width: 100%;
}

h4 {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-size: 3.0rem;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  background-color: #95504B;
  border-radius: 60px;
}

.result_box_2 {
  margin-top: 30px;
}

.result {
  padding: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.result section {
  width: 100%;
}

.result section h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #7f8a7f;
  margin-bottom: 14px;
}

.result section p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-align: left;
  color: #464646;
  line-height: 3.0rem;
}

.result figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}

.result figure figcaption {
  width: calc(100% - 285px);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #464646;
  line-height: 3.0rem;
}

.result figure figcaption dl dt {
  float: left;
  width: 95px;
  text-align: right;
}

.result figure figcaption dl dd {
  margin-left: 104px;
}

.result_inner {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

#q_05 a, #q_06 a, #q_07 a, #q_08 a, #q_09 a, #q_10 a, #q_11 a, #q_12 a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

/* シェア、プラン選択ボタン */
.result_inner .btn_b {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #464646;
}

/* アロマ診断トップへ戻る */
#q_05 .btn_c, #q_06 .btn_c, #q_07 .btn_c, #q_08 .btn_c, #q_09 .btn_c, #q_10 .btn_c, #q_11 .btn_c, #q_12 .btn_c {
  display: block;
  margin-top: 30px;
  width:100%;
  color: #7f8a7f;
}

@media (hover:hover) {
  .result_inner .btn_b:hover {
    text-decoration: underline;
  }
  #q_05 a:hover, #q_06 a:hover, #q_07 a:hover, #q_08 a:hover, #q_09 a:hover, #q_10 a:hover, #q_11 a:hover, #q_12 a:hover {
    text-decoration: underline;
  }
}

/* プラン選択 plan.html 共通設定======== */
.aroma_select {
  padding: 140px 30px 30px 70px;
}

.plan_select {
  padding: 70px 50px;
}

.aroma_select h2, .plan_select h2 {
  text-align: center;
  margin-bottom: 70px;
  color: #7f8a7f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.0rem;
}

.recommend {
  position: relative;
}

.recommend h3::before {
  content: "おすすめ";
  position: absolute;
  top: -40px;
  right: -10px;
  z-index: 5;
  line-height: 70px;
  width: 70px;
  text-align: center;
  background-color: #95504B;
  color: #ffffff;
  border-radius: 35px;
  font-size: 1.4rem;
}

.no1 {
  position: relative;
}

.no1 h3::before {
  content: "人気No.1";
  position: absolute;
  top: -40px;
  right: -10px;
  z-index: 5;
  line-height: 70px;
  width: 70px;
  text-align: center;
  background-color: #95504B;
  color: #ffffff;
  border-radius: 35px;
  font-size: 1.4rem;
}

.try {
  position: relative;
}

.try h3::before {
  content: "初回限定";
  position: absolute;
  top: -40px;
  right: -10px;
  z-index: 5;
  line-height: 70px;
  width: 70px;
  text-align: center;
  background-color: #95504B;
  color: #ffffff;
  border-radius: 35px;
  font-size: 1.4rem;
}

/* 香りを選ぶ========================= */
.aroma_select_inner {
  display: block;
  width: 360px;
  min-height: 590px;
  margin: 40px 0 10px 0;
  padding: 30px 15px;
  color: #464646;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(100 100 100 / 10%);
  background-color: #fdf6f5;
  position: relative;
}

.aroma_select_inner h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.aroma_select_inner figure {
  width: 100%;
}

.aroma_select_inner img {
  width: 100%;
  height: auto;
}

.aroma_select_inner figcaption {
  margin: 15px 0;
  width: 100%;
  text-align: justify;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.6rem;
}

.aroma_btn {
  display: block;
  width: 260px;
  height: 55px;
  padding: 15px 25px;
  color: #fff;
  background-color: #7f8a7f;
  border-radius: 30px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(100 100 100 / 10%), -2.8285px -2.8285px 5px 0px #fdf6f5;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 130px);
}

.slider dl dt {
  float: left;
  width: 95px;
  text-align: right;
}

.slider dl dd {
  margin-left: 104px;
}

.slider .slick-dots li button::before {
  width: none;
  padding: 0;
  box-shadow: none;
}

.slider {
  margin: 0 auto;
  width: 100%;
}

.slider .slick-slide {
  margin-left:27px;
}

.slider .slick-list {
  margin-left:-27px;
}

.slider .slick-prev {
  left: 0;
}

.slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
}

.slider .slick-next {
  right: 0;
}

.slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.slider .slick-arrow {
  width: initial;
  height: initial;
  z-index: 2;
}

.slider .slick-arrow::before {
  font-size: 3.0rem;
  color: #7f8a7f;
}

/* プランを選ぶ======================= */
.plan_select_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(330px,1fr));
  gap: 30px;
}

.plan_select_inner a {
  display: block;
  text-decoration: none;
  color: #464646;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(100 100 100 / 10%);
  background-color: #fdf6f5;
}

.plan_select_inner h3 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.plan_select_inner img {
  width: 100%;
  height: auto;
}

.plan_select_inner figcaption {
  margin: 15px 0;
  text-align: justify;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.6rem;
}

.btn_application a {
  color: #fff;
  display: block;
  width: 330px;
  margin-top: 85px;
  margin-left: calc(50% - 165px);
  padding: 20px 60px;
  text-align: center;
  background-color: #7f8a7f;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 60px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgb(100 100 100 / 20%);
}

@media (hover:hover) {
  .aroma_select_inner:hover {
    box-shadow: 2.8285px 2.8285px 5px 0px rgb(0 0 0 / 20%) inset, -2.8285px -2.8285px 5px 0px #fdf6f5 inset;
  }
  a.aroma_btn:hover {
    box-shadow: 2.8285px 2.8285px 5px 0px rgb(0 0 0 / 20%) inset, -2.8285px -2.8285px 5px 0px #b8cfb8 inset;
  }
  .plan_select_inner a:hover {
    box-shadow: 2.8285px 2.8285px 5px 0px rgb(0 0 0 / 20%) inset, -2.8285px -2.8285px 5px 0px #fdf6f5 inset;
  }
  .btn_application a:hover {
    box-shadow: 2.8285px 2.8285px 5px 0px rgb(0 0 0 / 20%) inset, -2.8285px -2.8285px 5px 0px #b8cfb8 inset;
  }
}

/*max-widht:768px =====================*/
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }

  /* ナビメニューの非表示 */
  .g_navi {
    display: none;
  }

  header h1 {
    width: 100%;
    text-align: center;
  }

  /* ハンバーガーメニューの表示 */
  .btn, .toggle_g_navi {
    display: block;
  }

  .btn {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 9999;
  }
  
  .btn span {
    display: block;
    height: 2px;
    width: 20px;
    margin-bottom: 6px;
    background-color: #464646;
    transition: 0.5s;
  }
  
  .btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5.5px,5.5px);
  }

  .btn.active span:nth-child(2) {
    opacity: 0;
  }

  .btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5.5px,-5.5px);
  }
  
  .toggle_g_navi {
    background-color: #D3E4CD;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 100%;
    z-index: 200;
    transition: 0.5s;
  }

  .toggle_g_navi ul {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
  }

  .toggle_g_navi ul li a {
    display: block;
    width: 180px;
    margin: 0 auto;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 5.6rem;
    color: #7f8a7f;
    text-align: center;
  }

  .toggle_logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
  }

  .toggle_logo img {
    width: 100%;
  }

  .toggle_g_navi.active {
    left: 0;
  }

  header.active {
    height: 100vh;
  }

  /* topページのmain以下 */
  div.main_vis_slider {
    width: 85%;
  }

  .main_visual h2 {
    position: absolute;
    top:105px;
    left:150px;
  }

  .about_txt {
    width: 100%;
  }

  .merit_content_inner {
    margin-bottom: 140px;
  }

  .merit_content .fade_right {
    padding-left: 70px;
  }

  .merit_content .fade_left {
    padding-right: 70px;
  }

  .merit_content_inner figure {
    overflow: hidden;
  }

  .merit_content_inner img {
    width: 100%;
    height: auto;
  }

  .howto {
    padding: 70px 30px;
  }

  .howto_box {
    justify-content: center;
  }

  .howto_box section {
    width: 100%;
  }

  footer {
    height: 300px;
    padding: 70px 30px;
  }

  .footer_inner {
    height: none;
  }

  .l_navi {
    display: none;
  }

  /* アロマ診断 */
  .choose_box ul {
    width: 95%;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  }
  /* プラン選択 */
  .aroma_select {
  padding: 140px 0 0 40px;
  }
  .aroma_select_inner {
    min-height: 650px;
  }
  .aroma_btn {
    width: 200px;
    left: calc(50% - 100px);
  }
}

/*max-widht:520px =====================*/
@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%;
  }

  header h1 a img {
    width: 80%;
  }

  .btn_analyze {
    left: 25px;
  }

  .main_visual h2 {
    left:65px;
    font-size: 4.0rem;
  }

  .about_content {
    justify-content: center;
    margin-left: 50px;
  }

  .about_img_box {
    width: 100%;
    order: 2;
  }

  .about_content section {
    width: 100%;
    order: 1;
  }

  .merit_content {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  .merit_content_inner {
    justify-content: center;
  }

  .merit_content .fade_right {
    padding: 0;
  }

  .merit_content .fade_left {
    padding: 0;
  }

  .merit_more {
    width: 80%;
    order: -1;
    margin-bottom: 30px;
  }

  .merit_content .btn_more a {
    margin-left: calc(50% - 132.5px);
  }

  .review {
    padding: 70px 30px;
  }

  .review_content_inner {
    display: block;
  }

  .review_content_inner figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .howto_box img {
    width: 80%;
    height: auto;
  }

  footer h2 {
    width: 80%;
  }

  .sns {
    margin-top: 0;
  }

  small {
    margin-top: 74px;
  }

  /* アロマ診断 */
  .question_inner {
    display: block;
  }
  .balloon1::before {
    display: none;
  }
  
  .balloon1::after {
    display: none;
  }
  .balloon2::before {
    display: none;
  }
  .choose_box ul {
    grid-template-columns: repeat(auto-fit,minmax(165px,1fr));
    gap: 20px;
  }
  .choose_box ul li a {
    padding: 20px 15px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .result_box h4 {
    max-width: 300px;
  }
  .result {
    max-width: 300px;
  }
  .result figure {
    justify-content: center;
  }
  .result figure figcaption {
    width: 100%;
    margin-top: 10px;
  }
  /* プラン選択 */
  .aroma_select_inner h3 {
    font-size: 2.0rem;
  }
  .plan_select {
    padding: 70px 10px;
  }
  .plan_select_inner a {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .slider .slick-slide {
    margin-left: 15px;
  }
  .slider .slick-prev {
    left: -30px;
 }
}
/*max-widht:350px =====================*/
@media screen and (max-width: 350px) {
  .scroll_icon {
    right: 30px;
    bottom: 90px;
  }
}
