﻿/*------------------------------*/
/* front-page */
/*------------------------------*/
/*---------- fv ----------*/
.fv {
  position: relative;
  overflow: hidden;
  background-color: var(--c-primary);
  padding: min(24vw, 96px) min(4vw, 16px) min(29vw, 116px); 
}
.fv_img {
  width: 100%;
  display: block;
}

.fv_illust {
  width: min(30vw, 120px);
  height: min(30vw, 120px);
}

.fv .fv_illust {
  position: absolute;
  bottom: 79.83px;
  right: -25px;
}

/*---------- home_about ----------*/
.home_about_container {
  width: 100%;
  display: flex;
  position: relative;
}
.home_about_side {
  flex: 0 1 min(16vw, 64px);
  height: auto;
  position: relative;
}
.home_about_main {
  flex: 1 1 0;
  padding: min(37.75vw, 151px) min(6vw, 24px) min(50vw, 200px) min(7.5vw, 30px);
  background-color: var(--c-yellow);
  color: var(--c-white);
}
.home_about_txtArea {
  margin: 0 0 min(8.25vw, 33px);
  padding: 0 0 0 min(3vw, 12px);
}
.home_about_ttl {
  font-weight: 400;
  font-size: min(6vw, 24px);
  line-height: 1.83;
  letter-spacing: -0.01em;
  display: block;
  margin: 0 0 min(8vw, 32px);
}
.home_about_gallery {
  height: min(73.5vw, 294px);
  position: relative;
}
.home_about_image {
  width: min(77.75vw, 311px);
  height: min(80vw, 320px);
  position: absolute;
  bottom: min(14.75vw, 59px);
  left: 0;
}

.home_about_container .fv_illust {
  position: absolute;
  top: -52.89px;
  left: 44.25%;
}
@media screen and (min-width: 768px){
  .home_about_container .fv_illust {
    left: min(44.25vw, 177px);
  }
}

/*---------- home_flow ----------*/
.home_flow {
  background-color: var(--c-primary);
  padding: min(13.75vw, 55px) 0 min(20.75vw, 83px);
  position: relative;
}
.home_flow_container {
  padding: 0 min(7.5vw, 30px);
}
.home_flow_head {
  width: fit-content;
  margin: 0 auto min(3.75vw, 15px);
}
.home_flow_head h2 {
  font-weight: 700;
  font-size: min(6vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--c-white);
}
.home_flow_thumb {
  width: 100%;
  position: relative;
}
.home_flow_catch {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 12.25vw;
  left: 0;
} 
@media screen and (min-width: 768px){
  .home_flow_catch {
    top: min(12.25vw, 49px);
  } 
}
.home_flow_catch p {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-font);
  display: block;
  width: fit-content;
  padding: 4px 8px 5px;
  background-color: var(--c-white);
} 

.home_flow_mark {
  width: min(32.5vw, 130px);
  height: min(32.5vw, 130px);
  position: absolute;
  bottom: -12px;
  left: -12px;
}
.home_flow_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(6.75vw, 27px);
  margin: min(13.75vw, 55px) 0 0;
}
.home_flow_column .btn {
  height: min(16.25vw, 65px);
}

.btn-buy {
  background-color: var(--c-white);
}
.btn-buy::after {
  background-color: var(--c-primary);
}
.btn-buy .txt {
  font-size: min(5vw, 20px);
  color: var(--c-primary);
  display: block;
  width: 100%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px){
  .btn-buy:hover {
    background-color: transparent;
  }
  .btn-buy:hover::after {
    background: var(--c-white);
  }
  .btn-buy:hover .txt {
    color: var(--c-white);
  }
}

.btn-detail .txt {
  font-size: min(3.5vw, 14px);
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px){
  .btn-detail:hover::after {
    background: var(--c-primary);
  }
  .btn-detail:hover .txt {
    color: var(--c-primary);
  }
}

.illust01 {
  width: min(43.5vw, 174px);
  height: min(41vw, 164px);
}
.home_flow .illust01 {
  position: absolute;
  top: -141px;
  left: 55.75%;
}
@media screen and (min-width: 768px){
  .home_flow .illust01 {
    left: min(55.75vw, 223px);
  }
}

/*---------- home_what ----------*/
.home_what {
  position: relative;
  padding: min(35.5vw, 142px) min(10vw, 40px) min(10vw, 40px);
  background-color: var(--c-secondry);
}
.home_what_ttl {
  color: var(--c-font);
}
.home_what_ttl_en {
  font-weight: 900;
  font-size: min(5vw, 20px);
  line-height: 1.44;
  letter-spacing: 0.14em;
  display: block;
  margin: 0 0 min(5vw, 20px);
}
.home_what_ttl_jp {
  font-weight: 800;
  font-size: min(10.5vw, 42px);
  line-height: 1.39; 
  letter-spacing: -0.02em;
  display: block;
  margin: 0 0 min(5vw, 20px);
}
.home_what_ttl_jp span {
  margin: 0 0 0 -16px;
}
.home_what_txt p {
  line-height: 2.27;
  letter-spacing: 0.15em;
  text-align: justify;
  color: var(--c-font);
}
.home_what_txt p span {
  font-weight: 500;
  line-height: 1;
  font-size: min(8vw, 32px);
}
.home_what_txt p small {
  font-size: min(3vw, 12px);
}
.home_what_txt p small.notes {
  position: relative;
  top: -8px;
}

.illust02 {
  width: min(31vw, 124px);
  height: min(31vw, 124px);
}
.home_what .illust02 {
  position: absolute;
  top: -28px;
  left: min(5.25vw, 21px);
}

/*---------- home_loop ----------*/
.home_loop_slide_img {
  height: min(60.5vw, 242px);
}

/*---------- home_features ----------*/
.home_features {
  overflow: hidden;
  padding: min(5.75vw, 23px) min(7vw, 28px) min(20.25vw, 81px);
  background-color: var(--c-primary);
}
.home_features_head {
  margin: 0 0 min(19vw, 76px);
}
.home_features_mark {
  width: min(32vw, 128px);
  height: min(32vw, 128px);
  margin: 0 auto min(10.75vw, 43px) 0;
}
.home_features_ttl {
  width: 100%;
  padding: 0 min(5.75vw, 23px) 0 min(11.25vw, 45px);
  position: relative;
}
.home_features_ttl .section_head {
  color: var(--c-white);
  top: 64px;
  left: -75px;
  translate: 0 0;
}
.home_features_ttl .section_head_icon::after {
  background: var(--c-white);
}
.home_features_ttl h2 {
  font-size: min(8vw, 32px);
  line-height: 1.66;
  letter-spacing: 0.16em;
  color: var(--c-white);
  display: block;
  padding: 0 0 min(7.5vw, 30px);
  border-bottom: 1px solid var(--c-white);
}
.home_features_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(22vw, 88px);
}
.home_features_item {
  padding: min(16.75vw, 67px) min(7.5vw, 30px) min(15vw, 60px);
  background-color: var(--c-white);
  border-radius: 30px;
  position: relative;
}
.home_features_item:nth-child(2) {
  padding: min(16.75vw, 67px) min(7.5vw, 30px) min(6vw, 24px);
}
.home_features_item_number {
  position: absolute;
  top: -30px;
  left: min(8vw, 32px);
}
.home_features_item_ttl {
  font-weight: 500;
  font-size: min(6vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--c-font);
}
.home_features_item_img {
  width: 100%;
  height: min(60.5vw, 242px);
  border-radius: 30px;
  margin: min(4vw, 16px) 0 min(6vw, 24px);
}
.home_features_item_img img {
  border-radius: 30px;
}
.home_features_item p {
  letter-spacing: 0.03em;
  color: var(--c-font);
}
.home_features_item a {
  font-size: min(3vw, 12px);
  text-decoration: underline;
}
.home_features_item small {
  display: block;
  width: 60%;
  font-size: min(2.5vw, 10px);
}
.home_features_comment {
  margin: min(8.5vw, 34px) 0 0;
}
.home_features_comment_head {
  display: flex;
  align-items: center;
  gap: min(3.5vw, 14px);
  margin: 0 0 min(6.25vw, 25px);
}
.home_features_comment_img {
  flex: 0 1 min(32.5vw, 130px);
  min-width: min(32.5vw, 130px);
  height: min(32.5vw, 130px);
  border-radius: 9999px;
}
.home_features_comment_img img {
  border-radius: 9999px;
}
.home_features_comment_name {
  flex: 1 1 0;
}
.home_features_comment_name p {
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--c-txt);
  display: block;
  white-space: nowrap;
}
.home_features_comment_name .name {
  font-size: min(4vw, 16px);
}
.home_features_comment_name .name span {
  font-size: min(6vw, 24px);
}
.home_features_comment_txt p {
  letter-spacing: -0.022em;
  text-align: justify;
  color: var(--c-txt);
  display: block;
  position: relative;
  padding: 0 0 0 min(5vw, 20px);
}
.home_features_comment_txt p::before {
  content: "“";
  position: absolute;
  font-weight: 700;
  font-size: min(10vw, 40px);
  line-height: 1;
  color: #69352F66;
  top: 0;
  left: -8px;
}
.btn-look {
  border: 2px solid var(--c-primary);
  background-color: var(--c-primary);
  margin: min(8.25vw, 33px) auto 0;
}
.btn-look::after {
  right: min(5.25vw, 21px);
}
.btn-look .txt {
  font-size: min(5vw, 20px);
  letter-spacing: 0.07em;
  display: block;
  width: 100%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px){
  .btn-look:hover {
    background: transparent;
  }
  .btn-look:hover::after {
    background: var(--c-primary);
  }
  .btn-look:hover .txt {
    color: var(--c-primary);
  }
}
.home_features_insta {
  margin: min(12vw, 48px) 0 0;
}
.home_features_insta_txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(8vw, 32px);
  margin: 0 auto min(8.5vw, 34px);
  position: relative;
}
.home_features_insta_txt::before,
.home_features_insta_txt::after {
  content: "";
  position: absolute;
  background-color: var(--c-white);
  width: 2px;
  height: min(16vw, 64px);
  bottom: 0;
  left: min(2.5vw, 10px);
  rotate: -15deg;
}
.home_features_insta_txt::after {
  left: auto;
  right: min(2.5vw, 10px);
  rotate: 15deg;
}
.home_features_insta_txt p {
  font-weight: 500;
  font-size: min(5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.13em;
  text-align: center;
  color: var(--c-white);
}
.home_features_insta .btn {
  max-width: 300px;
  height: min(12.5vw, 50px);
}
.home_features_insta .btn::after {
  right: min(4.5vw, 18px);
}
.home_features_insta .btn .txt {
  font-size: min(5vw, 20px);
  left: min(7.5vw, 30px);
}
@media screen and (min-width: 768px){
  .home_features_insta .btn:hover::after {
    background: var(--c-primary);
  }
  .home_features_insta .btn:hover .txt {
    color: var(--c-primary);
  }
}

.home_features_item .saji01 {
  width: min(85.215vw, 340.86px);
  height: min(58.9575vw, 235.83px);
  rotate: -2.44deg;
  position: absolute;
  bottom: -160px;
  left: min(-7vw, -28px);
  z-index: 1;
}
@media screen and (min-width: 768px){
  .home_features_item .saji01 {
    left: -28px;
  }
}
.home_features_item .saji02 {
  width: min(50.25vw, 201px);
  height: min(75.25vw, 301px);
  position: absolute;
  bottom: -173px;
  right: min(-7vw, -28px);
  z-index: 1;
}
@media screen and (min-width: 768px){
  .home_features_item .saji02 {
    right: -28px;
  }
}

/*---------- home_voice ----------*/
.home_voice {
  position: relative;
  padding: 164px min(3.5vw, 14px) 0 min(3.25vw, 13px);
}

.home_voice .illust03 {
  width: min(35vw, 140px);
  height: min(34.5vw, 138px);
  position: absolute;
  top: -40px;
  left: 41.5%;
}

.home_voice h2 {
  font-weight: 700;
  font-size: min(6vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--c-font);
  display: block;
  padding: 0 0 0 min(3.25vw, 13px);
  margin: 0 0 min(6.25vw, 25px);
}
.home_voice_slide {
  position: relative;
}
.home_voice_slide .swiper {
  opacity: 1 !important;
  padding: 0 0 min(10vw, 40px);
}

.voice_item {
  width: 100%;
}
.voice_item_img {
  width: 100%;
  height: 45vw;
  border-radius: 30px;
  margin: 0 0 6px;
}
@media screen and (min-width: 768px){
  .voice_item_img {
    height: min(45vw, 180px);
  }
}
.voice_item_img img {
  border-radius: 30px;
}
.voice_item_txtArea {
  width: 100%;
  height: min(35.75vw, 143px);
  background-color: var(--c-white);
  border-radius: 0 30px 30px 30px;
  padding: min(3.5vw, 14px) min(4vw, 16px) min(4vw, 16px) min(3.25vw, 13px);
}
.voice_item_txtArea p {
  font-weight: 500;
  font-size: min(2.5vw, 10px);
  line-height: 1.63;
  letter-spacing: -0.022em;
  color: var(--c-black);
}
.voice_item_name {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto min(3.25vw, 13px) 0;
}
.voice_item_name img {
  flex: 0 1 min(5.5vw, 22px);
  width: min(5.5vw, 22px);
  height: min(5.5vw, 22px);
  border-radius: 9999px;
}
.voice_item_name p {
  flex: 1 1 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: var(--c-txt);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
}

/*---------- home_recipe ----------*/
/* ボイスセクション公開後にコメント解除 */
/* .home_recipe {
  padding: min(24vw, 96px) 0 0;
} */
 /* ボイスセクション公開後にコメントアウト */
.home_recipe {
  padding: 96px 0 0;
  margin: -96px 0 0;
}
.home_recipe_content {
  background-color: #FFF3DD;
}
.home_recipe_head {
  position: relative;
}
.home_recipe_visual {
  width: 100%;
  height: auto;
  display: block;
}
.home_recipe_teacher {
  display: flex;
  align-items: center;
  gap: min(4vw, 16px);
  position: absolute;
  top: 61vw;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px){
  .home_recipe_teacher {
    top: 244px;
  }
}
.home_recipe_teacher_img {
  flex: 0 1 min(23.5vw, 94px);
  width: min(23.5vw, 94px);
  height: min(23.5vw, 94px);
  border-radius: 9999px;
}
.home_recipe_teacher_img img {
  border-radius: 9999px;
}
.home_recipe_teacher_status {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
  color: var(--c-white);
}
.home_recipe_teacher_status p {
  font-weight: 500;
  font-size: min(2.5vw, 10px);
  line-height: 1.6;
  letter-spacing: 0.13em;
  white-space: nowrap;
}
.home_recipe_teacher_status p span {
  font-size: min(4vw, 16px);
}
.home_recipe_container {
  padding: min(7.5vw, 30px) min(7.5vw, 30px) 87px;
}
.home_recipe_txt {
  position: relative;
  padding: 0 min(2.5vw, 10px) 0 min(9.5vw, 38px);
  margin: 0 0 min(17.75vw, 71px);
}
.home_recipe_txt p {
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: justify;
  color: var(--c-yellow);
}
.home_recipe_txt .section_head {
  top: min(16vw, 64px);
  left: -4px;
}
.home_recipe_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(11.25vw, 45px);
}

.recipe_item {
  width: 100%;
  background-color: var(--c-white);
  border-radius: 30px;
}
.recipe_item_head {
  width: 100%;
  height: min(21vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-yellow02);
  border-radius: 30px 30px 0 0;
  padding: 0 min(9.5vw, 38px);
}
.recipe_item_head p {
  font-size: min(4vw, 16px);
  line-height: 1.56;
  letter-spacing: 0.16em;
  color: var(--c-white);
  white-space: nowrap;
}
.recipe_item_inner {
  padding: min(10vw, 40px) min(6vw, 24px) min(7.75vw, 31px);
}
.recipe_item_ttl {
  font-size: min(5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--c-yellow02);
  display: block;
  margin: 0 0 5px;
}
.recipe_item_ttl-large {
  font-size: min(4.5vw, 18px);
  letter-spacing: 0;
}
.recipe_item_img {
  width: 100%;
  height: min(49vw, 196px);
  margin: 0 0 min(4vw, 16px);
}
.recipe_item_cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(3.25vw, 13px);
}
.recipe_item_catch {
  width: fit-content;
  background-color: var(--c-yellow02);
  padding: 4px 6px;
  border-radius: 3px;
}
.recipe_item_catch h4 {
  font-size: min(3.25vw, 13px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--c-white);
}
.recipe_item_cell ul {
  padding: 0 0 0 min(5vw, 20px);
}
.recipe_item_cell ul li {
  list-style: disc !important;
  font-size: min(3.25vw, 13px);
  line-height: 1.88;
  letter-spacing: 0.04em;
  color: var(--c-txt);
}
.recipe_item_open {
  width: 100%;
  margin: min(7vw, 28px) 0 0;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.recipe_item_open .btn {
  height: min(12vw, 48px);
  border: 1px solid var(--c-yellow02);
  background-color: var(--c-yellow02);
}
.recipe_item_open .btn::after {
  right: min(14.75vw, 59px);
  translate: 0 -51%;
}
.recipe_item_open .btn .txt {
  font-size: min(5vw, 20px);
  left: 46.6%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px){
  .recipe_item_open .btn:hover {
    background-color: transparent;
  }
  .recipe_item_open .btn:hover::after {
    background: var(--c-yellow02);
  }
  .recipe_item_open .btn:hover .txt {
    color: var(--c-yellow02);
  }
}
.recipe_item_detail {
  padding: min(7vw, 28px) 0 min(9.25vw, 37px);
  position: relative;
}
.recipe_item_cell-material {
  margin: 0 0 min(4vw, 16px);
}
.recipe_item_cell-material ul {
  padding: 0;
}
.recipe_item_cell-material ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(2vw, 8px);
}
.recipe_item_cell-material p {
  font-size: min(3.25vw, 13px);
  letter-spacing: 0.04em;
}
.material_liner {
  flex: 1 1 0;
  height: 4px;
  position: relative;
  background-image: radial-gradient(circle, var(--c-txt) 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 14px 4px;    
}

@counter-style circled-decimal {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩"
           "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
  suffix: " "; /* マーカー後のスペース */
}
.recipe_item_cell-make ol {
  padding: 0 0 0 min(5vw, 20px);
}
.recipe_item_cell-make ol li {
  list-style: circled-decimal !important;
}

.recipe_item_point {
  margin: min(8.5vw, 34px) 0 0;
}
.recipe_item_point h5 {
  display: block;
  width: min(14vw, 56px);
  height: min(7.75vw, 31px);
}
.recipe_item_point p {
  font-size: min(3.25vw, 13px);
  line-height: 1.88;
  letter-spacing: 0.04em;
  text-align: justify;
}
.recipe_item_close {
  width: min(10vw, 40px);
  height: min(10vw, 40px);
  border: none;
  background-color: transparent;
  position: absolute;
  bottom: -16px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.recipe_item_close::after {
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  -webkit-mask-image: url(https://saji-megumi.jp/Theme/Common/assets/img/sj-common/icon_arrow.svg);
  mask-image: url(https://saji-megumi.jp/Theme/Common/assets/img/sj-common/icon_arrow.svg);
  display: block;
  width: min(5vw, 20px);
  height: min(8vw, 32px);
  background: var(--c-yellow02);
  transition: translate 0.2s ease-out;
  rotate: -90deg;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px){
  .recipe_item_close:hover {
    bottom: -8px;
  }
}

.recipe_item .js-details {
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.recipe_item .js-details summary.js-summary {
  display: block;
}
.recipe_item .js-details .summary_inner {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.recipe_item .js-details summary {
  list-style: none;
}
.recipe_item .js-details summary::-webkit-details-marker {
  display: none;
}
.recipe_item .js-details.is-opened .recipe_item_open {
  margin: 0;
  height: 0 !important;
  opacity: 0;
}

/*---------- home_safety ----------*/
.home_safety {
  background-color: var(--c-yellow);
  padding: min(12vw, 48px)min(12.5vw, 50px) min(19.25vw, 77px) min(13.5vw, 54px);
  color: var(--c-white);
}
.home_safety_ttl {
  margin: 0 0 min(6.75vw, 27px);
}
.home_safety_ttl_en {
  font-weight: 700;
  font-size: min(4vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.14em;
  display: block;
  margin: 0 0 min(4vw, 16px);
}
.home_safety_ttl_jp {
  font-size: min(5.5vw, 22px);
  line-height: 1.5;
  letter-spacing: -0.022em;
}
.home_safety p {
  line-height: 1.7;
  letter-spacing: -0.022em;
  display: block;
  margin: 0 0 min(10vw, 40px);
}
.home_safety p .queen-saji::after {
  color: var(--c-white);
}
.home_safety .btn .txt {
  font-size: min(4vw, 16px);
  display: block;
  width: 100%;
  left: 50%;
  translate: -50% -50%;
}

/*---------- home_faq ----------*/
.home_faq {
  position: relative;
  padding: min(43vw, 172px) min(6vw, 24px) min(26vw, 104px);
}
.home_faq h2 {
  font-weight: 700;
  font-size: min(6vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--c-font);
  display: block;
  margin: 0 0 min(7.5vw, 30px);
}
.home_faq_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(4.5vw, 18px);
}
.home_faq_que {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(4.5vw, 18px);
  position: relative;
  padding: min(4vw, 16px) min(3vw, 12px);
}
.home_faq_que-line {
  align-items: flex-start;
}
.home_faq_que p {
  flex: 1 1 0;
  font-weight: 700;
  font-weight: 700;
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--c-txt);
}
.home_faq_ans p,
.home_faq_ans small {
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: justify;
}
.home_faq_ans small {
  font-size: min(3vw, 12px);
}
.home_faq_ans .queen-saji::after {
  color: var(--c-txt);
}

.home_faq .js-details {
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_faq .js-details summary.js-summary {
  display: block;
}
.home_faq .js-details .summary_inner {
  background-color: var(--c-white);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.home_faq .js-details .mark {
  width: min(7.5vw, 30px);
  height: min(7.5vw, 30px);
  flex: 0 1 min(7.5vw, 30px);
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_faq .js-details .mark::before,
.home_faq .js-details .mark::after {
  content: "";
  position: absolute;
  width: min(4.5vw, 18px);
  height: 2px;
  border-radius: 500px;
  background-color: var(--c-primary);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.home_faq .js-details .mark::after {
  rotate: 90deg;
}
.home_faq .js-details summary {
  list-style: none;
}
.home_faq .js-details summary::-webkit-details-marker {
  display: none;
}
.home_faq .js-details .content_inner {
  background-color: var(--c-white);
  padding: 2px min(6vw, 24px) min(6vw, 24px) min(4vw, 16px);
  border-radius: 0 0 10px 10px;
}
.home_faq .js-details .answer_content {
  padding: min(4vw, 16px) 0 0;
  border-top: 1px solid #cccccc;
}
.home_faq .js-details .answer_content p {
  line-height: 1.75;
  text-align: justify;
}
/* opened state */
.home_faq .js-details.is-opened .summary_inner {
  border-radius: 10px 10px 0 0;
}
.home_faq .js-details.is-opened .mark::after {
  rotate: 180deg !important;
}

.home_faq .illust01 {
  position: absolute;
  top: -37px;
  left: min(10.75vw, 43px);
  rotate: -90deg;
}

/*---------- home_news ----------*/
.home_news {
  padding: 0 min(6vw, 24px) 74px min(16.75vw, 67px);
  position: relative;
  color: var(--c-txt);
}
.home_news .section_head {
  top:min(12.5vw, 50px);
  left: min(7.5vw, 30px);
}
.home_news h2 {
  font-weight: 700;
  font-size: min(6vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: block;
  margin: 0 0 min(5.5vw, 22px);
}
.home_news_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(3vw, 12px);
}
.home_news_cell {
    position: relative;
}
.home_news_cell_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid var(--c-txt);
  margin: 0 0 min(3vw, 12px);
}
.home_news_cell_head p {
  font-size: min(3.5vw, 14px);
  line-height: 1.85;
  letter-spacing: -0.022em;
}
.home_news_cell .news_cell_cat {
    position: absolute;
    top: 0;
    left: 0;
}
.home_news_cell_txtArea {
  padding: 0 0 min(6vw, 24px);
  border-bottom: 1px solid var(--c-txt);
}
.home_news_cell_txtArea h3 {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.022em;
  color: var(--c-font);
  display: block;
  margin: 0 0 min(2vw, 8px);
}
.home_news_cell_txtArea p {
  line-height: 1.7;
  letter-spacing: -0.022em;
  text-align: justify;
}
.home_news_link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: min(2.25vw, 9px);
  margin: min(4vw, 16px) 0 0 auto;
}
.home_news_link img {
  width: min(7.5vw, 30px);
  height: min(7.5vw, 30px);
  flex: 0 1 min(7.5vw, 30px);
}
.home_news_link p {
  letter-spacing: 0.08em;
  color:  var(--c-txt);
  flex: 1 1 0;
}

/*---------- cta_bnr ----------*/
.cta_bnr {
  width: 95%;
  height: auto;
  max-width: 380px;
  display: block;
  background-color: rgba(242, 99, 77, 0.85);
  border: 1px solid #EB5E40;
  padding: min(4.75vw, 19px) min(8vw, 32px) min(4.5vw, 18px) min(3.75VW, 15px);
  border-radius: 10px;
  position: fixed;
  bottom: min(3vw, 12px);
  left: 50%;
  translate: -50% 0;
  z-index: 19;
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 1200px){
  .cta_bnr {
    display: none;
    pointer-events: none;
  }
}
.cta_bnr_inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(2.5vw, 10px);
}
.cta_bnr_img {
  width: min(16.5vw, 66px);
  height: min(16.5vw, 66px);
  flex: 0 1 min(16.5vw, 66px);
}
.cta_bnr_txtArea {
  width: 100%;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.75vw, 7px);
}
.cta_bnr_head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(2vw, 8px);
}
.cta_bnr_head h2 {
  font-weight: 700;
  font-size: min(5vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: var(--c-white);
}
.cta_bnr_head img {
  width: min(6.5vw, 26px);
  height: min(6.5vw, 26px);
}
.cta_bnr_txt {
  width: 100%;
  height: min(7vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-white);
  border-radius: 500px;
}
.cta_bnr_txt p {
  font-weight: 500;
  font-size: min(2.75vw, 11px);
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: var(--c-font);
  display: flex;
  align-items: center;
}
.cta_bnr_txt strong {
  font-weight: 500;
  font-size: min(6vw, 24px);
  line-height: 1;
  margin: -4px 0 0 4px;
}
.cta_bnr_txt span {
  font-size: min(3vw, 12px);
}
.cta_bnr_close {
  width: min(6.25vw, 25px);
  height: min(6.25vw, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 10px 0 0;
  position: absolute;
  top: -1px;
  right: -1px;
}
.cta_bnr_close div {
  width: min(2.5vw, 10px);
  height: min(2.5vw, 10px);
  position: relative;
}
.cta_bnr_close div span {
  display: block;
  width: min(3.5vw, 14px);
  height: 2px;
  border-radius: 500px;
  background-color: #4a4a4a;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.cta_bnr_close div span:first-child {
  rotate: 45deg;
}
.cta_bnr_close div span:last-child {
  rotate: -45deg;
}
.cta_bnr.is-hidden,
.cta_bnr.is_open {
  opacity: 0;
  pointer-events: none;
}

/*---------- header ----------*/
.sj-header {
  width: 100%;
  height: min(15vw, 60px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 21;
}
@media screen and (min-width: 768px){
  .sj-header {
    height: 100vh;
    position: fixed;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px){
  .sj-header::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(238, 168, 54, 0) 0%, rgba(238, 168, 54, 0.5) 100%);
    width: 100%;
    height: 24.296875vw;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}

.sj-header a {
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.sj-header a:hover {
  opacity: 0.5;
}

.sj-header_mobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(5vw, 20px);
  background-color: transparent;
  position: relative;
}
@media screen and (min-width: 768px){
  .sj-header_mobile {
    display: none;
  }
}
.sj-header_mobile::after {
  content: none;
  position: fixed;
  background-color: #0000004D;
  width: 100%;
  height: min(15vw, 60px);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  left: -20px;
}
.openbtn {
  width: min(6.75vw, 27px);
  height: min(5.5vw, 22px);
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.logo {
  width: min(30.5vw, 122px);
  height: min(5.5vw, 22px);
  display: none;
  margin: 0 auto;
  opacity: 0;
}
.sj-header_mobile_info {
  display: none;
  align-items: center;
  gap: min(2.75vw, 11px);
  opacity: 0;
}

.sj-header_mobile.is_open::after {
  opacity: 1;
}
.openbtn.is_open {
  opacity: 0;
}
.sj-header_mobile_menu.is_open {
  translate: 0 0;
}
@media screen and (min-width: 768px){
  .sj-header_mobile_menu.is_open {
    opacity: 1;
    translate: 0 0;
  }
}
.sj-header.is-ready .sj-header_mobile {
  background-color: var(--c-primary);
}
.sj-header.is-ready .logo {
  opacity: 1;
  display: flex;
}
.sj-header.is-ready .sj-header_mobile_info {
  opacity: 1;
  display: flex;
}
.sj-header.is-ready .sj-header_mobile::after {
  content: "";
}
.sj-header.is-ready .sj-header_mobile.is_open::after {
  opacity: 1;
}

.loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
}
.loading_content {
  position: relative;
}
.loading_thumb {
  width: 100%;
  height: 100dvh;
  position: relative;
}
.loading_thumb-sp {
  display: block;
  background-color: #faf7f4;
}
.loading_thumb-pc {
  display: none;
}
.loading_thumb svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.maskRect{
  transform-box: fill-box;        /* 自分のBBox基準で変形 */
  transform-origin: 50% 0%;       /* 上端基準で潰す */
  transform: scaleY(1);
  transition: transform 0.8s ease;  /* 1秒でアニメ */
}
.loading_logo {
  width: min(30.75vw, 123px);
  height: min(5vw, 20px);
  display: block;
  position: absolute;
  top: min(4vw, 16px);
  right: min(4vw, 16px);
}
.loading_catch {
  width: min(75.75vw, 303px);
  height: min(19.75vw, 79px);
  display: block;
  position: absolute;
  top: min(27.75vw, 111px);
  left: 50%;
  translate: -50% 0;
}
.loading_date {
  width: min(68.5vw, 274px);
  height: min(6vw, 24px);
  display: block;
  position: absolute;
  bottom: min(27.5vw, 110px);
  left: 50%;
  translate: -50% 0;
}
.load_flow {
  width: 100%;
  position: fixed;
  top: 200%;
  left: 50%;
  transform: translateX(-50%) scale(1.3);
}
.load_flow img {
  width: 100%;
  height: auto;
}
.load_flow.load_flow_animation {
  animation: animation_flow 6s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
}
@keyframes animation_flow {
  0% {
    top: 200%;
  }
  100% {
    top: -450%;
  }
}
.loading_scroll {
  font-weight: 400;
  font-size: min(5vw, 20px);
  line-height: 122%;
  letter-spacing: 0.14em;
  color: var(--c-font);
  text-align: center;
  position: absolute;
  bottom: 5dvh;
  left: 50%;
  translate: -50% 0;
}
.loading_scroll_wavy span {
  position: relative;
  display: inline-block;
  animation: wave 2s infinite;
  animation-delay: calc(0.1s * var(--i));
}
.loading_scroll_arrow {
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--c-font);
  border-bottom: 1px solid var(--c-font);
  position: absolute;
  top: 30px;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}
@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media screen and (min-width: 600px){
  .loading_thumb-sp {
    display: none;
  }
  .loading_thumb-pc {
    display: block;
  }
  .loading_thumb svg {
    height: 100%;
  }
}
@media screen and (min-width: 768px){
  .loading_logo {
    width: 15.9375vw;
    height: 2.60416666667vw;
    top: 2.5vw;
    right: auto;
    left: 2.70833333333vw;
  }
  .loading_catch {
    width: 40.5729166667vw;
    height: 17.9166666667vw;
    top: 18.125vw;
    left: 0;
    translate: 0 0;
  }
  .loading_date {
    display: none;
  }
}
@media screen and (min-width: 920px){
  .loading {
    height: 100vh;
  }
  .loading_thumb {
    height: 100vh;
  }
  .load_flow.load_flow_animation {
    animation: animation_flow 5s cubic-bezier(0.55, 0.05, 0.22, 0.99) forwards;
  }
}

.loading.is-hide .maskRect {
  transform: scaleY(0);
}
.loading.is-overscrolled .maskRect {
  transform: scaleY(1);
}
.loading.is-hide .loading_thumb-sp {
  background-color: transparent;
}
.loading.is-hide .loading_logo,
.loading.is-hide .loading_catch,
.loading.is-hide .loading_date,
.loading.is-hide .loading_scroll {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce){
  .maskRect{ transition: none; }
}