@charset "UTF-8";
/*----------------------------------------------------
brandセクション共通
----------------------------------------------------*/
section.brand {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0, #fff 150px, #f5ece5 150px, #f5ece5 100%);
  padding: 50px 0 0;
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  section.brand {
    position: relative;
    z-index: 1;
    padding: 100px 0;
  }
  section.brand::before {
    position: absolute;
    content: "";
    background: url(../images/brand/wave.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 150px;
    left: 0;
    aspect-ratio: 640/53;
    width: 100%;
    z-index: -1;
  }
}
section.brand#veloce {
  --color: #961e37;
}
section.brand#veloce .brand_name {
  width: 192px;
}
@media all and (min-width: 751px) {
  section.brand#veloce .brand_name {
    width: 232px;
  }
}
section.brand#coffeekan {
  --color: #004d25;
}
section.brand#coffeekan .brand_name {
  width: 190px;
}
@media all and (min-width: 751px) {
  section.brand#coffeekan .brand_name {
    width: 230px;
  }
}
section.brand#crie {
  --color: #FCA400;
}
section.brand#crie .brand_name {
  width: 275px;
}
@media all and (min-width: 751px) {
  section.brand#crie .brand_name {
    width: 310px;
  }
}
section.brand#crie .top_wrap .texts .head {
  color: #d88c00;
}
section.brand .top_wrap {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  section.brand .top_wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "title image" "text image";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 83px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  section.brand .top_wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .brand_name {
    grid-area: title;
  }
  section.brand .top_wrap .image {
    grid-area: image;
  }
  section.brand .top_wrap .texts {
    grid-area: text;
  }
}
section.brand .top_wrap .brand_name {
  width: 190px;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  section.brand .top_wrap .brand_name {
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .brand_name {
    width: 230px;
    margin-bottom: 40px;
  }
}
section.brand .top_wrap .image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 6px solid var(--color);
}
@media all and (max-width: 750px) {
  section.brand .top_wrap .image {
    margin-inline: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .image img {
    border-radius: 20px 20px 0 0;
  }
}
section.brand .top_wrap .texts {
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .texts {
    margin-top: unset;
  }
}
section.brand .top_wrap .texts .head {
  color: var(--color);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 20px;
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .texts .head {
    font-size: 26px;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  section.brand .top_wrap .texts .head {
    font-size: 2vw;
  }
}
section.brand .top_wrap .texts .tx {
  text-align: justify;
  line-height: 2.28;
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  section.brand .top_wrap .texts .tx {
    font-size: 15px;
    line-height: 2.13;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.brand .top_wrap .texts .tx {
    font-size: 13px;
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "image text" "image btn";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  section.brand .bottom_wrap > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  section.brand .bottom_wrap > .texts {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 999px) {
  section.brand .bottom_wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .image {
    grid-area: image;
  }
  section.brand .bottom_wrap .texts {
    grid-area: text;
  }
  section.brand .bottom_wrap .twin_btn {
    grid-area: btn;
  }
}
@media all and (min-width: 751px){
  section.brand .top_wrap .brand_name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.brand .top_wrap .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  section.brand .top_wrap .texts {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  section.brand .bottom_wrap .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  section.brand .bottom_wrap > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  section.brand .bottom_wrap .texts {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  section.brand .bottom_wrap > .texts {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  section.brand .bottom_wrap .twin_btn {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media all and (max-width: 750px) {
  section.brand .bottom_wrap .image {
    margin-inline: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .image img {
    border-radius: 20px;
  }
}
section.brand .bottom_wrap .texts {
  position: relative;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: 45px;
  padding: 40px 30px 30px;
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .texts {
    margin-top: 18px;
    padding: 48px 30px 30px;
  }
}
section.brand .bottom_wrap .texts .title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color);
  border-radius: 20px;
  white-space: nowrap;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 0.4em 1em;
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .texts .title {
    font-size: 20px;
    padding: 0.2em 1em;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.brand .bottom_wrap .texts .title {
    font-size: 15px;
  }
}
section.brand .bottom_wrap .texts .head {
  color: #7d5a46;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .texts .head {
    font-size: 24px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  section.brand .bottom_wrap .texts .head {
    font-size: 2vw;
  }
}
section.brand .bottom_wrap .texts .tx {
  text-align: justify;
  line-height: 2.28;
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .texts .tx {
    font-size: 15px;
    line-height: 2.13;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.brand .bottom_wrap .texts .tx {
    font-size: 13px;
    line-height: 2;
  }
}
section.brand .bottom_wrap .twin_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  section.brand .bottom_wrap .twin_btn {
    margin-top: 50px;
  }
}

/*----------------------------------------------------
その他のブランド
----------------------------------------------------*/
#other {
  --icon_size: 40px;
  background-color: #e1eff4;
  position: relative;
  padding: 60px 0 150px;
  margin-top: 100px;
}
#other::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bgillust01.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 71/26;
  width: min(355px, 94.6%);
  bottom: 0;
  right: 2%;
}
@media all and (min-width: 751px) {
  #other::before {
    width: min(408px, 21.25%);
    right: 16.7%;
  }
}
@media all and (min-width: 751px) and (max-width: 1400px) {
  #other::before {
    right: 8%;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #other::before {
    width: 260px;
  }
}
@media all and (min-width: 1921px) {
  #other::before {
    right: 320px;
  }
}
@media all and (min-width: 751px) {
  #other {
    --icon_size: 57px;
    padding: 100px 0 180px;
    margin-top: 150px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #other {
    padding-bottom: 120px;
  }
}
#other .brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 26px;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  #other .brand_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 751px) and (max-width: 1500px) {
  #other .brand_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
#other .brand_list .brand_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 10/3;
}
@media all and (min-width: 751px) {
  #other .brand_list .brand_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #other .brand_list .brand_item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc((100% - 20px) / 2);
  }
}
#other .brand_list .brand_item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 30px rgba(54, 90, 100, 0.15));
          filter: drop-shadow(0 0 30px rgba(54, 90, 100, 0.15));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (hover: hover) {
  #other .brand_list .brand_item a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #other .brand_list .brand_item a:hover {
    -webkit-transform: translateZ(0) translateY(-6px);
            transform: translateZ(0) translateY(-6px);
  }
}
#other .brand_list .brand_item.maison .logo {
  width: min(87px, 30%);
}
#other .brand_list .brand_item.kura .logo {
  width: min(161px, 55.5%);
}
#other .brand_list .brand_item.smokist .logo {
  width: min(189px, 65%);
}
#other .brand_list .brand_item.espresso .logo {
  width: min(219px, 75.5%);
}