@charset 'utf-8';

.tsuku {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.lp_content {
  border-bottom: 1px solid #d2d2d0;
  color: #604c3f;
}

.wrap_border {
  border-bottom: 1px solid #d2d2d0;
}

.wrap_border:last-child {
  border-bottom: none;
}

.wrap_border:first-child,
.wrap:first-child {
  padding-top: 0;
}

.wrap_border > div:last-child,
.wrap > div:last-child {
  margin-bottom: 0;
}

.text_center .fs-pt-column__item {
  text-align: center!important;
}

@media screen and (max-width: 750px) {
  .wrap_border > div,
  .wrap > div {
    margin-bottom: 30px;
  }

  .wrap_border {
    padding: 35px 0;
  }

  .wrap {
    padding: 35px 0;
  }

}

@media screen and (min-width: 751px) {
  .wrap_border > div,
  .wrap > div {
    margin-bottom: 60px;
  }

  .wrap_border {
    padding: 100px 0;
  }

  .wrap {
    padding: 100px 0;
  }
}

/* 画像100%表示 */
.img_01 {
  width: 100%;
}

.img_01 img {
  width: 100%;
}



/* -----------------------------------------------
コピー
----------------------------------------------- */
.heading_text_fx h2 {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  writing-mode: vertical-rl;
}
.heading_text_fx h2 span {
  background: #fdf4ee;
  display: inline-block;
  font-feature-settings: initial;
}
@media screen and (max-width: 750px) {
  .heading_text_fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-block: 60px;
  }
  .heading_text_fx h2 {
    margin-bottom: 13px;
  }
  .heading_text_fx h2 span {
    font-size: 2.2rem;
    line-height: 1.5em;
    margin-right: 15px;
    padding-top: .58em;
    letter-spacing: .05em;
  }
  .heading_text_fx h2 span:nth-child(3) {
    padding-inline: .58em .4em;
  }
  .heading_text_fx p {
    font-size: 1.5rem;
    line-height: 2.06;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .heading_text_fx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-block: 40px 54px;
  }
  .heading_text_fx h2 {
    margin-left: 16.4%;
    margin-right: 9%;
  }
  .heading_text_fx h2 span {
    font-size: min(2.99vw, 40px);
    line-height: 1.5em;
    margin-right: 15px;
    padding-top: .58em;
    letter-spacing: .05em;
  }
  .heading_text_fx h2 span:nth-child(3) {
    padding-inline: .58em .4em;
  }
  .heading_text_fx p {
    font-size: min(1.19vw, 16px);
    line-height: 2.625;
    margin-bottom: 3em;
    max-width: 344px;
    width: 49.2%;
  }
}



/* -----------------------------------------------
スイーツタイム頒布会
----------------------------------------------- */
.wrap_our-thoughts {}
@media screen and (max-width: 750px) {
  .wrap_our-thoughts {
    width: 100vw;
    transform: translateX(-50%);
    margin-bottom: 76px;
    margin-left: 50%;
  }
}
@media screen and (min-width: 751px) {
  .wrap_our-thoughts {
    margin-bottom: 80px;
  }
}




/* -----------------------------------------------
4大おすすめポイント
----------------------------------------------- */
.wrap_point {}

@media screen and (max-width: 750px) {

  .wrap_point {
    margin-bottom: 94px;
  }
  .wrap_point .fs-pt-column__item span {
    max-width: 572px;
    width: 88.28%;
    margin-inline: auto;
    display: block;
  }

}

@media screen and (min-width: 751px) {

  .wrap_point {
    margin-bottom: 150px;
  }

}



/* -----------------------------------------------
ご購入者様からのうれしいお声
----------------------------------------------- */
.set_voice_wrap {
  background: #fff9eb;
}
.set_voice_wrap .con_item {
  position: relative;
}
.set_voice_wrap .slick-slide {
  position: relative;
}
.set_voice_wrap .slick-slide > div {
  position: relative;
  z-index: 1;
}
.set_voice_wrap .slick-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255,255,255,.85);
  position: absolute;
  top: 30px;
  left: 0;
}
.con_item .catch {
  text-align: center;
  transform: translateY(-20px);
}
.con_item .catch strong {
  display: inline-block;
  background: #be9000;
  color: #fff;
  border-radius: 50vh;
  text-align: center;
}
.set_voice_wrap .img {
  border-radius: 17px;
  overflow: hidden;
}
.set_voice_wrap .img img {
  border-radius: 10px;
  width: 100%;
}
.set_voice_wrap .text_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.set_voice_wrap .person_icon img {
  width: 100%;
}

.set_voice_wrap .voice_info span {
  display: block;
}
.set_voice_wrap .voice_info span.name {
  font-weight: bold;
}

.set_voice_wrap .text p {
  line-height: 1.71;
  letter-spacing: 0;
}

.set_voice_wrap .slick-prev:before, 
.set_voice_wrap .slick-next:before {
  content: none;
}
.set_voice_wrap .slick-prev,
.set_voice_wrap .slick-next {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 1px solid #948878;
  background: rgba(255, 249, 235, 0.8);
  position: relative;
  top: calc(100% + 30px);
  position: absolute;
  width: 44px;
  height: auto;
  transition: all .3s;
}
.set_voice_wrap .slick-prev span,
.set_voice_wrap .slick-next span {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #948878;
  top: 50%;
  left: calc(50% - 7px);
}
.set_voice_wrap .slick-prev span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #948878;
  transform: rotate(-45deg);
  transform-origin: 1px 50%;
}
.set_voice_wrap .slick-next span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #948878;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

@media screen and (max-width: 750px) {
  .set_voice_wrap {
    width: 100vw;
    margin: 89px calc(50% - 50vw) 80px;
    padding: 0 0 126px;
  }
  .set_voice_wrap .slick-list {
    overflow: visible;
  }
  .set_voice_wrap .con_wrap {
    margin-top: 27px;
    padding: 0 4.8% 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .con_item .catch strong {
    font-size: 1.15rem;
    line-height: 32px;
    padding-inline: 1em;
  }
  .set_voice_wrap .text_fx {
    margin-top: 20px;
  }
  .set_voice_wrap .person_icon {
    width: 48px;
  }
  .set_voice_wrap .voice_info {
    margin-left: 20px;
    margin-top: 3px;
  }
  .set_voice_wrap .voice_info span {
    font-size: 1.1rem;
  }
  .set_voice_wrap .voice_info span.name {
    font-size: 1.4rem;
    margin-top: .8em;
  }
  .set_voice_wrap .text p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: .078em;
    margin: 11px 0 0;
  }
  .set_voice_wrap .slick-track {
    display: flex;
  }
  .set_voice_wrap .slick-slide {
    width: 70.66vw;
    padding: 35px 30px 30px;
    margin-right: 20px;
    border-radius: 10px;
    height: auto !important;
  }
  .set_voice_wrap .slick-slide.slick-current + .slick-slide + .slick-slide {
    position: relative;
  }
  .set_voice_wrap .slick-prev {
    left: auto;
    right: 50%;
    transform: translateX(-5px);
  }
  .set_voice_wrap .slick-next {
    left: 50%;
    right: auto;
    transform: translateX(5px);
  }
}

@media screen and (min-width: 751px) {
  .set_voice_wrap {
    margin-block: 165px 170px;
    padding: 0 0 52px;
  }
  .set_voice_wrap .con_wrap {
    margin-top: 40px;
    margin-bottom: 57px;
    padding-inline: 42px 0;
  }
  .con_item .catch strong {
    font-size: 13px;
    line-height: 32px;
    padding-inline: 1em;
  }
  .set_voice_wrap .text_fx {
    margin-top: 20px;
  }
  .set_voice_wrap .person_icon {
    width: 48px;
  }
  .set_voice_wrap .voice_info {
    margin-left: 20px;
    margin-top: 3px;
  }
  .set_voice_wrap .voice_info span {
    font-size: 12px;
  }
  .set_voice_wrap .voice_info span.name {
    font-size: 15px;
    margin-top: .8em;
  }
  .set_voice_wrap .text p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .078em;
    margin: 11px 0 0;
  }
  .set_voice_wrap .slick-track {
    display: flex;
  }
  .set_voice_wrap .slick-slide {
    width: 300px;
    padding: 35px 30px 30px;
    margin-right: 20px;
    border-radius: 10px;
    height: auto !important;
  }
  .set_voice_wrap .slick-slide.slick-current + .slick-slide + .slick-slide {
    position: relative;
  }
  .set_voice_wrap .slick-prev{
    left: auto;
    right: 50%;
    transform: translateX(-5px);
  }
  .set_voice_wrap .slick-next {
    left: 50%;
    right: auto;
    transform: translateX(5px);
  }
  .set_voice_wrap .slick-prev:hover,
  .set_voice_wrap .slick-next:hover {
    background: #948878;
  }
  .set_voice_wrap .slick-prev:hover span,
  .set_voice_wrap .slick-next:hover span,
  .set_voice_wrap .slick-prev:hover span::before,
  .set_voice_wrap .slick-next:hover span::before {
    background-color: #fff;
  }

}



/* -----------------------------------------------
コース
----------------------------------------------- */
.corse_section_head h3,
.corse_heading {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.corse_section_head h3 {
  text-align: center;
}

.corse_heading strong {
  display: block;
}

.corse_list li {
  font-weight: bold;
  text-align: center;
}

.corse_grid_container .corse_link {
  text-align: center;
}
.corse_link a {
  display: inline-block;
  color: #fff;
  background: #534741;
  border-radius: 50vh;
  font-weight: bold;
  cursor: pointer;
}
.corse_link a i {
  font-style: normal;
}

@media screen and (max-width: 750px) {

  .corse_section_head {
    margin-bottom: 50px;
  }
  .corse_section_head h3 {
    font-size: 2rem;
    line-height: 1.54;
  }
  .corse_item {
    margin-bottom: 52px;
    padding-bottom: 51px;
    border-bottom: 1px solid #e6e6e6;
  }
  .corse_item .corse_mv {
    margin-bottom: 23px;
  }
  .corse_grid_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 92.59%;
    margin-inline: auto;
  }
  .corse_grid_container .corse_heading {
    width: 100%;
    margin-bottom: 28px;
  }
  .corse_heading strong {
    font-size: 2.2rem;
    line-height: 1.44;
    margin-bottom: 16px;
    text-align: center;
  }
  .corse_heading p {
    font-size: 1.3rem;
    line-height: 1.823;
    letter-spacing: 0;
  }
  .corse_grid_container .corse_image:has( + .corse_list) {
    width: 49%;
  }
  .corse_grid_container .corse_list {
    width: 46.66%;
    margin-inline: auto 0;
  }
  .corse_grid_container .corse_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .corse_list li {
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
  }
  .corse_list li figure picture {
    display: block;
    width: 72.66%;
    margin-inline: auto;
  }
  .corse_list li figure {
    margin-inline: auto;
  }
  .corse_list li figure figcaption {
    font-size: 1rem;
    margin-top: 4px;
    line-height: 1.53;
  }
  .corse_grid_container .corse_link {
    width: 100%;
    margin-top: 33px;
  }
  .corse_link a {
    font-size: 1.3rem;
    width: 100%;
    line-height: 48px;
  }
  .corse_link a i {
    font-size: .81em;
  }

}

@media screen and (min-width: 751px) {
  
  .corse_section_head {
    margin-bottom: 34px;
  }
  .corse_section_head h3 {
    font-size: 35px;
    line-height: 1.54;
  }
  .corse_item {
    margin-bottom: 204px;
  }
  .corse_item .corse_mv {
    margin-bottom: 18px;
  }
  .corse_grid_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .corse_grid_container .corse_heading {
    margin-left: 13.6%;
    max-width: 440px;
    width: 50%;
    padding-right: 2em;
  }
  .corse_heading .fs-pt-column__item {
    margin-bottom: -5px;
  }
  .corse_heading strong {
    font-size: min(2.54vw, 34px);
    line-height: 1.44;
    margin-bottom: 22px;
  }
  .corse_heading p {
    font-size: min(1.27vw, 17px);
    line-height: 1.823;
    letter-spacing: 0;
  }
  .corse_grid_container .corse_image {
    max-width: 234px;
    width: 26.59%;
  }
  .corse_grid_container .corse_list {
    width: 100%;
    margin-block: 70px 0;
  }
  .corse_grid_container .corse_list ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .corse_list li {
    text-align: center;
    max-width: 140px;
    margin-inline: 18px;
  }
  .corse_list li figure figcaption {
    font-size: min(1.12vw, 15px);
    margin-top: 14px;
    line-height: 1.53;
  }
  .corse_grid_container .corse_link {
    width: 100%;
    margin-top: 76px;
  }
  .corse_link a {
    font-size: min(1.57vw, 21px);
    width: 500px;
    line-height: 80px;
  }
  .corse_link a i {
    font-size: .81em;
  }
}



/* -----------------------------------------------
よくあるご質問
----------------------------------------------- */
.faq_section {
  background: #fff9eb;
}

.faq_head {
  display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.faq_head .faq_head_txt > * {
  font-weight: bold;
  display: block;
}
.faq_head p i {
  font-style: normal;
}

.faq_head,
.faq_list_wrap {
  margin-inline: auto;
}


.faq_list_wrap ul {}
.faq_list_wrap ul li {
  background: #fff;
  position: relative;
}
.faq_list_wrap li strong {
  display: block;
  position: relative;
}
.faq_list_wrap li i {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
}
.faq_list_wrap li i {
  position: absolute;
  display: inline-block;
  width: 15.2px;
  height: 6.5px;
  right: 30px;
  top: 30px;
}
.faq_list_wrap li.open i {
  transform: rotate(180deg);
}

.faq_list_wrap li i::before,
.faq_list_wrap li i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}

.faq_list_wrap li i::before {
  transform: rotate(52deg);
}

.faq_list_wrap li i::after {
  transform: rotate(-52deg);
}
.faq_list_wrap li strong:before,
.faq_list_wrap li div:before {
  font-weight: bold;
  position: absolute;
  left: 0;
}
.faq_list_wrap li strong:before {
  content: "Q";
}
.faq_list_wrap li div {
  position: relative;
}
.faq_list_wrap li div:before {
  content: "A";
}

@media screen and (max-width: 750px) {

  .faq_section {
    width: 100vw;
    transform: translateX(-50%);
    margin-bottom: 38px;
    margin-left: 50%;
    padding: 40px 0 34px;
  }
  .faq_head {
    width: 81.067%;
    margin: 0 auto 34px;
  }
  .faq_head h4 {
    font-size: 1.4rem;
    letter-spacing: .3em;
  }
  .faq_head p {
    font-size: .55rem;
  }
  .faq_head h3 {
    font-size: 2.1rem;
    letter-spacing: .3em;
  }
  .faq_head picture {
    width: 124px;
  }
  .faq_list_wrap {
    width: 81.067%;
    margin: 0 auto;
  }
  .faq_list_wrap li {
    border-radius: 18px;
    margin-bottom: 6px;
    padding: 6% 5%;
    cursor: pointer;
  }
  .faq_list_wrap li.open {
    padding-block: 6% 11px;
  }
  .faq_list_wrap li strong {
    font-size: 1.2rem;
    line-height: 1.64;
    padding: 0 2.8em;
  }
  .faq_list_wrap li div {
    font-size: 1.2rem;
    display: none;
    margin-top: 26px;
    padding: 0 2.8em;
  }
  .faq_list_wrap li div p {
    /* font-size: 1rem; */
    line-height: 1.769;
    margin-top: 6px;
  }
  .faq_list_wrap li strong:before,
  .faq_list_wrap li div:before {
    font-size: 1.2rem;
    margin-right: 2.8em;
    line-height: 1;
    top: calc(50% - .5em);
  }
  .faq_list_wrap li i {
    width: 9.2px;
    height: 0.5px;
    right: 16px;
    top: 30px;
  }
  .faq_list_wrap li i::before,
  .faq_list_wrap li i::after {
    height: 6px;
  }



}

@media screen and (min-width: 751px) {
    
  .faq_section {
    padding: 86px 10.4% 72px;
    margin-bottom: 80px;
  }
  .faq_head {
    margin-bottom: 34px;
  }
  .faq_head h4 {
    font-size: 15px;
    letter-spacing: .3em;
  }
  .faq_head p {
    font-size: 7px;
  }
  .faq_head h3 {
    font-size: 23px;
    letter-spacing: .3em;
  }
  .faq_head picture {
    width: 124px;
  }
  .faq_list_wrap {}
  .faq_list_wrap li {
    border-radius: 32px;
    margin-bottom: 10px;
    padding: 24px 30px;
    cursor: pointer;
  }
  .faq_list_wrap li.open {
    padding: 24px 30px 11px;
  }
  .faq_list_wrap li strong {
    font-size: 14px;
    line-height: 1.64;
    padding: 0 2em 0 2.8em;
  }
  .faq_list_wrap li div {
    display: none;
    margin-top: 26px;
    padding: 0 2em 0 2.8em;
  }
  .faq_list_wrap li div p {
    font-size: 13px;
    line-height: 1.769;
    margin-top: 6px;
  }
  .faq_list_wrap li strong:before,
  .faq_list_wrap li div:before {
    font-size: 18px;
    margin-right: 2.8em;
    line-height: 1;
    top: calc(50% - .5em);
  }

}



/* 特集B 商品一覧 */
.ichiran_wrap {
  padding-top: 80px;
}

.ichiran_wrap .cat_name {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 751px) {
    
}


