@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Pinyon+Script&display=swap");
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.dancing-script {
  font-family: "Dancing Script", cursive;
}

/*==Noto Serif JP==*/
/*ExtraLight*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*Light*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*Regular*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  color: #66584E;
  background-image: url(../../img/common/bg.webp);
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.sp-block {
  display: none;
}

.section__container {
  padding: 120px 0;
}

.wrapper {
  width: min(100%, 1000px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ly__flex {
  display: flex;
}

.bg-pink {
  background-image: url(../../img/common/bg-pink.webp);
}

.bg-gray {
  background-image: url(../../img/common/bg-gray.webp);
}

.space-md {
  margin-bottom: 50px;
}

.space-lg {
  margin-bottom: 120px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .section__container {
    padding: 80px 0;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .space-lg {
    margin-bottom: 60px;
  }
}
/* Module */
#floating__cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
#floating__cta a {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #C2A279;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: normal;
  border-radius: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#floating__cta a::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../img/common/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-bottom: 5px;
}
#floating__cta a::after {
  content: "";
  width: 115px;
  height: 115px;
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #floating__cta {
    bottom: 10px;
    width: calc(100% - 40px);
  }
  #floating__cta a {
    padding: 15px 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
    flex-direction: row;
    font-size: 1rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #floating__cta a::before {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #floating__cta a::after {
    display: none;
  }
}
.banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #46372C;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(179deg, #E8D7B7 0.68%, #B9986E 98.9%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px 50px;
}
.banner .banner__text {
  flex: 1;
  gap: 20px;
}
.banner .banner__description {
  font-size: clamp(1.125rem, 0.825rem + 1.28vw, 1.625rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.banner .banner__btn {
  background-color: #66584E;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 5px 50px 5px 30px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}
.banner .banner__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
.banner .banner__image {
  width: 50%;
  max-width: 430px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .banner a {
    padding: 20px 10px;
    flex-direction: column;
  }
  .banner .banner__text {
    display: contents;
  }
  .banner .banner__description {
    text-align: center;
    order: 1;
  }
  .banner .banner__btn {
    order: 3;
    width: 90%;
    text-align: center;
    padding: 5px;
  }
  .banner .banner__image {
    width: 100%;
    order: 2;
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  line-height: 1;
  gap: 10px;
}
.section__title .en {
  font-family: "Dancing Script", cursive;
  font-size: clamp(0.875rem, 0.537rem + 1.44vw, 1.438rem);
  color: #C6AC4F;
  font-weight: 400;
}
.section__title .ja {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  font-weight: 500;
}

.title--line {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  color: #8D7A6F;
  border-top: 1px solid #8D7A6F;
  border-bottom: 1px solid #8D7A6F;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}

.title--lg {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 30px;
}

.title--sm {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 30px;
  }
  .title--lg {
    margin-bottom: 15px;
  }
  .title--sm {
    margin-bottom: 15px;
  }
  .title--line {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.btn {
  background-color: #C2A279;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  color: #FFFFFF;
}
.btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.btn.--lg {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  padding: 15px 2em;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn.--sm {
  font-size: 0.625rem;
  padding: 3px 10px;
  max-width: 12em;
}
.btn.--sm::before {
  width: 15px;
  height: 15px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
.header__container {
  padding: 30px;
  position: absolute;
  z-index: 1;
}

.header__logo {
  max-width: 120px;
  display: block;
}

.main__visual {
  background-image: url(../../img/mv-bg.webp);
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.main__visual::before {
  content: "";
  width: 70vw;
  height: 260px;
  background: linear-gradient(90deg, #989383 0%, #DBCEBD 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main__visual .wrapper {
  position: relative;
  height: 80vh;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.haeding01 {
  position: relative;
  color: #FFFFFF;
}
.haeding01 .--lg {
  font-size: clamp(2.25rem, 1.725rem + 2.24vw, 3.125rem);
  display: block;
  font-weight: 400;
  z-index: 1;
  position: relative;
  line-height: 1;
  margin-bottom: 0.5em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.haeding01 .--lg small {
  font-size: clamp(1.75rem, 1.113rem + 2.72vw, 2.813rem);
}
.haeding01 .--sm {
  font-size: clamp(1.25rem, 0.725rem + 2.24vw, 2.125rem);
  line-height: 1.5;
  font-weight: 400;
  z-index: 1;
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.haeding01::before {
  content: "Brand Kochi";
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  background: linear-gradient(170deg, #A0954E -2.62%, #FFF092 34.46%, #B5AD76 75.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(1.875rem, 0.6rem + 5.44vw, 4rem);
  line-height: 1;
  position: absolute;
  top: -80px;
  left: -80px;
  transform: rotate(-12deg);
}

.mv-woman {
  aspect-ratio: 8/11;
  height: 100%;
  position: absolute;
  right: -10%;
  bottom: -20px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 20px;
  }
  .header__logo {
    max-width: 70px;
  }
  .main__visual::before {
    width: 60%;
    height: 70%;
    left: initial;
    right: 0;
    top: 70px;
    transform: initial;
    background: linear-gradient(90deg, #DBCEBD 0%, #989383 100%);
  }
  .main__visual .wrapper {
    height: 90vh;
    align-items: self-start;
    justify-content: flex-end;
  }
  .haeding01 {
    writing-mode: vertical-rl;
    padding-top: 105px;
    line-height: 2.5em;
  }
  .haeding01 .--lg {
    letter-spacing: 0.15em;
  }
  .haeding01 .--lg small {
    vertical-align: baseline;
  }
  .haeding01 .--sm {
    letter-spacing: 0.2em;
    padding-top: 30px;
    display: block;
    margin-right: 10px;
  }
  .haeding01::before {
    top: 20px;
    left: -50px;
    transform: rotate(-100deg);
  }
  .mv-woman {
    height: 80%;
    right: initial;
    left: -23%;
    bottom: -10px;
  }
}
.footer__container {
  background-color: #333333;
  padding: 50px 0 15px;
  color: #FFFFFF;
}
.footer__container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 70px;
}
.footer__container small, .footer__container copy {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}

.footer__logo {
  max-width: 140px;
  margin: auto;
}

.sns__items {
  gap: 20px;
}
.sns__items .sns__item {
  width: 20px;
}

.link__list {
  gap: 5%;
  width: 100%;
  justify-content: center;
}

.link__item {
  width: 50%;
  max-width: 200px;
}
.link__item.-company a::before {
  background-image: url(../../img/common/icon/icon-company.svg);
}
.link__item.-shop a::before {
  background-image: url(../../img/common/icon/icon-cart.svg);
}

.link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 10px;
  font-size: 0.75rem;
}
.link__item a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
/* sections */
#commitment {
  overflow: hidden;
}

.commitment__item {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.commitment__item-image {
  width: 100vw;
}
.commitment__item-text {
  min-width: 50%;
  flex: 1;
  position: relative;
}
.commitment__item-text::before {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  color: #ECE8D9;
  font-size: clamp(3.125rem, 2rem + 4.8vw, 5rem);
  line-height: 1;
  position: absolute;
  bottom: -10%;
  right: -10%;
  transform: rotate(-12deg);
  z-index: -1;
}
.commitment__item:nth-child(even) .commitment__item-image {
  margin-left: calc(50% - 50vw);
}
.commitment__item:nth-child(even) .commitment__item-text {
  padding-left: 40px;
}
.commitment__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.commitment__item:nth-child(odd) .commitment__item-image {
  margin-right: calc(50% - 50vw);
  margin-left: initial;
}
.commitment__item:nth-child(odd) .commitment__item-text {
  padding-right: 40px;
}
.commitment__item:nth-child(2) .commitment__item-text::before {
  content: "with kochi";
}
.commitment__item:nth-child(3) .commitment__item-text::before {
  content: "truly great";
  right: 12%;
}
.commitment__item:nth-child(4) .commitment__item-text::before {
  content: "Trusted Quality";
  font-size: clamp(2.5rem, 1.6rem + 3.84vw, 4rem);
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .commitment__item {
    flex-direction: column;
  }
  .commitment__item-image {
    width: 100vw;
    margin-bottom: 20px;
  }
  .commitment__item-text {
    min-width: 50%;
    flex: 1;
    position: relative;
  }
  .commitment__item-text::before {
    bottom: 0;
    right: 0;
  }
  .commitment__item:nth-child(even) .commitment__item-image {
    margin-left: 0;
  }
  .commitment__item:nth-child(even) .commitment__item-text {
    padding-left: 0;
  }
  .commitment__item:nth-child(odd) {
    flex-direction: column;
  }
  .commitment__item:nth-child(odd) .commitment__item-image {
    margin-right: 0;
    margin-left: 0;
  }
  .commitment__item:nth-child(odd) .commitment__item-text {
    padding-right: 0;
  }
  .commitment__item:nth-child(3) .commitment__item-text::before {
    right: 0;
  }
}
.product__item a {
  color: #66584E;
}
.product__item.--large {
  float: left;
  width: 46%;
  margin-right: 4%;
}
.product__item.--small {
  width: 50%;
  float: left;
}
.product__item.--small a {
  display: flex;
}
.product__item.--small .product__item-image {
  width: 36.73%;
  max-width: 180px;
  margin-right: 20px;
}
.product__item.--small .product__item-text {
  flex: 1;
}
.product__item-image {
  margin-bottom: 10px;
}
.product__item-title {
  font-size: 1rem;
}
.product__item-price {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .product__item.--large {
    margin-right: 0;
  }
  .product__item.--small a {
    display: block;
  }
  .product__item.--small .product__item-image {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
}
.producer__item {
  align-items: center;
  gap: 4%;
}
.producer__item-image {
  max-width: 420px;
}
.producer__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.producer__intro {
  border: 1px solid #AD9E96;
  padding: 20px 30px;
}

.producer__name {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.producer__description {
  font-size: 0.875rem;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .producer__item {
    flex-direction: column;
    gap: 20px;
  }
  .producer__item:nth-child(odd) {
    flex-direction: column;
  }
  .producer__intro {
    padding: 20px;
  }
}
#media .wrapper .ly__flex {
  gap: 2%;
}
#media .wrapper .title--line {
  color: #66584E;
  border-color: #66584E;
}

.media__list {
  background-color: #FFFFFF;
  max-width: 500px;
  border-radius: 5px;
  padding: 20px;
}

.media__lg {
  background-color: #FFFFFF;
  border-radius: 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media__lg-text {
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8%;
  width: 100%;
  margin-bottom: 20px;
}
.media__lg-text::before {
  content: "";
  width: 1px;
  background-color: #66584E;
  display: block;
  transform: rotate(-25deg);
}
.media__lg-text::after {
  content: "";
  width: 1px;
  background-color: #66584E;
  display: block;
  transform: rotate(25deg);
}
.media__lg-image {
  max-width: 270px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #media .wrapper .ly__flex {
    flex-direction: column;
    gap: 20px;
  }
  .media__lg {
    padding: 30px 0;
  }
}
.voice__items {
  justify-content: space-between;
}

.voice__item {
  width: 32.23%;
  background-color: #FFFFFF;
  border: 1px solid #E4D5CD;
  padding: 30px 20px;
  border-radius: 10px;
}
.voice__item .ly__flex {
  align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
.voice__item-image {
  width: 80px;
}
.voice__item-title {
  font-size: 1rem;
  flex: 1;
  font-feature-settings: "palt";
}
.voice__item-description {
  font-size: 0.875rem;
  font-feature-settings: "palt";
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .prev-arrow,
  .next-arrow {
    display: block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 1;
  }
  .prev-arrow {
    transform: rotate(180deg);
    left: -10px;
  }
  .next-arrow {
    right: -10px;
  }
  .prev-arrow::before,
  .next-arrow::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
  }
}
#faq .title--line {
  color: #66584E;
  border-color: #66584E;
  margin-top: 60px;
}

.anker__links {
  gap: 2.5%;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.anker__links li {
  width: 25%;
}
.anker__links a {
  display: block;
  background-color: #66584E;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem;
}
.anker__links a::after {
  content: "▼";
  font-size: 0.75rem;
  margin-left: 10px;
}

/* =====================================
アコーディオン
====================================== */
details {
  margin-bottom: 20px;
  font-weight: 500;
  /* --------アコーディオンの中身のスタイル-------- */
  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  /* アコーディオンが開いた時のスタイル */
}
details::details-content {
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #FFFFFF;
}
details[open]::details-content {
  opacity: 1;
}
details[open] .icon {
  transform: rotate(-45deg);
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll; /* 溢れる場合はスクロール可能にする */
  }
}
.faq__item-question {
  display: grid;
  align-items: start;
  grid-template-columns: 20px 1fr 20px;
  gap: 6px;
  padding: 16px 24px;
  background-color: #FFFFFF;
  font-size: 1rem;
  cursor: pointer;
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
}
.faq__item-question::before {
  content: "Q.";
}
.faq__item-question::-webkit-details-marker {
  display: none;
}

.icon {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 2px solid #C6AC4F;
  border-right: 2px solid #C6AC4F;
  transform: rotate(135deg);
  transition: transform 0.4s;
  margin-top: 5px;
}

/* --------アコーディオンの中身のスタイル-------- */
.faq__item-content {
  font-size: 0.875rem;
  display: flex;
  padding: 0 24px 20px;
  gap: 10px;
}
.faq__item-content::before {
  content: "A.";
  font-size: 1rem;
  color: #C6AC4F;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .anker__links {
    gap: 10px 4%;
  }
  .anker__links li {
    width: 48%;
  }
  .anker__links a {
    padding: 0.5rem;
  }
  .anker__links a::after {
    font-size: 0.5rem;
  }
  .faq__item-question {
    grid-template-columns: 15px 1fr 10px;
    padding: 10px 15px;
  }
  .faq__item-content {
    padding: 0 15px 10px;
  }
}
.support__item {
  align-items: center;
}
.support__item-image {
  width: 46%;
  margin-right: 30px;
}
.support__item-text {
  flex: 1;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .support__item {
    flex-direction: column;
  }
  .support__item-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */